Interface ValidateNamespaceExportSinkRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidateNamespaceExportSinkRequest,ValidateNamespaceExportSinkRequest.Builder
@Generated(value="protoc", comments="annotations:ValidateNamespaceExportSinkRequestOrBuilder.java.pb.meta") public interface ValidateNamespaceExportSinkRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()The namespace to which the sink belongs.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace to which the sink belongs.ExportSinkSpecgetSpec()The export sink specification to validate.ExportSinkSpecOrBuildergetSpecOrBuilder()The export sink specification to validate.booleanhasSpec()The export sink specification to validate.-
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 to which the sink belongs.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
The namespace to which the sink belongs.
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasSpec
boolean hasSpec()
The export sink specification to validate.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
ExportSinkSpec getSpec()
The export sink specification to validate.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
ExportSinkSpecOrBuilder getSpecOrBuilder()
The export sink specification to validate.
.temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;
-
-