Package org.yamcs.protobuf
Interface ObjectPrivilegeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectPrivilegeInfo
,ObjectPrivilegeInfo.Builder
public interface ObjectPrivilegeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetObjects
(int index) Objects of this typecom.google.protobuf.ByteString
getObjectsBytes
(int index) Objects of this typeint
Objects of this typeObjects of this typegetType()
Privilege typecom.google.protobuf.ByteString
Privilege typeboolean
hasType()
Privilege typeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()Privilege type
optional string type = 1;
- Returns:
- Whether the type field is set.
-
getType
String getType()Privilege type
optional string type = 1;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Privilege type
optional string type = 1;
- Returns:
- The bytes for type.
-
getObjectsList
Objects of this type
repeated string objects = 3;
- Returns:
- A list containing the objects.
-
getObjectsCount
int getObjectsCount()Objects of this type
repeated string objects = 3;
- Returns:
- The count of objects.
-
getObjects
Objects of this type
repeated string objects = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The objects at the given index.
-
getObjectsBytes
com.google.protobuf.ByteString getObjectsBytes(int index) Objects of this type
repeated string objects = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the objects at the given index.
-