Interface UpdateNexusOutgoingServiceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateNexusOutgoingServiceRequest, UpdateNexusOutgoingServiceRequest.Builder

    @Generated(value="protoc",
               comments="annotations:UpdateNexusOutgoingServiceRequestOrBuilder.java.pb.meta")
    public interface UpdateNexusOutgoingServiceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Service name, unique for this namespace.
      com.google.protobuf.ByteString getNameBytes()
      Service name, unique for this namespace.
      java.lang.String getNamespace()
      Namespace to find and update this service definition in.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace to find and update this service definition in.
      OutgoingServiceSpec getSpec()
      What to update the service spec to.
      OutgoingServiceSpecOrBuilder getSpecOrBuilder()
      What to update the service spec to.
      long getVersion()
      Version of the service definition to update.
      boolean hasSpec()
      What to update the service spec to.
      • 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()
         Namespace to find and update this service definition in.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace to find and update this service definition in.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getName

        java.lang.String getName()
         Service name, unique for this namespace. Must match `[a-zA-Z_][a-zA-Z0-9_]*`.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Service name, unique for this namespace. Must match `[a-zA-Z_][a-zA-Z0-9_]*`.
         
        string name = 2;
        Returns:
        The bytes for name.
      • getVersion

        long getVersion()
         Version of the service definition to update. Must match the current version.
         
        int64 version = 3;
        Returns:
        The version.
      • hasSpec

        boolean hasSpec()
         What to update the service spec to.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 4;
        Returns:
        Whether the spec field is set.
      • getSpec

        OutgoingServiceSpec getSpec()
         What to update the service spec to.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 4;
        Returns:
        The spec.
      • getSpecOrBuilder

        OutgoingServiceSpecOrBuilder getSpecOrBuilder()
         What to update the service spec to.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 4;