public interface InstanceGroupManagersCreateInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PerInstanceConfig |
getInstances(int index)
[Required] List of specifications of per-instance configs.
|
int |
getInstancesCount()
[Required] List of specifications of per-instance configs.
|
List<PerInstanceConfig> |
getInstancesList()
[Required] List of specifications of per-instance configs.
|
PerInstanceConfigOrBuilder |
getInstancesOrBuilder(int index)
[Required] List of specifications of per-instance configs.
|
List<? extends PerInstanceConfigOrBuilder> |
getInstancesOrBuilderList()
[Required] List of specifications of per-instance configs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PerInstanceConfig> getInstancesList()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;PerInstanceConfig getInstances(int index)
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;int getInstancesCount()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;List<? extends PerInstanceConfigOrBuilder> getInstancesOrBuilderList()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;PerInstanceConfigOrBuilder getInstancesOrBuilder(int index)
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;Copyright © 2023 Google LLC. All rights reserved.