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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()Optional.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()Optional.java.lang.StringgetNamespace()The namespace under which the sink is configured.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace under which the sink is configured.ExportSinkSpecgetSpec()The specification for the export sink.ExportSinkSpecOrBuildergetSpecOrBuilder()The specification for the export sink.booleanhasSpec()The specification for the export sink.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.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
java.lang.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.
-
-