Package com.google.cloud.dataplex.v1
Interface Task.InfrastructureSpec.BatchComputeResourcesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Task.InfrastructureSpec.BatchComputeResources
,Task.InfrastructureSpec.BatchComputeResources.Builder
- Enclosing class:
- Task.InfrastructureSpec
public static interface Task.InfrastructureSpec.BatchComputeResourcesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExecutorsCount()
Optional.int
getMaxExecutorsCount()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExecutorsCount
int getExecutorsCount()
Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]
int32 executors_count = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The executorsCount.
-
getMaxExecutorsCount
int getMaxExecutorsCount()
Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]
int32 max_executors_count = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The maxExecutorsCount.
-
-