Interface CommonMessages.DataClayObjectMetaDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.DataClayObjectMetaData
,CommonMessages.DataClayObjectMetaData.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.DataClayObjectMetaDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsClassids(int key)
map<int32, string> classids = 2;
boolean
containsHints(int key)
map<int32, string> hints = 3;
boolean
containsOids(int key)
map<int32, string> oids = 1;
String
getAlias()
string alias = 9;
com.google.protobuf.ByteString
getAliasBytes()
string alias = 9;
Map<Integer,String>
getClassids()
Deprecated.int
getClassidsCount()
map<int32, string> classids = 2;
Map<Integer,String>
getClassidsMap()
map<int32, string> classids = 2;
String
getClassidsOrDefault(int key, String defaultValue)
map<int32, string> classids = 2;
String
getClassidsOrThrow(int key)
map<int32, string> classids = 2;
Map<Integer,String>
getHints()
Deprecated.int
getHintsCount()
map<int32, string> hints = 3;
Map<Integer,String>
getHintsMap()
map<int32, string> hints = 3;
String
getHintsOrDefault(int key, String defaultValue)
map<int32, string> hints = 3;
String
getHintsOrThrow(int key)
map<int32, string> hints = 3;
boolean
getIsReadOnly()
bool isReadOnly = 10;
int
getNumRefs()
int32 numRefs = 4;
Map<Integer,String>
getOids()
Deprecated.int
getOidsCount()
map<int32, string> oids = 1;
Map<Integer,String>
getOidsMap()
map<int32, string> oids = 1;
String
getOidsOrDefault(int key, String defaultValue)
map<int32, string> oids = 1;
String
getOidsOrThrow(int key)
map<int32, string> oids = 1;
String
getOriginLocation()
string originLocation = 7;
com.google.protobuf.ByteString
getOriginLocationBytes()
string originLocation = 7;
String
getOrigObjectID()
string origObjectID = 5;
com.google.protobuf.ByteString
getOrigObjectIDBytes()
string origObjectID = 5;
String
getReplicaLocations(int index)
repeated string replicaLocations = 8;
com.google.protobuf.ByteString
getReplicaLocationsBytes(int index)
repeated string replicaLocations = 8;
int
getReplicaLocationsCount()
repeated string replicaLocations = 8;
List<String>
getReplicaLocationsList()
repeated string replicaLocations = 8;
String
getRootLocation()
string rootLocation = 6;
com.google.protobuf.ByteString
getRootLocationBytes()
string rootLocation = 6;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOidsCount
int getOidsCount()
map<int32, string> oids = 1;
-
containsOids
boolean containsOids(int key)
map<int32, string> oids = 1;
-
getOids
@Deprecated Map<Integer,String> getOids()
Deprecated.UsegetOidsMap()
instead.
-
getOidsOrDefault
String getOidsOrDefault(int key, String defaultValue)
map<int32, string> oids = 1;
-
getOidsOrThrow
String getOidsOrThrow(int key)
map<int32, string> oids = 1;
-
getClassidsCount
int getClassidsCount()
map<int32, string> classids = 2;
-
containsClassids
boolean containsClassids(int key)
map<int32, string> classids = 2;
-
getClassids
@Deprecated Map<Integer,String> getClassids()
Deprecated.UsegetClassidsMap()
instead.
-
getClassidsOrDefault
String getClassidsOrDefault(int key, String defaultValue)
map<int32, string> classids = 2;
-
getClassidsOrThrow
String getClassidsOrThrow(int key)
map<int32, string> classids = 2;
-
getHintsCount
int getHintsCount()
map<int32, string> hints = 3;
-
containsHints
boolean containsHints(int key)
map<int32, string> hints = 3;
-
getHints
@Deprecated Map<Integer,String> getHints()
Deprecated.UsegetHintsMap()
instead.
-
getHintsOrDefault
String getHintsOrDefault(int key, String defaultValue)
map<int32, string> hints = 3;
-
getHintsOrThrow
String getHintsOrThrow(int key)
map<int32, string> hints = 3;
-
getNumRefs
int getNumRefs()
int32 numRefs = 4;
- Returns:
- The numRefs.
-
getOrigObjectID
String getOrigObjectID()
string origObjectID = 5;
- Returns:
- The origObjectID.
-
getOrigObjectIDBytes
com.google.protobuf.ByteString getOrigObjectIDBytes()
string origObjectID = 5;
- Returns:
- The bytes for origObjectID.
-
getRootLocation
String getRootLocation()
string rootLocation = 6;
- Returns:
- The rootLocation.
-
getRootLocationBytes
com.google.protobuf.ByteString getRootLocationBytes()
string rootLocation = 6;
- Returns:
- The bytes for rootLocation.
-
getOriginLocation
String getOriginLocation()
string originLocation = 7;
- Returns:
- The originLocation.
-
getOriginLocationBytes
com.google.protobuf.ByteString getOriginLocationBytes()
string originLocation = 7;
- Returns:
- The bytes for originLocation.
-
getReplicaLocationsList
List<String> getReplicaLocationsList()
repeated string replicaLocations = 8;
- Returns:
- A list containing the replicaLocations.
-
getReplicaLocationsCount
int getReplicaLocationsCount()
repeated string replicaLocations = 8;
- Returns:
- The count of replicaLocations.
-
getReplicaLocations
String getReplicaLocations(int index)
repeated string replicaLocations = 8;
- Parameters:
index
- The index of the element to return.- Returns:
- The replicaLocations at the given index.
-
getReplicaLocationsBytes
com.google.protobuf.ByteString getReplicaLocationsBytes(int index)
repeated string replicaLocations = 8;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the replicaLocations at the given index.
-
getAlias
String getAlias()
string alias = 9;
- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 9;
- Returns:
- The bytes for alias.
-
getIsReadOnly
boolean getIsReadOnly()
bool isReadOnly = 10;
- Returns:
- The isReadOnly.
-
-