Interface WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      .google.protobuf.Timestamp create_time = 2;
      VersionDrainageStatus getDrainageStatus()
      .temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;
      int getDrainageStatusValue()
      .temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;
      java.lang.String getVersion()
      The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
      com.google.protobuf.ByteString getVersionBytes()
      The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      • 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()
         The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
         
        string version = 1;
        Returns:
        The bytes for version.
      • hasCreateTime

        boolean hasCreateTime()
        .google.protobuf.Timestamp create_time = 2;
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
        .google.protobuf.Timestamp create_time = 2;
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
        .google.protobuf.Timestamp create_time = 2;
      • getDrainageStatusValue

        int getDrainageStatusValue()
        .temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;
        Returns:
        The enum numeric value on the wire for drainageStatus.
      • getDrainageStatus

        VersionDrainageStatus getDrainageStatus()
        .temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;
        Returns:
        The drainageStatus.