Interface CreateGroupRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      optional string description = 2;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 2;
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getServiceAccounts​(int index)
      repeated string serviceAccounts = 4;
      com.google.protobuf.ByteString getServiceAccountsBytes​(int index)
      repeated string serviceAccounts = 4;
      int getServiceAccountsCount()
      repeated string serviceAccounts = 4;
      List<String> getServiceAccountsList()
      repeated string serviceAccounts = 4;
      String getUsers​(int index)
      repeated string users = 3;
      com.google.protobuf.ByteString getUsersBytes​(int index)
      repeated string users = 3;
      int getUsersCount()
      repeated string users = 3;
      List<String> getUsersList()
      repeated string users = 3;
      boolean hasDescription()
      optional string description = 2;
      boolean hasName()
      optional string name = 1;
      • 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

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasDescription

        boolean hasDescription()
        optional string description = 2;
      • getDescription

        String getDescription()
        optional string description = 2;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 2;
      • getUsersList

        List<String> getUsersList()
        repeated string users = 3;
      • getUsersCount

        int getUsersCount()
        repeated string users = 3;
      • getUsers

        String getUsers​(int index)
        repeated string users = 3;
      • getUsersBytes

        com.google.protobuf.ByteString getUsersBytes​(int index)
        repeated string users = 3;
      • getServiceAccountsList

        List<String> getServiceAccountsList()
        repeated string serviceAccounts = 4;
      • getServiceAccountsCount

        int getServiceAccountsCount()
        repeated string serviceAccounts = 4;
      • getServiceAccounts

        String getServiceAccounts​(int index)
        repeated string serviceAccounts = 4;
      • getServiceAccountsBytes

        com.google.protobuf.ByteString getServiceAccountsBytes​(int index)
        repeated string serviceAccounts = 4;