Interface SetReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetReference, SetReference.Builder

public interface SetReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    object_id is the ID of a permission set
    com.google.protobuf.ByteString
    object_id is the ID of a permission set
    object_type is the type of object in a permission set
    com.google.protobuf.ByteString
    object_type is the type of object in a permission set
    permission_or_relation is the permission or relation referenced by this permission set
    com.google.protobuf.ByteString
    permission_or_relation is the permission or relation referenced by this permission set

    Methods 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

    • getObjectType

      String getObjectType()
       object_type is the type of object in a permission set
       
      string object_type = 1;
      Returns:
      The objectType.
    • getObjectTypeBytes

      com.google.protobuf.ByteString getObjectTypeBytes()
       object_type is the type of object in a permission set
       
      string object_type = 1;
      Returns:
      The bytes for objectType.
    • getObjectId

      String getObjectId()
       object_id is the ID of a permission set
       
      string object_id = 2;
      Returns:
      The objectId.
    • getObjectIdBytes

      com.google.protobuf.ByteString getObjectIdBytes()
       object_id is the ID of a permission set
       
      string object_id = 2;
      Returns:
      The bytes for objectId.
    • getPermissionOrRelation

      String getPermissionOrRelation()
       permission_or_relation is the permission or relation referenced by this permission set
       
      string permission_or_relation = 3;
      Returns:
      The permissionOrRelation.
    • getPermissionOrRelationBytes

      com.google.protobuf.ByteString getPermissionOrRelationBytes()
       permission_or_relation is the permission or relation referenced by this permission set
       
      string permission_or_relation = 3;
      Returns:
      The bytes for permissionOrRelation.