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
Modifier and TypeMethodDescriptionThe namespace to which the sink belongs.com.google.protobuf.ByteStringThe namespace to which the sink belongs.getSpec()The export sink specification to validate.The export sink specification to validate.booleanhasSpec()The export sink specification to validate.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 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;
-