Interface CommonMessages.FederatedObjectInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.FederatedObjectInfo
,CommonMessages.FederatedObjectInfo.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.FederatedObjectInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAlias(int index)
repeated string alias = 4;
com.google.protobuf.ByteString
getAliasBytes(int index)
repeated string alias = 4;
int
getAliasCount()
repeated string alias = 4;
List<String>
getAliasList()
repeated string alias = 4;
String
getClassName()
string className = 2;
com.google.protobuf.ByteString
getClassNameBytes()
string className = 2;
String
getNameSpace()
string nameSpace = 3;
com.google.protobuf.ByteString
getNameSpaceBytes()
string nameSpace = 3;
String
getObjectID()
string objectID = 1;
com.google.protobuf.ByteString
getObjectIDBytes()
string objectID = 1;
-
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.
-
getClassName
String getClassName()
string className = 2;
- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string className = 2;
- Returns:
- The bytes for className.
-
getNameSpace
String getNameSpace()
string nameSpace = 3;
- Returns:
- The nameSpace.
-
getNameSpaceBytes
com.google.protobuf.ByteString getNameSpaceBytes()
string nameSpace = 3;
- Returns:
- The bytes for nameSpace.
-
getAliasList
List<String> getAliasList()
repeated string alias = 4;
- Returns:
- A list containing the alias.
-
getAliasCount
int getAliasCount()
repeated string alias = 4;
- Returns:
- The count of alias.
-
getAlias
String getAlias(int index)
repeated string alias = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The alias at the given index.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes(int index)
repeated string alias = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the alias at the given index.
-
-