Interface CreateAccountAuditLogSinkRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    The specification for the audit log sink.
    The specification for the audit log sink.
    boolean
    The specification for the audit log sink.

    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 specification for the audit log sink.
       
      .temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

      AuditLogSinkSpec getSpec()
       The specification for the audit log sink.
       
      .temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      AuditLogSinkSpecOrBuilder getSpecOrBuilder()
       The specification for the audit log sink.
       
      .temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
    • getAsyncOperationId

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

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