Interface CreateUserGroupRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:CreateUserGroupRequestOrBuilder.java.pb.meta")
    public interface CreateUserGroupRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAsyncOperationId()
      The id to use for this async operation.
      com.google.protobuf.ByteString getAsyncOperationIdBytes()
      The id to use for this async operation.
      UserGroupSpec getSpec()
      The spec for the group to create.
      UserGroupSpecOrBuilder getSpecOrBuilder()
      The spec for the group to create.
      boolean hasSpec()
      The spec for the group to create.
      • 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

      • hasSpec

        boolean hasSpec()
         The spec for the group to create.
         
        .temporal.api.cloud.identity.v1.UserGroupSpec spec = 1;
        Returns:
        Whether the spec field is set.
      • getSpec

        UserGroupSpec getSpec()
         The spec for the group to create.
         
        .temporal.api.cloud.identity.v1.UserGroupSpec spec = 1;
        Returns:
        The spec.
      • getSpecOrBuilder

        UserGroupSpecOrBuilder getSpecOrBuilder()
         The spec for the group to create.
         
        .temporal.api.cloud.identity.v1.UserGroupSpec spec = 1;
      • getAsyncOperationId

        java.lang.String getAsyncOperationId()
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 2;
        Returns:
        The asyncOperationId.
      • getAsyncOperationIdBytes

        com.google.protobuf.ByteString getAsyncOperationIdBytes()
         The id to use for this async operation.
         Optional, if not provided a random id will be generated.
         
        string async_operation_id = 2;
        Returns:
        The bytes for asyncOperationId.