Interface DeploymentVersionTransitionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()
      Required.
      com.google.protobuf.ByteString getVersionBytes()
      Required.
      • 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

      • getVersion

        java.lang.String getVersion()
         Required. The target Version of the transition. May be `__unversioned__` which means a
         so-far-versioned workflow is transitioning to unversioned workers.
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         Required. The target Version of the transition. May be `__unversioned__` which means a
         so-far-versioned workflow is transitioning to unversioned workers.
         
        string version = 1;
        Returns:
        The bytes for version.