com.google.cloud.redis.v1beta1.ListInstancesResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-redis-v1beta1 Show documentation
Show all versions of proto-google-cloud-redis-v1beta1 Show documentation
PROTO library for proto-google-cloud-redis-v1beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/redis/v1beta1/cloud_redis.proto
package com.google.cloud.redis.v1beta1;
/**
*
*
*
* Response for [ListInstances][google.cloud.redis.v1beta1.CloudRedis.ListInstances].
*
*
* Protobuf type {@code google.cloud.redis.v1beta1.ListInstancesResponse}
*/
public final class ListInstancesResponse extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.redis.v1beta1.ListInstancesResponse)
ListInstancesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ListInstancesResponse.newBuilder() to construct.
private ListInstancesResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ListInstancesResponse() {
instances_ = java.util.Collections.emptyList();
nextPageToken_ = "";
unreachable_ = com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
private ListInstancesResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
instances_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
instances_.add(
input.readMessage(
com.google.cloud.redis.v1beta1.Instance.parser(), extensionRegistry));
break;
}
case 18:
{
java.lang.String s = input.readStringRequireUtf8();
nextPageToken_ = s;
break;
}
case 26:
{
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
unreachable_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000004;
}
unreachable_.add(s);
break;
}
default:
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
instances_ = java.util.Collections.unmodifiableList(instances_);
}
if (((mutable_bitField0_ & 0x00000004) != 0)) {
unreachable_ = unreachable_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.redis.v1beta1.CloudRedisServiceBetaProto
.internal_static_google_cloud_redis_v1beta1_ListInstancesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.redis.v1beta1.CloudRedisServiceBetaProto
.internal_static_google_cloud_redis_v1beta1_ListInstancesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.redis.v1beta1.ListInstancesResponse.class,
com.google.cloud.redis.v1beta1.ListInstancesResponse.Builder.class);
}
private int bitField0_;
public static final int INSTANCES_FIELD_NUMBER = 1;
private java.util.List instances_;
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public java.util.List getInstancesList() {
return instances_;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public java.util.List extends com.google.cloud.redis.v1beta1.InstanceOrBuilder>
getInstancesOrBuilderList() {
return instances_;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public int getInstancesCount() {
return instances_.size();
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.Instance getInstances(int index) {
return instances_.get(index);
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.InstanceOrBuilder getInstancesOrBuilder(int index) {
return instances_.get(index);
}
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2;
private volatile java.lang.Object nextPageToken_;
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
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;
}
}
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
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;
}
}
public static final int UNREACHABLE_FIELD_NUMBER = 3;
private com.google.protobuf.LazyStringList unreachable_;
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public com.google.protobuf.ProtocolStringList getUnreachableList() {
return unreachable_;
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public int getUnreachableCount() {
return unreachable_.size();
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public java.lang.String getUnreachable(int index) {
return unreachable_.get(index);
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public com.google.protobuf.ByteString getUnreachableBytes(int index) {
return unreachable_.getByteString(index);
}
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 {
for (int i = 0; i < instances_.size(); i++) {
output.writeMessage(1, instances_.get(i));
}
if (!getNextPageTokenBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
for (int i = 0; i < unreachable_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, unreachable_.getRaw(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < instances_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, instances_.get(i));
}
if (!getNextPageTokenBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
{
int dataSize = 0;
for (int i = 0; i < unreachable_.size(); i++) {
dataSize += computeStringSizeNoTag(unreachable_.getRaw(i));
}
size += dataSize;
size += 1 * getUnreachableList().size();
}
size += unknownFields.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.redis.v1beta1.ListInstancesResponse)) {
return super.equals(obj);
}
com.google.cloud.redis.v1beta1.ListInstancesResponse other =
(com.google.cloud.redis.v1beta1.ListInstancesResponse) obj;
if (!getInstancesList().equals(other.getInstancesList())) return false;
if (!getNextPageToken().equals(other.getNextPageToken())) return false;
if (!getUnreachableList().equals(other.getUnreachableList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getInstancesCount() > 0) {
hash = (37 * hash) + INSTANCES_FIELD_NUMBER;
hash = (53 * hash) + getInstancesList().hashCode();
}
hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getNextPageToken().hashCode();
if (getUnreachableCount() > 0) {
hash = (37 * hash) + UNREACHABLE_FIELD_NUMBER;
hash = (53 * hash) + getUnreachableList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse 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.redis.v1beta1.ListInstancesResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse 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.redis.v1beta1.ListInstancesResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse 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.redis.v1beta1.ListInstancesResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse 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.redis.v1beta1.ListInstancesResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse 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.redis.v1beta1.ListInstancesResponse 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;
}
/**
*
*
*
* Response for [ListInstances][google.cloud.redis.v1beta1.CloudRedis.ListInstances].
*
*
* Protobuf type {@code google.cloud.redis.v1beta1.ListInstancesResponse}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.redis.v1beta1.ListInstancesResponse)
com.google.cloud.redis.v1beta1.ListInstancesResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.redis.v1beta1.CloudRedisServiceBetaProto
.internal_static_google_cloud_redis_v1beta1_ListInstancesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.redis.v1beta1.CloudRedisServiceBetaProto
.internal_static_google_cloud_redis_v1beta1_ListInstancesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.redis.v1beta1.ListInstancesResponse.class,
com.google.cloud.redis.v1beta1.ListInstancesResponse.Builder.class);
}
// Construct using com.google.cloud.redis.v1beta1.ListInstancesResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getInstancesFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (instancesBuilder_ == null) {
instances_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
instancesBuilder_.clear();
}
nextPageToken_ = "";
unreachable_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.redis.v1beta1.CloudRedisServiceBetaProto
.internal_static_google_cloud_redis_v1beta1_ListInstancesResponse_descriptor;
}
@java.lang.Override
public com.google.cloud.redis.v1beta1.ListInstancesResponse getDefaultInstanceForType() {
return com.google.cloud.redis.v1beta1.ListInstancesResponse.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.redis.v1beta1.ListInstancesResponse build() {
com.google.cloud.redis.v1beta1.ListInstancesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.redis.v1beta1.ListInstancesResponse buildPartial() {
com.google.cloud.redis.v1beta1.ListInstancesResponse result =
new com.google.cloud.redis.v1beta1.ListInstancesResponse(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (instancesBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
instances_ = java.util.Collections.unmodifiableList(instances_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.instances_ = instances_;
} else {
result.instances_ = instancesBuilder_.build();
}
result.nextPageToken_ = nextPageToken_;
if (((bitField0_ & 0x00000004) != 0)) {
unreachable_ = unreachable_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.unreachable_ = unreachable_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
@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.redis.v1beta1.ListInstancesResponse) {
return mergeFrom((com.google.cloud.redis.v1beta1.ListInstancesResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.redis.v1beta1.ListInstancesResponse other) {
if (other == com.google.cloud.redis.v1beta1.ListInstancesResponse.getDefaultInstance())
return this;
if (instancesBuilder_ == null) {
if (!other.instances_.isEmpty()) {
if (instances_.isEmpty()) {
instances_ = other.instances_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureInstancesIsMutable();
instances_.addAll(other.instances_);
}
onChanged();
}
} else {
if (!other.instances_.isEmpty()) {
if (instancesBuilder_.isEmpty()) {
instancesBuilder_.dispose();
instancesBuilder_ = null;
instances_ = other.instances_;
bitField0_ = (bitField0_ & ~0x00000001);
instancesBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getInstancesFieldBuilder()
: null;
} else {
instancesBuilder_.addAllMessages(other.instances_);
}
}
}
if (!other.getNextPageToken().isEmpty()) {
nextPageToken_ = other.nextPageToken_;
onChanged();
}
if (!other.unreachable_.isEmpty()) {
if (unreachable_.isEmpty()) {
unreachable_ = other.unreachable_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureUnreachableIsMutable();
unreachable_.addAll(other.unreachable_);
}
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
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 {
com.google.cloud.redis.v1beta1.ListInstancesResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage =
(com.google.cloud.redis.v1beta1.ListInstancesResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List instances_ =
java.util.Collections.emptyList();
private void ensureInstancesIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
instances_ = new java.util.ArrayList(instances_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.redis.v1beta1.Instance,
com.google.cloud.redis.v1beta1.Instance.Builder,
com.google.cloud.redis.v1beta1.InstanceOrBuilder>
instancesBuilder_;
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public java.util.List getInstancesList() {
if (instancesBuilder_ == null) {
return java.util.Collections.unmodifiableList(instances_);
} else {
return instancesBuilder_.getMessageList();
}
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public int getInstancesCount() {
if (instancesBuilder_ == null) {
return instances_.size();
} else {
return instancesBuilder_.getCount();
}
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.Instance getInstances(int index) {
if (instancesBuilder_ == null) {
return instances_.get(index);
} else {
return instancesBuilder_.getMessage(index);
}
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder setInstances(int index, com.google.cloud.redis.v1beta1.Instance value) {
if (instancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureInstancesIsMutable();
instances_.set(index, value);
onChanged();
} else {
instancesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder setInstances(
int index, com.google.cloud.redis.v1beta1.Instance.Builder builderForValue) {
if (instancesBuilder_ == null) {
ensureInstancesIsMutable();
instances_.set(index, builderForValue.build());
onChanged();
} else {
instancesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder addInstances(com.google.cloud.redis.v1beta1.Instance value) {
if (instancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureInstancesIsMutable();
instances_.add(value);
onChanged();
} else {
instancesBuilder_.addMessage(value);
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder addInstances(int index, com.google.cloud.redis.v1beta1.Instance value) {
if (instancesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureInstancesIsMutable();
instances_.add(index, value);
onChanged();
} else {
instancesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder addInstances(com.google.cloud.redis.v1beta1.Instance.Builder builderForValue) {
if (instancesBuilder_ == null) {
ensureInstancesIsMutable();
instances_.add(builderForValue.build());
onChanged();
} else {
instancesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder addInstances(
int index, com.google.cloud.redis.v1beta1.Instance.Builder builderForValue) {
if (instancesBuilder_ == null) {
ensureInstancesIsMutable();
instances_.add(index, builderForValue.build());
onChanged();
} else {
instancesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder addAllInstances(
java.lang.Iterable extends com.google.cloud.redis.v1beta1.Instance> values) {
if (instancesBuilder_ == null) {
ensureInstancesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, instances_);
onChanged();
} else {
instancesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder clearInstances() {
if (instancesBuilder_ == null) {
instances_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
instancesBuilder_.clear();
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public Builder removeInstances(int index) {
if (instancesBuilder_ == null) {
ensureInstancesIsMutable();
instances_.remove(index);
onChanged();
} else {
instancesBuilder_.remove(index);
}
return this;
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.Instance.Builder getInstancesBuilder(int index) {
return getInstancesFieldBuilder().getBuilder(index);
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.InstanceOrBuilder getInstancesOrBuilder(int index) {
if (instancesBuilder_ == null) {
return instances_.get(index);
} else {
return instancesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public java.util.List extends com.google.cloud.redis.v1beta1.InstanceOrBuilder>
getInstancesOrBuilderList() {
if (instancesBuilder_ != null) {
return instancesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(instances_);
}
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.Instance.Builder addInstancesBuilder() {
return getInstancesFieldBuilder()
.addBuilder(com.google.cloud.redis.v1beta1.Instance.getDefaultInstance());
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public com.google.cloud.redis.v1beta1.Instance.Builder addInstancesBuilder(int index) {
return getInstancesFieldBuilder()
.addBuilder(index, com.google.cloud.redis.v1beta1.Instance.getDefaultInstance());
}
/**
*
*
*
* A list of Redis instances in the project in the specified location,
* or across all locations.
* If the `location_id` in the parent field of the request is "-", all regions
* available to the project are queried, and the results aggregated.
* If in such an aggregated query a location is unavailable, a dummy Redis
* entry is included in the response with the "name" field set to a value of
* the form projects/{project_id}/locations/{location_id}/instances/- and the
* "status" field set to ERROR and "status_message" field set to "location not
* available for ListInstances".
*
*
* repeated .google.cloud.redis.v1beta1.Instance instances = 1;
*/
public java.util.List
getInstancesBuilderList() {
return getInstancesFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.redis.v1beta1.Instance,
com.google.cloud.redis.v1beta1.Instance.Builder,
com.google.cloud.redis.v1beta1.InstanceOrBuilder>
getInstancesFieldBuilder() {
if (instancesBuilder_ == null) {
instancesBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.redis.v1beta1.Instance,
com.google.cloud.redis.v1beta1.Instance.Builder,
com.google.cloud.redis.v1beta1.InstanceOrBuilder>(
instances_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
instances_ = null;
}
return instancesBuilder_;
}
private java.lang.Object nextPageToken_ = "";
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
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;
}
}
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
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;
}
}
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
public Builder setNextPageToken(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
nextPageToken_ = value;
onChanged();
return this;
}
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
public Builder clearNextPageToken() {
nextPageToken_ = getDefaultInstance().getNextPageToken();
onChanged();
return this;
}
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*/
public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
nextPageToken_ = value;
onChanged();
return this;
}
private com.google.protobuf.LazyStringList unreachable_ =
com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureUnreachableIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_);
bitField0_ |= 0x00000004;
}
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public com.google.protobuf.ProtocolStringList getUnreachableList() {
return unreachable_.getUnmodifiableView();
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public int getUnreachableCount() {
return unreachable_.size();
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public java.lang.String getUnreachable(int index) {
return unreachable_.get(index);
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public com.google.protobuf.ByteString getUnreachableBytes(int index) {
return unreachable_.getByteString(index);
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public Builder setUnreachable(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUnreachableIsMutable();
unreachable_.set(index, value);
onChanged();
return this;
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public Builder addUnreachable(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureUnreachableIsMutable();
unreachable_.add(value);
onChanged();
return this;
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public Builder addAllUnreachable(java.lang.Iterable values) {
ensureUnreachableIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_);
onChanged();
return this;
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public Builder clearUnreachable() {
unreachable_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
*
*
* Locations that could not be reached.
*
*
* repeated string unreachable = 3;
*/
public Builder addUnreachableBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureUnreachableIsMutable();
unreachable_.add(value);
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.redis.v1beta1.ListInstancesResponse)
}
// @@protoc_insertion_point(class_scope:google.cloud.redis.v1beta1.ListInstancesResponse)
private static final com.google.cloud.redis.v1beta1.ListInstancesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.redis.v1beta1.ListInstancesResponse();
}
public static com.google.cloud.redis.v1beta1.ListInstancesResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ListInstancesResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ListInstancesResponse(input, extensionRegistry);
}
};
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.redis.v1beta1.ListInstancesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy