Interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder

    • 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;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      RoutingConfig getRoutingConfig()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
      RoutingConfigOrBuilder getRoutingConfigOrBuilder()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
      boolean hasCreateTime()
      .google.protobuf.Timestamp create_time = 2;
      boolean hasRoutingConfig()
      .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
      • 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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • 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;
      • hasRoutingConfig

        boolean hasRoutingConfig()
        .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
        Returns:
        Whether the routingConfig field is set.
      • getRoutingConfig

        RoutingConfig getRoutingConfig()
        .temporal.api.deployment.v1.RoutingConfig routing_config = 3;
        Returns:
        The routingConfig.
      • getRoutingConfigOrBuilder

        RoutingConfigOrBuilder getRoutingConfigOrBuilder()
        .temporal.api.deployment.v1.RoutingConfig routing_config = 3;