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 Type
    Method
    Description
    The namespace to which the sink belongs.
    com.google.protobuf.ByteString
    The namespace to which the sink belongs.
    The export sink specification to validate.
    The export sink specification to validate.
    boolean
    The export sink specification to validate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;