get
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -1218,7 +1218,7 @@ public com.google.bigtable.admin.v2.Cluster getClustersOrDefault(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -1246,7 +1246,7 @@ public Builder clearClusters() {
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -1273,7 +1273,7 @@ public Builder removeClusters(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -1293,7 +1293,7 @@ public Builder putClusters(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CreateInstanceRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CreateInstanceRequestOrBuilder.java
index 58993a670263..cc62009b40d9 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CreateInstanceRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/CreateInstanceRequestOrBuilder.java
@@ -83,7 +83,7 @@ public interface CreateInstanceRequestOrBuilder extends
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -95,7 +95,7 @@ public interface CreateInstanceRequestOrBuilder extends
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -114,7 +114,7 @@ boolean containsClusters(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -127,7 +127,7 @@ boolean containsClusters(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@@ -142,7 +142,7 @@ com.google.bigtable.admin.v2.Cluster getClustersOrDefault(
* cluster ID, e.g., just `mycluster` rather than
* `projects/myproject/instances/myinstance/clusters/mycluster`.
* Fields marked `OutputOnly` must be left blank.
- * Currently exactly one cluster must be specified.
+ * Currently, at most two clusters can be specified.
*
*
* map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequest.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequest.java
index 851f72b64a7c..2b927cc44487 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequest.java
@@ -21,6 +21,7 @@ private ListAppProfilesRequest(com.google.protobuf.GeneratedMessageV3.Builder>
}
private ListAppProfilesRequest() {
parent_ = "";
+ pageSize_ = 0;
pageToken_ = "";
}
@@ -60,6 +61,11 @@ private ListAppProfilesRequest(
pageToken_ = s;
break;
}
+ case 24: {
+
+ pageSize_ = input.readInt32();
+ break;
+ }
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
@@ -99,6 +105,8 @@ private ListAppProfilesRequest(
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -120,6 +128,8 @@ public java.lang.String getParent() {
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -138,6 +148,20 @@ public java.lang.String getParent() {
}
}
+ public static final int PAGE_SIZE_FIELD_NUMBER = 3;
+ private int pageSize_;
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 3;
+ */
+ public int getPageSize() {
+ return pageSize_;
+ }
+
public static final int PAGE_TOKEN_FIELD_NUMBER = 2;
private volatile java.lang.Object pageToken_;
/**
@@ -200,6 +224,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (!getPageTokenBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pageToken_);
}
+ if (pageSize_ != 0) {
+ output.writeInt32(3, pageSize_);
+ }
unknownFields.writeTo(output);
}
@@ -215,6 +242,10 @@ public int getSerializedSize() {
if (!getPageTokenBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, pageToken_);
}
+ if (pageSize_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32Size(3, pageSize_);
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -233,6 +264,8 @@ public boolean equals(final java.lang.Object obj) {
boolean result = true;
result = result && getParent()
.equals(other.getParent());
+ result = result && (getPageSize()
+ == other.getPageSize());
result = result && getPageToken()
.equals(other.getPageToken());
result = result && unknownFields.equals(other.unknownFields);
@@ -248,6 +281,8 @@ public int hashCode() {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + PARENT_FIELD_NUMBER;
hash = (53 * hash) + getParent().hashCode();
+ hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER;
+ hash = (53 * hash) + getPageSize();
hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getPageToken().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
@@ -389,6 +424,8 @@ public Builder clear() {
super.clear();
parent_ = "";
+ pageSize_ = 0;
+
pageToken_ = "";
return this;
@@ -418,6 +455,7 @@ public com.google.bigtable.admin.v2.ListAppProfilesRequest build() {
public com.google.bigtable.admin.v2.ListAppProfilesRequest buildPartial() {
com.google.bigtable.admin.v2.ListAppProfilesRequest result = new com.google.bigtable.admin.v2.ListAppProfilesRequest(this);
result.parent_ = parent_;
+ result.pageSize_ = pageSize_;
result.pageToken_ = pageToken_;
onBuilt();
return result;
@@ -471,6 +509,9 @@ public Builder mergeFrom(com.google.bigtable.admin.v2.ListAppProfilesRequest oth
parent_ = other.parent_;
onChanged();
}
+ if (other.getPageSize() != 0) {
+ setPageSize(other.getPageSize());
+ }
if (!other.getPageToken().isEmpty()) {
pageToken_ = other.pageToken_;
onChanged();
@@ -510,6 +551,8 @@ public Builder mergeFrom(
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -531,6 +574,8 @@ public java.lang.String getParent() {
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -553,6 +598,8 @@ public java.lang.String getParent() {
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -572,6 +619,8 @@ public Builder setParent(
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -587,6 +636,8 @@ public Builder clearParent() {
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -603,6 +654,47 @@ public Builder setParentBytes(
return this;
}
+ private int pageSize_ ;
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 3;
+ */
+ public int getPageSize() {
+ return pageSize_;
+ }
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 3;
+ */
+ public Builder setPageSize(int value) {
+
+ pageSize_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 3;
+ */
+ public Builder clearPageSize() {
+
+ pageSize_ = 0;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object pageToken_ = "";
/**
*
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequestOrBuilder.java
index e7cd2aa1edd4..931e354a7736 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesRequestOrBuilder.java
@@ -12,6 +12,8 @@ public interface ListAppProfilesRequestOrBuilder extends
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -22,6 +24,8 @@ public interface ListAppProfilesRequestOrBuilder extends
* The unique name of the instance for which a list of app profiles is
* requested. Values are of the form
* `projects/<project>/instances/<instance>`.
+ * Use `<instance> = '-'` to list AppProfiles for all Instances in a project,
+ * e.g., `projects/myproject/instances/-`.
*
*
* string parent = 1;
@@ -29,6 +33,16 @@ public interface ListAppProfilesRequestOrBuilder extends
com.google.protobuf.ByteString
getParentBytes();
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 3;
+ */
+ int getPageSize();
+
/**
*
* The value of `next_page_token` returned by a previous call.
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponse.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponse.java
index f321dfd533fe..6c8752eb567d 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponse.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponse.java
@@ -22,6 +22,7 @@ private ListAppProfilesResponse(com.google.protobuf.GeneratedMessageV3.Builder
private ListAppProfilesResponse() {
appProfiles_ = java.util.Collections.emptyList();
nextPageToken_ = "";
+ failedLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
@@ -63,6 +64,15 @@ private ListAppProfilesResponse(
nextPageToken_ = s;
break;
}
+ case 26: {
+ java.lang.String s = input.readStringRequireUtf8();
+ if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
+ failedLocations_ = new com.google.protobuf.LazyStringArrayList();
+ mutable_bitField0_ |= 0x00000004;
+ }
+ failedLocations_.add(s);
+ break;
+ }
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
@@ -81,6 +91,9 @@ private ListAppProfilesResponse(
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
appProfiles_ = java.util.Collections.unmodifiableList(appProfiles_);
}
+ if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
+ failedLocations_ = failedLocations_.getUnmodifiableView();
+ }
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
@@ -200,6 +213,63 @@ public java.lang.String getNextPageToken() {
}
}
+ public static final int FAILED_LOCATIONS_FIELD_NUMBER = 3;
+ private com.google.protobuf.LazyStringList failedLocations_;
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public com.google.protobuf.ProtocolStringList
+ getFailedLocationsList() {
+ return failedLocations_;
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public int getFailedLocationsCount() {
+ return failedLocations_.size();
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public java.lang.String getFailedLocations(int index) {
+ return failedLocations_.get(index);
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public com.google.protobuf.ByteString
+ getFailedLocationsBytes(int index) {
+ return failedLocations_.getByteString(index);
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -220,6 +290,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (!getNextPageTokenBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_);
}
+ for (int i = 0; i < failedLocations_.size(); i++) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, failedLocations_.getRaw(i));
+ }
unknownFields.writeTo(output);
}
@@ -236,6 +309,14 @@ public int getSerializedSize() {
if (!getNextPageTokenBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_);
}
+ {
+ int dataSize = 0;
+ for (int i = 0; i < failedLocations_.size(); i++) {
+ dataSize += computeStringSizeNoTag(failedLocations_.getRaw(i));
+ }
+ size += dataSize;
+ size += 1 * getFailedLocationsList().size();
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -256,6 +337,8 @@ public boolean equals(final java.lang.Object obj) {
.equals(other.getAppProfilesList());
result = result && getNextPageToken()
.equals(other.getNextPageToken());
+ result = result && getFailedLocationsList()
+ .equals(other.getFailedLocationsList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@@ -273,6 +356,10 @@ public int hashCode() {
}
hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getNextPageToken().hashCode();
+ if (getFailedLocationsCount() > 0) {
+ hash = (37 * hash) + FAILED_LOCATIONS_FIELD_NUMBER;
+ hash = (53 * hash) + getFailedLocationsList().hashCode();
+ }
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -419,6 +506,8 @@ public Builder clear() {
}
nextPageToken_ = "";
+ failedLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@@ -457,6 +546,11 @@ public com.google.bigtable.admin.v2.ListAppProfilesResponse buildPartial() {
result.appProfiles_ = appProfilesBuilder_.build();
}
result.nextPageToken_ = nextPageToken_;
+ if (((bitField0_ & 0x00000004) == 0x00000004)) {
+ failedLocations_ = failedLocations_.getUnmodifiableView();
+ bitField0_ = (bitField0_ & ~0x00000004);
+ }
+ result.failedLocations_ = failedLocations_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
@@ -536,6 +630,16 @@ public Builder mergeFrom(com.google.bigtable.admin.v2.ListAppProfilesResponse ot
nextPageToken_ = other.nextPageToken_;
onChanged();
}
+ if (!other.failedLocations_.isEmpty()) {
+ if (failedLocations_.isEmpty()) {
+ failedLocations_ = other.failedLocations_;
+ bitField0_ = (bitField0_ & ~0x00000004);
+ } else {
+ ensureFailedLocationsIsMutable();
+ failedLocations_.addAll(other.failedLocations_);
+ }
+ onChanged();
+ }
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -976,6 +1080,163 @@ public Builder setNextPageTokenBytes(
onChanged();
return this;
}
+
+ private com.google.protobuf.LazyStringList failedLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ private void ensureFailedLocationsIsMutable() {
+ if (!((bitField0_ & 0x00000004) == 0x00000004)) {
+ failedLocations_ = new com.google.protobuf.LazyStringArrayList(failedLocations_);
+ bitField0_ |= 0x00000004;
+ }
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public com.google.protobuf.ProtocolStringList
+ getFailedLocationsList() {
+ return failedLocations_.getUnmodifiableView();
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public int getFailedLocationsCount() {
+ return failedLocations_.size();
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public java.lang.String getFailedLocations(int index) {
+ return failedLocations_.get(index);
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public com.google.protobuf.ByteString
+ getFailedLocationsBytes(int index) {
+ return failedLocations_.getByteString(index);
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public Builder setFailedLocations(
+ int index, java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureFailedLocationsIsMutable();
+ failedLocations_.set(index, value);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public Builder addFailedLocations(
+ java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ ensureFailedLocationsIsMutable();
+ failedLocations_.add(value);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public Builder addAllFailedLocations(
+ java.lang.Iterable values) {
+ ensureFailedLocationsIsMutable();
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, failedLocations_);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public Builder clearFailedLocations() {
+ failedLocations_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ bitField0_ = (bitField0_ & ~0x00000004);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ public Builder addFailedLocationsBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ ensureFailedLocationsIsMutable();
+ failedLocations_.add(value);
+ onChanged();
+ return this;
+ }
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponseOrBuilder.java
index 729a3946c263..15ce255193ff 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListAppProfilesResponseOrBuilder.java
@@ -72,4 +72,51 @@ com.google.bigtable.admin.v2.AppProfileOrBuilder getAppProfilesOrBuilder(
*/
com.google.protobuf.ByteString
getNextPageTokenBytes();
+
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ java.util.List
+ getFailedLocationsList();
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ int getFailedLocationsCount();
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ java.lang.String getFailedLocations(int index);
+ /**
+ *
+ * Locations from which AppProfile information could not be retrieved,
+ * due to an outage or some other transient condition.
+ * AppProfiles from these locations may be missing from `app_profiles`.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
+ *
+ *
+ * repeated string failed_locations = 3;
+ */
+ com.google.protobuf.ByteString
+ getFailedLocationsBytes(int index);
}
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequest.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequest.java
index cfaab249c135..21ee4caaf7b8 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequest.java
@@ -144,7 +144,7 @@ public java.lang.String getParent() {
private volatile java.lang.Object pageToken_;
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -163,7 +163,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -613,7 +613,7 @@ public Builder setParentBytes(
private java.lang.Object pageToken_ = "";
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -632,7 +632,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -652,7 +652,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -669,7 +669,7 @@ public Builder setPageToken(
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -682,7 +682,7 @@ public Builder clearPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequestOrBuilder.java
index dc95d5d82fb0..6fd4fe78b2fe 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersRequestOrBuilder.java
@@ -33,7 +33,7 @@ public interface ListClustersRequestOrBuilder extends
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -41,7 +41,7 @@ public interface ListClustersRequestOrBuilder extends
java.lang.String getPageToken();
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponse.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponse.java
index 2521ddaded8d..aeab0829adc9 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponse.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponse.java
@@ -175,6 +175,7 @@ public com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -189,6 +190,7 @@ public com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -202,6 +204,7 @@ public int getFailedLocationsCount() {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -215,6 +218,7 @@ public java.lang.String getFailedLocations(int index) {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -228,9 +232,7 @@ public java.lang.String getFailedLocations(int index) {
private volatile java.lang.Object nextPageToken_;
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -249,9 +251,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -995,6 +995,7 @@ private void ensureFailedLocationsIsMutable() {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1009,6 +1010,7 @@ private void ensureFailedLocationsIsMutable() {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1022,6 +1024,7 @@ public int getFailedLocationsCount() {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1035,6 +1038,7 @@ public java.lang.String getFailedLocations(int index) {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1049,6 +1053,7 @@ public java.lang.String getFailedLocations(int index) {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1069,6 +1074,7 @@ public Builder setFailedLocations(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1089,6 +1095,7 @@ public Builder addFailedLocations(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1107,6 +1114,7 @@ public Builder addAllFailedLocations(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1123,6 +1131,7 @@ public Builder clearFailedLocations() {
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1142,9 +1151,7 @@ public Builder addFailedLocationsBytes(
private java.lang.Object nextPageToken_ = "";
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1163,9 +1170,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1185,9 +1190,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1204,9 +1207,7 @@ public Builder setNextPageToken(
}
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1219,9 +1220,7 @@ public Builder clearNextPageToken() {
}
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponseOrBuilder.java
index bc74ad5fb3b7..070196852e71 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListClustersResponseOrBuilder.java
@@ -57,6 +57,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -69,6 +70,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -80,6 +82,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -91,6 +94,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
* or may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -100,9 +104,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -110,9 +112,7 @@ com.google.bigtable.admin.v2.ClusterOrBuilder getClustersOrBuilder(
java.lang.String getNextPageToken();
/**
*
- * Set if not all clusters could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequest.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequest.java
index 075910a0b59a..e2aefdc9821d 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequest.java
@@ -140,7 +140,7 @@ public java.lang.String getParent() {
private volatile java.lang.Object pageToken_;
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -159,7 +159,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -599,7 +599,7 @@ public Builder setParentBytes(
private java.lang.Object pageToken_ = "";
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -618,7 +618,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -638,7 +638,7 @@ public java.lang.String getPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -655,7 +655,7 @@ public Builder setPageToken(
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -668,7 +668,7 @@ public Builder clearPageToken() {
}
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequestOrBuilder.java
index e8ca792820a2..83c0fe7809f4 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface ListInstancesRequestOrBuilder extends
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
@@ -37,7 +37,7 @@ public interface ListInstancesRequestOrBuilder extends
java.lang.String getPageToken();
/**
*
- * The value of `next_page_token` returned by a previous call.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string page_token = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponse.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponse.java
index 96675697372f..a1ababaab94d 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponse.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponse.java
@@ -176,6 +176,7 @@ public com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -191,6 +192,7 @@ public com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -205,6 +207,7 @@ public int getFailedLocationsCount() {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -219,6 +222,7 @@ public java.lang.String getFailedLocations(int index) {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -232,9 +236,7 @@ public java.lang.String getFailedLocations(int index) {
private volatile java.lang.Object nextPageToken_;
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -253,9 +255,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1000,6 +1000,7 @@ private void ensureFailedLocationsIsMutable() {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1015,6 +1016,7 @@ private void ensureFailedLocationsIsMutable() {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1029,6 +1031,7 @@ public int getFailedLocationsCount() {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1043,6 +1046,7 @@ public java.lang.String getFailedLocations(int index) {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1058,6 +1062,7 @@ public java.lang.String getFailedLocations(int index) {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1079,6 +1084,7 @@ public Builder setFailedLocations(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1100,6 +1106,7 @@ public Builder addFailedLocations(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1119,6 +1126,7 @@ public Builder addAllFailedLocations(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1136,6 +1144,7 @@ public Builder clearFailedLocations() {
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -1155,9 +1164,7 @@ public Builder addFailedLocationsBytes(
private java.lang.Object nextPageToken_ = "";
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1176,9 +1183,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1198,9 +1203,7 @@ public java.lang.String getNextPageToken() {
}
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1217,9 +1220,7 @@ public Builder setNextPageToken(
}
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -1232,9 +1233,7 @@ public Builder clearNextPageToken() {
}
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponseOrBuilder.java
index 69e40c4d031f..05de58aa3c59 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListInstancesResponseOrBuilder.java
@@ -58,6 +58,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -71,6 +72,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -83,6 +85,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -95,6 +98,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
* Instances whose Clusters are all in one of the failed locations
* may be missing from `instances`, and Instances with at least one
* Cluster in a failed location may only have partial information returned.
+ * Values are of the form `projects/<project>/locations/<zone_id>`
*
*
* repeated string failed_locations = 2;
@@ -104,9 +108,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
@@ -114,9 +116,7 @@ com.google.bigtable.admin.v2.InstanceOrBuilder getInstancesOrBuilder(
java.lang.String getNextPageToken();
/**
*
- * Set if not all instances could be returned in a single response.
- * Pass this value to `page_token` in another request to get the next
- * page of results.
+ * DEPRECATED: This field is unused and ignored.
*
*
* string next_page_token = 3;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequest.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequest.java
index c1d129646f00..1eed20b5ffa3 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequest.java
@@ -157,7 +157,8 @@ public java.lang.String getParent() {
private int pageSize_;
/**
*
- * The maximum number of snapshots to return.
+ * The maximum number of snapshots to return per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
*
*
* int32 page_size = 2;
@@ -666,7 +667,8 @@ public Builder setParentBytes(
private int pageSize_ ;
/**
*
- * The maximum number of snapshots to return.
+ * The maximum number of snapshots to return per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
*
*
* int32 page_size = 2;
@@ -676,7 +678,8 @@ public int getPageSize() {
}
/**
*
- * The maximum number of snapshots to return.
+ * The maximum number of snapshots to return per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
*
*
* int32 page_size = 2;
@@ -689,7 +692,8 @@ public Builder setPageSize(int value) {
}
/**
*
- * The maximum number of snapshots to return.
+ * The maximum number of snapshots to return per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
*
*
* int32 page_size = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequestOrBuilder.java
index a5566f9a2911..fd560f00226b 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListSnapshotsRequestOrBuilder.java
@@ -35,7 +35,8 @@ public interface ListSnapshotsRequestOrBuilder extends
/**
*
- * The maximum number of snapshots to return.
+ * The maximum number of snapshots to return per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
*
*
* int32 page_size = 2;
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequest.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequest.java
index d65cce0fcbf3..09cf9c3c9611 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequest.java
@@ -23,6 +23,7 @@ private ListTablesRequest(com.google.protobuf.GeneratedMessageV3.Builder> buil
private ListTablesRequest() {
parent_ = "";
view_ = 0;
+ pageSize_ = 0;
pageToken_ = "";
}
@@ -68,6 +69,11 @@ private ListTablesRequest(
pageToken_ = s;
break;
}
+ case 32: {
+
+ pageSize_ = input.readInt32();
+ break;
+ }
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
@@ -171,6 +177,20 @@ public com.google.bigtable.admin.v2.Table.View getView() {
return result == null ? com.google.bigtable.admin.v2.Table.View.UNRECOGNIZED : result;
}
+ public static final int PAGE_SIZE_FIELD_NUMBER = 4;
+ private int pageSize_;
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 4;
+ */
+ public int getPageSize() {
+ return pageSize_;
+ }
+
public static final int PAGE_TOKEN_FIELD_NUMBER = 3;
private volatile java.lang.Object pageToken_;
/**
@@ -236,6 +256,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (!getPageTokenBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_);
}
+ if (pageSize_ != 0) {
+ output.writeInt32(4, pageSize_);
+ }
unknownFields.writeTo(output);
}
@@ -255,6 +278,10 @@ public int getSerializedSize() {
if (!getPageTokenBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_);
}
+ if (pageSize_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32Size(4, pageSize_);
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -274,6 +301,8 @@ public boolean equals(final java.lang.Object obj) {
result = result && getParent()
.equals(other.getParent());
result = result && view_ == other.view_;
+ result = result && (getPageSize()
+ == other.getPageSize());
result = result && getPageToken()
.equals(other.getPageToken());
result = result && unknownFields.equals(other.unknownFields);
@@ -291,6 +320,8 @@ public int hashCode() {
hash = (53 * hash) + getParent().hashCode();
hash = (37 * hash) + VIEW_FIELD_NUMBER;
hash = (53 * hash) + view_;
+ hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER;
+ hash = (53 * hash) + getPageSize();
hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER;
hash = (53 * hash) + getPageToken().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
@@ -435,6 +466,8 @@ public Builder clear() {
view_ = 0;
+ pageSize_ = 0;
+
pageToken_ = "";
return this;
@@ -465,6 +498,7 @@ public com.google.bigtable.admin.v2.ListTablesRequest buildPartial() {
com.google.bigtable.admin.v2.ListTablesRequest result = new com.google.bigtable.admin.v2.ListTablesRequest(this);
result.parent_ = parent_;
result.view_ = view_;
+ result.pageSize_ = pageSize_;
result.pageToken_ = pageToken_;
onBuilt();
return result;
@@ -521,6 +555,9 @@ public Builder mergeFrom(com.google.bigtable.admin.v2.ListTablesRequest other) {
if (other.view_ != 0) {
setViewValue(other.getViewValue());
}
+ if (other.getPageSize() != 0) {
+ setPageSize(other.getPageSize());
+ }
if (!other.getPageToken().isEmpty()) {
pageToken_ = other.pageToken_;
onChanged();
@@ -718,6 +755,47 @@ public Builder clearView() {
return this;
}
+ private int pageSize_ ;
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 4;
+ */
+ public int getPageSize() {
+ return pageSize_;
+ }
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 4;
+ */
+ public Builder setPageSize(int value) {
+
+ pageSize_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 4;
+ */
+ public Builder clearPageSize() {
+
+ pageSize_ = 0;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object pageToken_ = "";
/**
*
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequestOrBuilder.java
index 5ea6768bf0f1..3f3a5cb665f9 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ListTablesRequestOrBuilder.java
@@ -46,6 +46,16 @@ public interface ListTablesRequestOrBuilder extends
*/
com.google.bigtable.admin.v2.Table.View getView();
+ /**
+ *
+ * Maximum number of results per page.
+ * CURRENTLY UNIMPLEMENTED AND IGNORED.
+ *
+ *
+ * int32 page_size = 4;
+ */
+ int getPageSize();
+
/**
*
* The value of `next_page_token` returned by a previous call.
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_instance_admin.proto b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_instance_admin.proto
index 25d2c0991ea5..ec992ea0f818 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_instance_admin.proto
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_instance_admin.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
// 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.
+//
syntax = "proto3";
@@ -202,7 +203,7 @@ message CreateInstanceRequest {
// cluster ID, e.g., just `mycluster` rather than
// `projects/myproject/instances/myinstance/clusters/mycluster`.
// Fields marked `OutputOnly` must be left blank.
- // Currently exactly one cluster must be specified.
+ // Currently, at most two clusters can be specified.
map clusters = 4;
}
@@ -219,7 +220,7 @@ message ListInstancesRequest {
// Values are of the form `projects/`.
string parent = 1;
- // The value of `next_page_token` returned by a previous call.
+ // DEPRECATED: This field is unused and ignored.
string page_token = 2;
}
@@ -233,11 +234,10 @@ message ListInstancesResponse {
// Instances whose Clusters are all in one of the failed locations
// may be missing from `instances`, and Instances with at least one
// Cluster in a failed location may only have partial information returned.
+ // Values are of the form `projects//locations/`
repeated string failed_locations = 2;
- // Set if not all instances could be returned in a single response.
- // Pass this value to `page_token` in another request to get the next
- // page of results.
+ // DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
}
@@ -290,7 +290,7 @@ message ListClustersRequest {
// e.g., `projects/myproject/instances/-`.
string parent = 1;
- // The value of `next_page_token` returned by a previous call.
+ // DEPRECATED: This field is unused and ignored.
string page_token = 2;
}
@@ -303,11 +303,10 @@ message ListClustersResponse {
// due to an outage or some other transient condition.
// Clusters from these locations may be missing from `clusters`,
// or may only have partial information returned.
+ // Values are of the form `projects//locations/`
repeated string failed_locations = 2;
- // Set if not all clusters could be returned in a single response.
- // Pass this value to `page_token` in another request to get the next
- // page of results.
+ // DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
}
@@ -398,8 +397,14 @@ message ListAppProfilesRequest {
// The unique name of the instance for which a list of app profiles is
// requested. Values are of the form
// `projects//instances/`.
+ // Use ` = '-'` to list AppProfiles for all Instances in a project,
+ // e.g., `projects/myproject/instances/-`.
string parent = 1;
+ // Maximum number of results per page.
+ // CURRENTLY UNIMPLEMENTED AND IGNORED.
+ int32 page_size = 3;
+
// The value of `next_page_token` returned by a previous call.
string page_token = 2;
}
@@ -413,6 +418,12 @@ message ListAppProfilesResponse {
// Pass this value to `page_token` in another request to get the next
// page of results.
string next_page_token = 2;
+
+ // Locations from which AppProfile information could not be retrieved,
+ // due to an outage or some other transient condition.
+ // AppProfiles from these locations may be missing from `app_profiles`.
+ // Values are of the form `projects//locations/`
+ repeated string failed_locations = 3;
}
// Request message for BigtableInstanceAdmin.UpdateAppProfile.
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
index 650c5b8663d7..2d5bddf302aa 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_table_admin.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
// 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.
+//
syntax = "proto3";
@@ -272,6 +273,10 @@ message ListTablesRequest {
// Defaults to `NAME_ONLY` if unspecified; no others are currently supported.
Table.View view = 2;
+ // Maximum number of results per page.
+ // CURRENTLY UNIMPLEMENTED AND IGNORED.
+ int32 page_size = 4;
+
// The value of `next_page_token` returned by a previous call.
string page_token = 3;
}
@@ -445,7 +450,8 @@ message ListSnapshotsRequest {
// e.g., `projects//instances//clusters/-`.
string parent = 1;
- // The maximum number of snapshots to return.
+ // The maximum number of snapshots to return per page.
+ // CURRENTLY UNIMPLEMENTED AND IGNORED.
int32 page_size = 2;
// The value of `next_page_token` returned by a previous call.
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/common.proto b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/common.proto
index d4c1795b5f5d..0ece12780eb9 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/common.proto
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/common.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
// 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.
+//
syntax = "proto3";
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/instance.proto b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/instance.proto
index 1ee649b02221..bb69b1f66d42 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/instance.proto
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/instance.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
// 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.
+//
syntax = "proto3";
diff --git a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
index 95827c217c82..5d4374effc59 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
+++ b/google-api-grpc/proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/table.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -11,6 +11,7 @@
// 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.
+//
syntax = "proto3";
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/pom.xml b/google-api-grpc/proto-google-cloud-bigtable-v2/pom.xml
index 4e6b34d6d42f..327fbe1edf07 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/pom.xml
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-bigtable-v2
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-bigtable-v2
PROTO library for proto-google-cloud-bigtable-v2
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-container-v1/pom.xml b/google-api-grpc/proto-google-cloud-container-v1/pom.xml
index 783bf32dd80f..1ef4b8157811 100644
--- a/google-api-grpc/proto-google-cloud-container-v1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-container-v1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-container-v1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-container-v1
PROTO library for proto-google-cloud-container-v1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-containeranalysis-v1beta1/pom.xml b/google-api-grpc/proto-google-cloud-containeranalysis-v1beta1/pom.xml
index 507a18a22c6e..68fb1d2aa646 100644
--- a/google-api-grpc/proto-google-cloud-containeranalysis-v1beta1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-containeranalysis-v1beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-containeranalysis-v1beta1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-containeranalysis-v1beta1
PROTO library for proto-google-cloud-containeranalysis-v1beta1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-dataproc-v1/pom.xml b/google-api-grpc/proto-google-cloud-dataproc-v1/pom.xml
index d3f3833303e8..3e20366c6ee1 100644
--- a/google-api-grpc/proto-google-cloud-dataproc-v1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-dataproc-v1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-dataproc-v1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-dataproc-v1
PROTO library for proto-google-cloud-dataproc-v1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-dataproc-v1beta2/pom.xml b/google-api-grpc/proto-google-cloud-dataproc-v1beta2/pom.xml
index e11313d010bd..ebb391c03941 100644
--- a/google-api-grpc/proto-google-cloud-dataproc-v1beta2/pom.xml
+++ b/google-api-grpc/proto-google-cloud-dataproc-v1beta2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-dataproc-v1beta2
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-dataproc-v1beta2
PROTO library for proto-google-cloud-dataproc-v1beta2
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-datastore-v1/pom.xml b/google-api-grpc/proto-google-cloud-datastore-v1/pom.xml
index e1599abb59cd..0743f0c2637f 100644
--- a/google-api-grpc/proto-google-cloud-datastore-v1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-datastore-v1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-datastore-v1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-datastore-v1
PROTO library for proto-google-cloud-datastore-v1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-dialogflow-v2/pom.xml b/google-api-grpc/proto-google-cloud-dialogflow-v2/pom.xml
index 5867131ecef4..677e209dae97 100644
--- a/google-api-grpc/proto-google-cloud-dialogflow-v2/pom.xml
+++ b/google-api-grpc/proto-google-cloud-dialogflow-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-dialogflow-v2
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-dialogflow-v2
PROTO library for proto-google-cloud-dialogflow-v2
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-dialogflow-v2beta1/pom.xml b/google-api-grpc/proto-google-cloud-dialogflow-v2beta1/pom.xml
index d22366a221d9..10249c9382d4 100644
--- a/google-api-grpc/proto-google-cloud-dialogflow-v2beta1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-dialogflow-v2beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-dialogflow-v2beta1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-dialogflow-v2beta1
PROTO library for proto-google-cloud-dialogflow-v2beta1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-dlp-v2/pom.xml b/google-api-grpc/proto-google-cloud-dlp-v2/pom.xml
index 610d70c8e138..c32fea3fa915 100644
--- a/google-api-grpc/proto-google-cloud-dlp-v2/pom.xml
+++ b/google-api-grpc/proto-google-cloud-dlp-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-dlp-v2
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-dlp-v2
PROTO library for proto-google-cloud-dlp-v2
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-error-reporting-v1beta1/pom.xml b/google-api-grpc/proto-google-cloud-error-reporting-v1beta1/pom.xml
index 8458537303ea..9c3435d1294d 100644
--- a/google-api-grpc/proto-google-cloud-error-reporting-v1beta1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-error-reporting-v1beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-error-reporting-v1beta1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-error-reporting-v1beta1
PROTO library for proto-google-cloud-error-reporting-v1beta1
com.google.api.grpc
google-api-grpc
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
diff --git a/google-api-grpc/proto-google-cloud-firestore-v1beta1/pom.xml b/google-api-grpc/proto-google-cloud-firestore-v1beta1/pom.xml
index b795efc24451..1ddb77836878 100644
--- a/google-api-grpc/proto-google-cloud-firestore-v1beta1/pom.xml
+++ b/google-api-grpc/proto-google-cloud-firestore-v1beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
proto-google-cloud-firestore-v1beta1
- 0.26.1-SNAPSHOT
+ 0.27.1-SNAPSHOT
proto-google-cloud-firestore-v1beta1
PROTO library for proto-google-cloud-firestore-v1beta1