Interface WatchedPermissionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional_subject_relation is the relation on the subject to watch for changes.
    com.google.protobuf.ByteString
    optional_subject_relation is the relation on the subject to watch for changes.
    permission is the permission to watch for changes.
    com.google.protobuf.ByteString
    permission is the permission to watch for changes.
    resource_type is the type of the resource to watch for changes.
    com.google.protobuf.ByteString
    resource_type is the type of the resource to watch for changes.
    subject_type is the type of the subject to watch for changes.
    com.google.protobuf.ByteString
    subject_type is the type of the subject to watch for changes.

    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

    • getResourceType

      String getResourceType()
       resource_type is the type of the resource to watch for changes.
       
      string resource_type = 1;
      Returns:
      The resourceType.
    • getResourceTypeBytes

      com.google.protobuf.ByteString getResourceTypeBytes()
       resource_type is the type of the resource to watch for changes.
       
      string resource_type = 1;
      Returns:
      The bytes for resourceType.
    • getPermission

      String getPermission()
       permission is the permission to watch for changes.
       
      string permission = 2;
      Returns:
      The permission.
    • getPermissionBytes

      com.google.protobuf.ByteString getPermissionBytes()
       permission is the permission to watch for changes.
       
      string permission = 2;
      Returns:
      The bytes for permission.
    • getSubjectType

      String getSubjectType()
       subject_type is the type of the subject to watch for changes.
       
      string subject_type = 3;
      Returns:
      The subjectType.
    • getSubjectTypeBytes

      com.google.protobuf.ByteString getSubjectTypeBytes()
       subject_type is the type of the subject to watch for changes.
       
      string subject_type = 3;
      Returns:
      The bytes for subjectType.
    • getOptionalSubjectRelation

      String getOptionalSubjectRelation()
       optional_subject_relation is the relation on the subject to watch for changes.
       
      string optional_subject_relation = 4;
      Returns:
      The optionalSubjectRelation.
    • getOptionalSubjectRelationBytes

      com.google.protobuf.ByteString getOptionalSubjectRelationBytes()
       optional_subject_relation is the relation on the subject to watch for changes.
       
      string optional_subject_relation = 4;
      Returns:
      The bytes for optionalSubjectRelation.