Package com.google.cloud.compute.v1
Interface RegionInstanceGroupManagerDeleteInstanceConfigReqOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionInstanceGroupManagerDeleteInstanceConfigReq
,RegionInstanceGroupManagerDeleteInstanceConfigReq.Builder
public interface RegionInstanceGroupManagerDeleteInstanceConfigReqOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNames(int index)
The list of instance names for which we want to delete per-instance configs on this managed instance group.com.google.protobuf.ByteString
getNamesBytes(int index)
The list of instance names for which we want to delete per-instance configs on this managed instance group.int
getNamesCount()
The list of instance names for which we want to delete per-instance configs on this managed instance group.List<String>
getNamesList()
The list of instance names for which we want to delete per-instance configs on this managed instance group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamesList
List<String> getNamesList()
The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()
The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
- Returns:
- The count of names.
-
getNames
String getNames(int index)
The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
- Parameters:
index
- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index)
The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-
-