Interface DescribeWorkerDeploymentVersionRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    boolean
    Report stats for task queues which have been polled by this version.
    Deprecated.
    temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionRequest.version is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionRequest.version is deprecated.
    boolean
    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 Details

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getVersion

      @Deprecated String getVersion()
      Deprecated.
      temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2466
       Deprecated. Use `deployment_version`.
       
      string version = 2 [deprecated = true];
      Returns:
      The version.
    • getVersionBytes

      @Deprecated com.google.protobuf.ByteString getVersionBytes()
      Deprecated.
      temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2466
       Deprecated. Use `deployment_version`.
       
      string version = 2 [deprecated = true];
      Returns:
      The bytes for version.
    • hasDeploymentVersion

      boolean hasDeploymentVersion()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 3;
      Returns:
      Whether the deploymentVersion field is set.
    • getDeploymentVersion

      WorkerDeploymentVersion getDeploymentVersion()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 3;
      Returns:
      The deploymentVersion.
    • getDeploymentVersionOrBuilder

      WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()
       Required.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 3;
    • getReportTaskQueueStats

      boolean getReportTaskQueueStats()
       Report stats for task queues which have been polled by this version.
       
      bool report_task_queue_stats = 4;
      Returns:
      The reportTaskQueueStats.