
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
/**
*
*
*
*
*
* Protobuf type {@code google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse}
*/
public final class InstanceGroupManagersListManagedInstancesResponse
extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse)
InstanceGroupManagersListManagedInstancesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use InstanceGroupManagersListManagedInstancesResponse.newBuilder() to construct.
private InstanceGroupManagersListManagedInstancesResponse(
com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private InstanceGroupManagersListManagedInstancesResponse() {
managedInstances_ = java.util.Collections.emptyList();
nextPageToken_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new InstanceGroupManagersListManagedInstancesResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_InstanceGroupManagersListManagedInstancesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_InstanceGroupManagersListManagedInstancesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse.class,
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse.Builder
.class);
}
private int bitField0_;
public static final int MANAGED_INSTANCES_FIELD_NUMBER = 336219614;
@SuppressWarnings("serial")
private java.util.List managedInstances_;
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
@java.lang.Override
public java.util.List getManagedInstancesList() {
return managedInstances_;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
@java.lang.Override
public java.util.List extends com.google.cloud.compute.v1.ManagedInstanceOrBuilder>
getManagedInstancesOrBuilderList() {
return managedInstances_;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
@java.lang.Override
public int getManagedInstancesCount() {
return managedInstances_.size();
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
@java.lang.Override
public com.google.cloud.compute.v1.ManagedInstance getManagedInstances(int index) {
return managedInstances_.get(index);
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
@java.lang.Override
public com.google.cloud.compute.v1.ManagedInstanceOrBuilder getManagedInstancesOrBuilder(
int index) {
return managedInstances_.get(index);
}
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 79797525;
@SuppressWarnings("serial")
private volatile java.lang.Object nextPageToken_ = "";
/**
*
*
*
* [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;
*
* @return Whether the nextPageToken field is set.
*/
@java.lang.Override
public boolean hasNextPageToken() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* [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;
*
* @return The nextPageToken.
*/
@java.lang.Override
public java.lang.String getNextPageToken() {
java.lang.Object ref = nextPageToken_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
nextPageToken_ = s;
return s;
}
}
/**
*
*
*
* [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;
*
* @return The bytes for nextPageToken.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNextPageTokenBytes() {
java.lang.Object ref = nextPageToken_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
nextPageToken_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 79797525, nextPageToken_);
}
for (int i = 0; i < managedInstances_.size(); i++) {
output.writeMessage(336219614, managedInstances_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(79797525, nextPageToken_);
}
for (int i = 0; i < managedInstances_.size(); i++) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(
336219614, managedInstances_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj
instanceof com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse)) {
return super.equals(obj);
}
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse other =
(com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse) obj;
if (!getManagedInstancesList().equals(other.getManagedInstancesList())) return false;
if (hasNextPageToken() != other.hasNextPageToken()) return false;
if (hasNextPageToken()) {
if (!getNextPageToken().equals(other.getNextPageToken())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getManagedInstancesCount() > 0) {
hash = (37 * hash) + MANAGED_INSTANCES_FIELD_NUMBER;
hash = (53 * hash) + getManagedInstancesList().hashCode();
}
if (hasNextPageToken()) {
hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getNextPageToken().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
*
*
* Protobuf type {@code google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse)
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_InstanceGroupManagersListManagedInstancesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_InstanceGroupManagersListManagedInstancesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse.class,
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse.Builder
.class);
}
// Construct using
// com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
if (managedInstancesBuilder_ == null) {
managedInstances_ = java.util.Collections.emptyList();
} else {
managedInstances_ = null;
managedInstancesBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
nextPageToken_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_InstanceGroupManagersListManagedInstancesResponse_descriptor;
}
@java.lang.Override
public com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
getDefaultInstanceForType() {
return com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse build() {
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse result =
buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
buildPartial() {
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse result =
new com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse result) {
if (managedInstancesBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
managedInstances_ = java.util.Collections.unmodifiableList(managedInstances_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.managedInstances_ = managedInstances_;
} else {
result.managedInstances_ = managedInstancesBuilder_.build();
}
}
private void buildPartial0(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.nextPageToken_ = nextPageToken_;
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other
instanceof
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse) {
return mergeFrom(
(com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(
com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse other) {
if (other
== com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
.getDefaultInstance()) return this;
if (managedInstancesBuilder_ == null) {
if (!other.managedInstances_.isEmpty()) {
if (managedInstances_.isEmpty()) {
managedInstances_ = other.managedInstances_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureManagedInstancesIsMutable();
managedInstances_.addAll(other.managedInstances_);
}
onChanged();
}
} else {
if (!other.managedInstances_.isEmpty()) {
if (managedInstancesBuilder_.isEmpty()) {
managedInstancesBuilder_.dispose();
managedInstancesBuilder_ = null;
managedInstances_ = other.managedInstances_;
bitField0_ = (bitField0_ & ~0x00000001);
managedInstancesBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getManagedInstancesFieldBuilder()
: null;
} else {
managedInstancesBuilder_.addAllMessages(other.managedInstances_);
}
}
}
if (other.hasNextPageToken()) {
nextPageToken_ = other.nextPageToken_;
bitField0_ |= 0x00000002;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 638380202:
{
nextPageToken_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 638380202
case -1605210382:
{
com.google.cloud.compute.v1.ManagedInstance m =
input.readMessage(
com.google.cloud.compute.v1.ManagedInstance.parser(), extensionRegistry);
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
managedInstances_.add(m);
} else {
managedInstancesBuilder_.addMessage(m);
}
break;
} // case -1605210382
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.util.List managedInstances_ =
java.util.Collections.emptyList();
private void ensureManagedInstancesIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
managedInstances_ =
new java.util.ArrayList(managedInstances_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.compute.v1.ManagedInstance,
com.google.cloud.compute.v1.ManagedInstance.Builder,
com.google.cloud.compute.v1.ManagedInstanceOrBuilder>
managedInstancesBuilder_;
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public java.util.List getManagedInstancesList() {
if (managedInstancesBuilder_ == null) {
return java.util.Collections.unmodifiableList(managedInstances_);
} else {
return managedInstancesBuilder_.getMessageList();
}
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public int getManagedInstancesCount() {
if (managedInstancesBuilder_ == null) {
return managedInstances_.size();
} else {
return managedInstancesBuilder_.getCount();
}
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public com.google.cloud.compute.v1.ManagedInstance getManagedInstances(int index) {
if (managedInstancesBuilder_ == null) {
return managedInstances_.get(index);
} else {
return managedInstancesBuilder_.getMessage(index);
}
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder setManagedInstances(
int index, com.google.cloud.compute.v1.ManagedInstance value) {
if (managedInstancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureManagedInstancesIsMutable();
managedInstances_.set(index, value);
onChanged();
} else {
managedInstancesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder setManagedInstances(
int index, com.google.cloud.compute.v1.ManagedInstance.Builder builderForValue) {
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
managedInstances_.set(index, builderForValue.build());
onChanged();
} else {
managedInstancesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder addManagedInstances(com.google.cloud.compute.v1.ManagedInstance value) {
if (managedInstancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureManagedInstancesIsMutable();
managedInstances_.add(value);
onChanged();
} else {
managedInstancesBuilder_.addMessage(value);
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder addManagedInstances(
int index, com.google.cloud.compute.v1.ManagedInstance value) {
if (managedInstancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureManagedInstancesIsMutable();
managedInstances_.add(index, value);
onChanged();
} else {
managedInstancesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder addManagedInstances(
com.google.cloud.compute.v1.ManagedInstance.Builder builderForValue) {
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
managedInstances_.add(builderForValue.build());
onChanged();
} else {
managedInstancesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder addManagedInstances(
int index, com.google.cloud.compute.v1.ManagedInstance.Builder builderForValue) {
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
managedInstances_.add(index, builderForValue.build());
onChanged();
} else {
managedInstancesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder addAllManagedInstances(
java.lang.Iterable extends com.google.cloud.compute.v1.ManagedInstance> values) {
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, managedInstances_);
onChanged();
} else {
managedInstancesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder clearManagedInstances() {
if (managedInstancesBuilder_ == null) {
managedInstances_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
managedInstancesBuilder_.clear();
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public Builder removeManagedInstances(int index) {
if (managedInstancesBuilder_ == null) {
ensureManagedInstancesIsMutable();
managedInstances_.remove(index);
onChanged();
} else {
managedInstancesBuilder_.remove(index);
}
return this;
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public com.google.cloud.compute.v1.ManagedInstance.Builder getManagedInstancesBuilder(
int index) {
return getManagedInstancesFieldBuilder().getBuilder(index);
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public com.google.cloud.compute.v1.ManagedInstanceOrBuilder getManagedInstancesOrBuilder(
int index) {
if (managedInstancesBuilder_ == null) {
return managedInstances_.get(index);
} else {
return managedInstancesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public java.util.List extends com.google.cloud.compute.v1.ManagedInstanceOrBuilder>
getManagedInstancesOrBuilderList() {
if (managedInstancesBuilder_ != null) {
return managedInstancesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(managedInstances_);
}
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public com.google.cloud.compute.v1.ManagedInstance.Builder addManagedInstancesBuilder() {
return getManagedInstancesFieldBuilder()
.addBuilder(com.google.cloud.compute.v1.ManagedInstance.getDefaultInstance());
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public com.google.cloud.compute.v1.ManagedInstance.Builder addManagedInstancesBuilder(
int index) {
return getManagedInstancesFieldBuilder()
.addBuilder(index, com.google.cloud.compute.v1.ManagedInstance.getDefaultInstance());
}
/**
*
*
*
* [Output Only] The list of instances in the managed instance group.
*
*
* repeated .google.cloud.compute.v1.ManagedInstance managed_instances = 336219614;
*/
public java.util.List
getManagedInstancesBuilderList() {
return getManagedInstancesFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.compute.v1.ManagedInstance,
com.google.cloud.compute.v1.ManagedInstance.Builder,
com.google.cloud.compute.v1.ManagedInstanceOrBuilder>
getManagedInstancesFieldBuilder() {
if (managedInstancesBuilder_ == null) {
managedInstancesBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.compute.v1.ManagedInstance,
com.google.cloud.compute.v1.ManagedInstance.Builder,
com.google.cloud.compute.v1.ManagedInstanceOrBuilder>(
managedInstances_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
managedInstances_ = null;
}
return managedInstancesBuilder_;
}
private java.lang.Object nextPageToken_ = "";
/**
*
*
*
* [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;
*
* @return Whether the nextPageToken field is set.
*/
public boolean hasNextPageToken() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* [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;
*
* @return The nextPageToken.
*/
public java.lang.String getNextPageToken() {
java.lang.Object ref = nextPageToken_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
nextPageToken_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* [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;
*
* @return The bytes for nextPageToken.
*/
public com.google.protobuf.ByteString getNextPageTokenBytes() {
java.lang.Object ref = nextPageToken_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
nextPageToken_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* [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;
*
* @param value The nextPageToken to set.
* @return This builder for chaining.
*/
public Builder setNextPageToken(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
nextPageToken_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* [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;
*
* @return This builder for chaining.
*/
public Builder clearNextPageToken() {
nextPageToken_ = getDefaultInstance().getNextPageToken();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*
*
* [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;
*
* @param value The bytes for nextPageToken to set.
* @return This builder for chaining.
*/
public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
nextPageToken_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse)
}
// @@protoc_insertion_point(class_scope:google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse)
private static final com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse();
}
public static com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER =
new com.google.protobuf.AbstractParser<
InstanceGroupManagersListManagedInstancesResponse>() {
@java.lang.Override
public InstanceGroupManagersListManagedInstancesResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException()
.setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser
parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser
getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.compute.v1.InstanceGroupManagersListManagedInstancesResponse
getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy