Interface UserManagementServiceOuterClass.Right.CanActAsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getParty()
      The right to authorize commands for this party.
      com.google.protobuf.ByteString getPartyBytes()
      The right to authorize commands for 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 Detail

      • getParty

        java.lang.String getParty()
         The right to authorize commands for this party.
         
        string party = 1 [json_name = "party"];
        Returns:
        The party.
      • getPartyBytes

        com.google.protobuf.ByteString getPartyBytes()
         The right to authorize commands for this party.
         
        string party = 1 [json_name = "party"];
        Returns:
        The bytes for party.