Interface LogicmoduleMessages.GetClassesInNamespaceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetClassesInNamespaceResponse
,LogicmoduleMessages.GetClassesInNamespaceResponse.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetClassesInNamespaceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
String
getMetaClassYaml(int index)
repeated string metaClassYaml = 2;
com.google.protobuf.ByteString
getMetaClassYamlBytes(int index)
repeated string metaClassYaml = 2;
int
getMetaClassYamlCount()
repeated string metaClassYaml = 2;
List<String>
getMetaClassYamlList()
repeated string metaClassYaml = 2;
String
getNamespaceYaml()
string namespaceYaml = 1;
com.google.protobuf.ByteString
getNamespaceYamlBytes()
string namespaceYaml = 1;
boolean
hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespaceYaml
String getNamespaceYaml()
string namespaceYaml = 1;
- Returns:
- The namespaceYaml.
-
getNamespaceYamlBytes
com.google.protobuf.ByteString getNamespaceYamlBytes()
string namespaceYaml = 1;
- Returns:
- The bytes for namespaceYaml.
-
getMetaClassYamlList
List<String> getMetaClassYamlList()
repeated string metaClassYaml = 2;
- Returns:
- A list containing the metaClassYaml.
-
getMetaClassYamlCount
int getMetaClassYamlCount()
repeated string metaClassYaml = 2;
- Returns:
- The count of metaClassYaml.
-
getMetaClassYaml
String getMetaClassYaml(int index)
repeated string metaClassYaml = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The metaClassYaml at the given index.
-
getMetaClassYamlBytes
com.google.protobuf.ByteString getMetaClassYamlBytes(int index)
repeated string metaClassYaml = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the metaClassYaml at the given index.
-
hasExcInfo
boolean hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
- Returns:
- Whether the excInfo field is set.
-
getExcInfo
CommonMessages.ExceptionInfo getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
- Returns:
- The excInfo.
-
getExcInfoOrBuilder
CommonMessages.ExceptionInfoOrBuilder getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 3;
-
-