Interface UserManagementServiceOuterClass.Right.CanExecuteAsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserManagementServiceOuterClass.Right.CanExecuteAs, UserManagementServiceOuterClass.Right.CanExecuteAs.Builder
Enclosing class:
UserManagementServiceOuterClass.Right

public static interface UserManagementServiceOuterClass.Right.CanExecuteAsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The right to prepare and execute submissions as this party.
    com.google.protobuf.ByteString
    The right to prepare and execute submissions as this party.

    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

    • getParty

      String getParty()
       The right to prepare and execute submissions as this party.
       This right does not entitle the user to perform any reads.
       If reading is required, a separate ReadAs right must be added.
       Right to execute as a party is also implicitly contained in the CanActAs right.
      
       Required
       
      string party = 1;
      Returns:
      The party.
    • getPartyBytes

      com.google.protobuf.ByteString getPartyBytes()
       The right to prepare and execute submissions as this party.
       This right does not entitle the user to perform any reads.
       If reading is required, a separate ReadAs right must be added.
       Right to execute as a party is also implicitly contained in the CanActAs right.
      
       Required
       
      string party = 1;
      Returns:
      The bytes for party.