Interface ValidateAccountAuditLogSinkRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidateAccountAuditLogSinkRequest,ValidateAccountAuditLogSinkRequest.Builder
@Generated(value="protoc",
comments="annotations:ValidateAccountAuditLogSinkRequestOrBuilder.java.pb.meta")
public interface ValidateAccountAuditLogSinkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 audit log sink spec that will be validated
.temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
AuditLogSinkSpec getSpec()The audit log sink spec that will be validated
.temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
AuditLogSinkSpecOrBuilder getSpecOrBuilder()The audit log sink spec that will be validated
.temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
-