Interface DataserviceMessages.EnrichClassRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.EnrichClassRequest,DataserviceMessages.EnrichClassRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.EnrichClassRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetAspect()bytes aspect = 4;StringgetClassname()string classname = 2;com.google.protobuf.ByteStringgetClassnameBytes()string classname = 2;com.google.protobuf.ByteStringgetClassToDeploy()bytes classToDeploy = 3;StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;com.google.protobuf.ByteStringgetYaml()bytes yaml = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getClassname
String getClassname()
string classname = 2;- Returns:
- The classname.
-
getClassnameBytes
com.google.protobuf.ByteString getClassnameBytes()
string classname = 2;- Returns:
- The bytes for classname.
-
getClassToDeploy
com.google.protobuf.ByteString getClassToDeploy()
bytes classToDeploy = 3;- Returns:
- The classToDeploy.
-
getAspect
com.google.protobuf.ByteString getAspect()
bytes aspect = 4;- Returns:
- The aspect.
-
getYaml
com.google.protobuf.ByteString getYaml()
bytes yaml = 5;- Returns:
- The yaml.
-
-