Interface CreateNamespaceExportSinkRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateNamespaceExportSinkRequest,CreateNamespaceExportSinkRequest.Builder
@Generated(value="protoc",
comments="annotations:CreateNamespaceExportSinkRequestOrBuilder.java.pb.meta")
public interface CreateNamespaceExportSinkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.The namespace under which the sink is configured.com.google.protobuf.ByteStringThe namespace under which the sink is configured.getSpec()The specification for the export sink.The specification for the export sink.booleanhasSpec()The specification for the export sink.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
-
getNamespace
String getNamespace()The namespace under which the sink is configured.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace under which the sink is configured.
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasSpec
boolean hasSpec()The specification for the export sink.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
ExportSinkSpec getSpec()The specification for the export sink.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
ExportSinkSpecOrBuilder getSpecOrBuilder()The specification for the export sink.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2; -
getAsyncOperationId
String getAsyncOperationId()Optional. The ID to use for this async operation.
string async_operation_id = 3;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()Optional. The ID to use for this async operation.
string async_operation_id = 3;- Returns:
- The bytes for asyncOperationId.
-