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 TypeMethodDescriptionstring provider_type = 2;com.google.protobuf.ByteStringstring provider_type = 2;getTaskQueueTypes(int index) repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;intrepeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 1;intgetTaskQueueTypesValue(int index) 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
isInitializedMethods 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
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
-
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
-
getProviderTypeBytes
com.google.protobuf.ByteString getProviderTypeBytes()string provider_type = 2;- Returns:
- The bytes for providerType.
-