Interface ComputeConfigScalingGroupSummaryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string provider_type = 2;
    com.google.protobuf.ByteString
    string provider_type = 2;
    getTaskQueueTypes(int index)
    repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
    int
    repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
    repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
    int
    repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
    repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;

    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

    • getTaskQueueTypesList

      List<TaskQueueType> getTaskQueueTypesList()
      repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
      Returns:
      A list containing the taskQueueTypes.
    • getTaskQueueTypesCount

      int getTaskQueueTypesCount()
      repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
      Returns:
      The count of taskQueueTypes.
    • getTaskQueueTypes

      TaskQueueType getTaskQueueTypes(int index)
      repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The taskQueueTypes at the given index.
    • getTaskQueueTypesValueList

      List<Integer> getTaskQueueTypesValueList()
      repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
      Returns:
      A list containing the enum numeric values on the wire for taskQueueTypes.
    • getTaskQueueTypesValue

      int getTaskQueueTypesValue(int index)
      repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of taskQueueTypes at the given index.
    • getProviderType

      String getProviderType()
      string provider_type = 2;
      Returns:
      The providerType.
    • getProviderTypeBytes

      com.google.protobuf.ByteString getProviderTypeBytes()
      string provider_type = 2;
      Returns:
      The bytes for providerType.