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.String getNamespace()
      The namespace to which the sink belongs.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace to which the sink belongs.
      ExportSinkSpec getSpec()
      The export sink specification to validate.
      ExportSinkSpecOrBuilder getSpecOrBuilder()
      The export sink specification to validate.
      boolean hasSpec()
      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 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;