Interface CommonMessages.MetaDataInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.MetaDataInfo,CommonMessages.MetaDataInfo.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.MetaDataInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()string alias = 6;com.google.protobuf.ByteStringgetAliasBytes()string alias = 6;StringgetDatasetID()string datasetID = 3;com.google.protobuf.ByteStringgetDatasetIDBytes()string datasetID = 3;booleangetIsReadOnly()bool isReadOnly = 2;StringgetLocations(int index)repeated string locations = 5;com.google.protobuf.ByteStringgetLocationsBytes(int index)repeated string locations = 5;intgetLocationsCount()repeated string locations = 5;List<String>getLocationsList()repeated string locations = 5;StringgetMetaclassID()string metaclassID = 4;com.google.protobuf.ByteStringgetMetaclassIDBytes()string metaclassID = 4;StringgetObjectID()string objectID = 1;com.google.protobuf.ByteStringgetObjectIDBytes()string objectID = 1;StringgetOwnerID()string ownerID = 7;com.google.protobuf.ByteStringgetOwnerIDBytes()string ownerID = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectID
String getObjectID()
string objectID = 1;- Returns:
- The objectID.
-
getObjectIDBytes
com.google.protobuf.ByteString getObjectIDBytes()
string objectID = 1;- Returns:
- The bytes for objectID.
-
getIsReadOnly
boolean getIsReadOnly()
bool isReadOnly = 2;- Returns:
- The isReadOnly.
-
getDatasetID
String getDatasetID()
string datasetID = 3;- Returns:
- The datasetID.
-
getDatasetIDBytes
com.google.protobuf.ByteString getDatasetIDBytes()
string datasetID = 3;- Returns:
- The bytes for datasetID.
-
getMetaclassID
String getMetaclassID()
string metaclassID = 4;- Returns:
- The metaclassID.
-
getMetaclassIDBytes
com.google.protobuf.ByteString getMetaclassIDBytes()
string metaclassID = 4;- Returns:
- The bytes for metaclassID.
-
getLocationsList
List<String> getLocationsList()
repeated string locations = 5;- Returns:
- A list containing the locations.
-
getLocationsCount
int getLocationsCount()
repeated string locations = 5;- Returns:
- The count of locations.
-
getLocations
String getLocations(int index)
repeated string locations = 5;- Parameters:
index- The index of the element to return.- Returns:
- The locations at the given index.
-
getLocationsBytes
com.google.protobuf.ByteString getLocationsBytes(int index)
repeated string locations = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the locations at the given index.
-
getAlias
String getAlias()
string alias = 6;- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 6;- Returns:
- The bytes for alias.
-
getOwnerID
String getOwnerID()
string ownerID = 7;- Returns:
- The ownerID.
-
getOwnerIDBytes
com.google.protobuf.ByteString getOwnerIDBytes()
string ownerID = 7;- Returns:
- The bytes for ownerID.
-
-