Interface CreateApiKeyRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id to use for this async operation - optional.
    com.google.protobuf.ByteString
    The id to use for this async operation - optional.
    The spec for the api key to create.
    The spec for the api key to create.
    boolean
    The spec for the api key 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 Details

    • hasSpec

      boolean hasSpec()
       The spec for the api key to create.
       Create api key only supports service-account owner type for now.
       
      .temporal.api.cloud.identity.v1.ApiKeySpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

      ApiKeySpec getSpec()
       The spec for the api key to create.
       Create api key only supports service-account owner type for now.
       
      .temporal.api.cloud.identity.v1.ApiKeySpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      ApiKeySpecOrBuilder getSpecOrBuilder()
       The spec for the api key to create.
       Create api key only supports service-account owner type for now.
       
      .temporal.api.cloud.identity.v1.ApiKeySpec spec = 1;
    • getAsyncOperationId

      String getAsyncOperationId()
       The id to use for this async operation - optional.
       
      string async_operation_id = 2;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id to use for this async operation - optional.
       
      string async_operation_id = 2;
      Returns:
      The bytes for asyncOperationId.