public static final class InstanceGroupManagersListManagedInstancesResponse.Builder extends GeneratedMessageV3.Builder<InstanceGroupManagersListManagedInstancesResponse.Builder> implements InstanceGroupManagersListManagedInstancesResponseOrBuilder
Protobuf type google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllManagedInstances(Iterable<? extends ManagedInstance> values)
public InstanceGroupManagersListManagedInstancesResponse.Builder addAllManagedInstances(Iterable<? extends ManagedInstance> values)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.ManagedInstance>
|
addManagedInstances(ManagedInstance value)
public InstanceGroupManagersListManagedInstancesResponse.Builder addManagedInstances(ManagedInstance value)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
addManagedInstances(ManagedInstance.Builder builderForValue)
public InstanceGroupManagersListManagedInstancesResponse.Builder addManagedInstances(ManagedInstance.Builder builderForValue)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
addManagedInstances(int index, ManagedInstance value)
public InstanceGroupManagersListManagedInstancesResponse.Builder addManagedInstances(int index, ManagedInstance value)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
addManagedInstances(int index, ManagedInstance.Builder builderForValue)
public InstanceGroupManagersListManagedInstancesResponse.Builder addManagedInstances(int index, ManagedInstance.Builder builderForValue)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
addManagedInstancesBuilder()
public ManagedInstance.Builder addManagedInstancesBuilder()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
addManagedInstancesBuilder(int index)
public ManagedInstance.Builder addManagedInstancesBuilder(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InstanceGroupManagersListManagedInstancesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public InstanceGroupManagersListManagedInstancesResponse build()
buildPartial()
public InstanceGroupManagersListManagedInstancesResponse buildPartial()
clear()
public InstanceGroupManagersListManagedInstancesResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InstanceGroupManagersListManagedInstancesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearManagedInstances()
public InstanceGroupManagersListManagedInstancesResponse.Builder clearManagedInstances()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
clearNextPageToken()
public InstanceGroupManagersListManagedInstancesResponse.Builder clearNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
clearOneof(Descriptors.OneofDescriptor oneof)
public InstanceGroupManagersListManagedInstancesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public InstanceGroupManagersListManagedInstancesResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public InstanceGroupManagersListManagedInstancesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getManagedInstances(int index)
public ManagedInstance getManagedInstances(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
index | int
|
getManagedInstancesBuilder(int index)
public ManagedInstance.Builder getManagedInstancesBuilder(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
index | int
|
getManagedInstancesBuilderList()
public List<ManagedInstance.Builder> getManagedInstancesBuilderList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
getManagedInstancesCount()
public int getManagedInstancesCount()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Returns |
---|
Type | Description |
int | |
getManagedInstancesList()
public List<ManagedInstance> getManagedInstancesList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
getManagedInstancesOrBuilder(int index)
public ManagedInstanceOrBuilder getManagedInstancesOrBuilder(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
index | int
|
getManagedInstancesOrBuilderList()
public List<? extends ManagedInstanceOrBuilder> getManagedInstancesOrBuilderList()
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.compute.v1.ManagedInstanceOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
hasNextPageToken()
public boolean hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
Returns |
---|
Type | Description |
boolean | Whether the nextPageToken field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InstanceGroupManagersListManagedInstancesResponse other)
public InstanceGroupManagersListManagedInstancesResponse.Builder mergeFrom(InstanceGroupManagersListManagedInstancesResponse other)
public InstanceGroupManagersListManagedInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InstanceGroupManagersListManagedInstancesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InstanceGroupManagersListManagedInstancesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeManagedInstances(int index)
public InstanceGroupManagersListManagedInstancesResponse.Builder removeManagedInstances(int index)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public InstanceGroupManagersListManagedInstancesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setManagedInstances(int index, ManagedInstance value)
public InstanceGroupManagersListManagedInstancesResponse.Builder setManagedInstances(int index, ManagedInstance value)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
setManagedInstances(int index, ManagedInstance.Builder builderForValue)
public InstanceGroupManagersListManagedInstancesResponse.Builder setManagedInstances(int index, ManagedInstance.Builder builderForValue)
[Output Only] The list of instances in the managed instance group.
repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
setNextPageToken(String value)
public InstanceGroupManagersListManagedInstancesResponse.Builder setNextPageToken(String value)
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public InstanceGroupManagersListManagedInstancesResponse.Builder setNextPageTokenBytes(ByteString value)
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InstanceGroupManagersListManagedInstancesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InstanceGroupManagersListManagedInstancesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides