Interface DeploymentOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBuildId()
      Build ID changes with each version of the worker when the worker program code and/or config changes.
      com.google.protobuf.ByteString getBuildIdBytes()
      Build ID changes with each version of the worker when the worker program code and/or config changes.
      java.lang.String getSeriesName()
      Different versions of the same worker service/application are related together by having a shared series name.
      com.google.protobuf.ByteString getSeriesNameBytes()
      Different versions of the same worker service/application are related together by having a shared series name.
      • 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

      • getSeriesName

        java.lang.String getSeriesName()
         Different versions of the same worker service/application are related together by having a
         shared series name.
         Out of all deployments of a series, one can be designated as the current deployment, which
         receives new workflow executions and new tasks of workflows with
         `VERSIONING_BEHAVIOR_AUTO_UPGRADE` versioning behavior.
         
        string series_name = 1;
        Returns:
        The seriesName.
      • getSeriesNameBytes

        com.google.protobuf.ByteString getSeriesNameBytes()
         Different versions of the same worker service/application are related together by having a
         shared series name.
         Out of all deployments of a series, one can be designated as the current deployment, which
         receives new workflow executions and new tasks of workflows with
         `VERSIONING_BEHAVIOR_AUTO_UPGRADE` versioning behavior.
         
        string series_name = 1;
        Returns:
        The bytes for seriesName.
      • getBuildId

        java.lang.String getBuildId()
         Build ID changes with each version of the worker when the worker program code and/or config
         changes.
         
        string build_id = 2;
        Returns:
        The buildId.
      • getBuildIdBytes

        com.google.protobuf.ByteString getBuildIdBytes()
         Build ID changes with each version of the worker when the worker program code and/or config
         changes.
         
        string build_id = 2;
        Returns:
        The bytes for buildId.