getParserForType() {
public com.google.bigtable.v2.AuthorizedViewResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/AuthorizedViewResponseOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/AuthorizedViewResponseOrBuilder.java
index 4c56458ed6d4..45d19ec8b6a4 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/AuthorizedViewResponseOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/AuthorizedViewResponseOrBuilder.java
@@ -1,64 +1,41 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface AuthorizedViewResponseOrBuilder
- extends
+public interface AuthorizedViewResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.AuthorizedViewResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .google.bigtable.v2.SessionReadRowResponse read_row = 1;
- *
* @return Whether the readRow field is set.
*/
boolean hasReadRow();
-
/**
* .google.bigtable.v2.SessionReadRowResponse read_row = 1;
- *
* @return The readRow.
*/
com.google.bigtable.v2.SessionReadRowResponse getReadRow();
-
- /** .google.bigtable.v2.SessionReadRowResponse read_row = 1; */
+ /**
+ * .google.bigtable.v2.SessionReadRowResponse read_row = 1;
+ */
com.google.bigtable.v2.SessionReadRowResponseOrBuilder getReadRowOrBuilder();
/**
* .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2;
- *
* @return Whether the mutateRow field is set.
*/
boolean hasMutateRow();
-
/**
* .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2;
- *
* @return The mutateRow.
*/
com.google.bigtable.v2.SessionMutateRowResponse getMutateRow();
-
- /** .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2; */
+ /**
+ * .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2;
+ */
com.google.bigtable.v2.SessionMutateRowResponseOrBuilder getMutateRowOrBuilder();
- com.google.bigtable.v2.AuthorizedViewResponse.PayloadCase getPayloadCase();
+ public com.google.bigtable.v2.AuthorizedViewResponse.PayloadCase getPayloadCase();
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifier.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifier.java
index e951f9ad6caa..fe4b566b5670 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifier.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifier.java
@@ -1,28 +1,9 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Information about the connected backends from a session client's
* perspective. This information may be used to make choices about session
@@ -32,60 +13,53 @@
*
* Protobuf type {@code google.bigtable.v2.BackendIdentifier}
*/
-@com.google.protobuf.Generated
-public final class BackendIdentifier extends com.google.protobuf.GeneratedMessage
- implements
+public final class BackendIdentifier extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.BackendIdentifier)
BackendIdentifierOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "BackendIdentifier");
- }
-
+private static final long serialVersionUID = 0L;
// Use BackendIdentifier.newBuilder() to construct.
- private BackendIdentifier(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private BackendIdentifier(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private BackendIdentifier() {
applicationFrontendZone_ = "";
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new BackendIdentifier();
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_BackendIdentifier_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_BackendIdentifier_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.BackendIdentifier.class,
- com.google.bigtable.v2.BackendIdentifier.Builder.class);
+ com.google.bigtable.v2.BackendIdentifier.class, com.google.bigtable.v2.BackendIdentifier.Builder.class);
}
public static final int GOOGLE_FRONTEND_ID_FIELD_NUMBER = 1;
private long googleFrontendId_ = 0L;
-
/**
- *
- *
*
* An opaque identifier for the Google Frontend which serviced this request.
* Only set when not using DirectAccess.
*
*
* int64 google_frontend_id = 1;
- *
* @return The googleFrontendId.
*/
@java.lang.Override
@@ -95,17 +69,13 @@ public long getGoogleFrontendId() {
public static final int APPLICATION_FRONTEND_ID_FIELD_NUMBER = 2;
private long applicationFrontendId_ = 0L;
-
/**
- *
- *
*
* An opaque identifier for the application frontend which serviced this
* request.
*
*
* int64 application_frontend_id = 2;
- *
* @return The applicationFrontendId.
*/
@java.lang.Override
@@ -114,19 +84,14 @@ public long getApplicationFrontendId() {
}
public static final int APPLICATION_FRONTEND_ZONE_FIELD_NUMBER = 3;
-
@SuppressWarnings("serial")
private volatile java.lang.Object applicationFrontendZone_ = "";
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The applicationFrontendZone.
*/
@java.lang.Override
@@ -135,30 +100,29 @@ public java.lang.String getApplicationFrontendZone() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
applicationFrontendZone_ = s;
return s;
}
}
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The bytes for applicationFrontendZone.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getApplicationFrontendZoneBytes() {
+ public com.google.protobuf.ByteString
+ getApplicationFrontendZoneBytes() {
java.lang.Object ref = applicationFrontendZone_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
applicationFrontendZone_ = b;
return b;
} else {
@@ -167,7 +131,6 @@ public com.google.protobuf.ByteString getApplicationFrontendZoneBytes() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -179,15 +142,16 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
if (googleFrontendId_ != 0L) {
output.writeInt64(1, googleFrontendId_);
}
if (applicationFrontendId_ != 0L) {
output.writeInt64(2, applicationFrontendId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(applicationFrontendZone_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 3, applicationFrontendZone_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(applicationFrontendZone_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, applicationFrontendZone_);
}
getUnknownFields().writeTo(output);
}
@@ -199,13 +163,15 @@ public int getSerializedSize() {
size = 0;
if (googleFrontendId_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, googleFrontendId_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt64Size(1, googleFrontendId_);
}
if (applicationFrontendId_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, applicationFrontendId_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt64Size(2, applicationFrontendId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(applicationFrontendZone_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(3, applicationFrontendZone_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(applicationFrontendZone_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, applicationFrontendZone_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -215,16 +181,19 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.BackendIdentifier)) {
return super.equals(obj);
}
com.google.bigtable.v2.BackendIdentifier other = (com.google.bigtable.v2.BackendIdentifier) obj;
- if (getGoogleFrontendId() != other.getGoogleFrontendId()) return false;
- if (getApplicationFrontendId() != other.getApplicationFrontendId()) return false;
- if (!getApplicationFrontendZone().equals(other.getApplicationFrontendZone())) return false;
+ if (getGoogleFrontendId()
+ != other.getGoogleFrontendId()) return false;
+ if (getApplicationFrontendId()
+ != other.getApplicationFrontendId()) return false;
+ if (!getApplicationFrontendZone()
+ .equals(other.getApplicationFrontendZone())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -237,9 +206,11 @@ public int hashCode() {
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + GOOGLE_FRONTEND_ID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getGoogleFrontendId());
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+ getGoogleFrontendId());
hash = (37 * hash) + APPLICATION_FRONTEND_ID_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getApplicationFrontendId());
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+ getApplicationFrontendId());
hash = (37 * hash) + APPLICATION_FRONTEND_ZONE_FIELD_NUMBER;
hash = (53 * hash) + getApplicationFrontendZone().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
@@ -247,105 +218,97 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.BackendIdentifier parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.BackendIdentifier parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.BackendIdentifier 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.bigtable.v2.BackendIdentifier parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.BackendIdentifier parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.BackendIdentifier parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.BackendIdentifier parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.BackendIdentifier prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Information about the connected backends from a session client's
* perspective. This information may be used to make choices about session
@@ -355,32 +318,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.Builder
*
* Protobuf type {@code google.bigtable.v2.BackendIdentifier}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.BackendIdentifier)
com.google.bigtable.v2.BackendIdentifierOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_BackendIdentifier_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_BackendIdentifier_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.BackendIdentifier.class,
- com.google.bigtable.v2.BackendIdentifier.Builder.class);
+ com.google.bigtable.v2.BackendIdentifier.class, com.google.bigtable.v2.BackendIdentifier.Builder.class);
}
// Construct using com.google.bigtable.v2.BackendIdentifier.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
@@ -392,9 +356,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_BackendIdentifier_descriptor;
}
@java.lang.Override
@@ -413,11 +377,8 @@ public com.google.bigtable.v2.BackendIdentifier build() {
@java.lang.Override
public com.google.bigtable.v2.BackendIdentifier buildPartial() {
- com.google.bigtable.v2.BackendIdentifier result =
- new com.google.bigtable.v2.BackendIdentifier(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.BackendIdentifier result = new com.google.bigtable.v2.BackendIdentifier(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -435,10 +396,42 @@ private void buildPartial0(com.google.bigtable.v2.BackendIdentifier 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.bigtable.v2.BackendIdentifier) {
- return mergeFrom((com.google.bigtable.v2.BackendIdentifier) other);
+ return mergeFrom((com.google.bigtable.v2.BackendIdentifier)other);
} else {
super.mergeFrom(other);
return this;
@@ -484,31 +477,27 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 8:
- {
- googleFrontendId_ = input.readInt64();
- bitField0_ |= 0x00000001;
- break;
- } // case 8
- case 16:
- {
- applicationFrontendId_ = input.readInt64();
- bitField0_ |= 0x00000002;
- break;
- } // case 16
- case 26:
- {
- applicationFrontendZone_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000004;
- break;
- } // case 26
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 8: {
+ googleFrontendId_ = input.readInt64();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 8
+ case 16: {
+ applicationFrontendId_ = input.readInt64();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 16
+ case 26: {
+ applicationFrontendZone_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000004;
+ break;
+ } // case 26
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -518,59 +507,46 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
- private long googleFrontendId_;
-
+ private long googleFrontendId_ ;
/**
- *
- *
*
* An opaque identifier for the Google Frontend which serviced this request.
* Only set when not using DirectAccess.
*
*
* int64 google_frontend_id = 1;
- *
* @return The googleFrontendId.
*/
@java.lang.Override
public long getGoogleFrontendId() {
return googleFrontendId_;
}
-
/**
- *
- *
*
* An opaque identifier for the Google Frontend which serviced this request.
* Only set when not using DirectAccess.
*
*
* int64 google_frontend_id = 1;
- *
* @param value The googleFrontendId to set.
* @return This builder for chaining.
*/
public Builder setGoogleFrontendId(long value) {
-
+
googleFrontendId_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
-
/**
- *
- *
*
* An opaque identifier for the Google Frontend which serviced this request.
* Only set when not using DirectAccess.
*
*
* int64 google_frontend_id = 1;
- *
* @return This builder for chaining.
*/
public Builder clearGoogleFrontendId() {
@@ -580,56 +556,44 @@ public Builder clearGoogleFrontendId() {
return this;
}
- private long applicationFrontendId_;
-
+ private long applicationFrontendId_ ;
/**
- *
- *
*
* An opaque identifier for the application frontend which serviced this
* request.
*
*
* int64 application_frontend_id = 2;
- *
* @return The applicationFrontendId.
*/
@java.lang.Override
public long getApplicationFrontendId() {
return applicationFrontendId_;
}
-
/**
- *
- *
*
* An opaque identifier for the application frontend which serviced this
* request.
*
*
* int64 application_frontend_id = 2;
- *
* @param value The applicationFrontendId to set.
* @return This builder for chaining.
*/
public Builder setApplicationFrontendId(long value) {
-
+
applicationFrontendId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
-
/**
- *
- *
*
* An opaque identifier for the application frontend which serviced this
* request.
*
*
* int64 application_frontend_id = 2;
- *
* @return This builder for chaining.
*/
public Builder clearApplicationFrontendId() {
@@ -640,22 +604,19 @@ public Builder clearApplicationFrontendId() {
}
private java.lang.Object applicationFrontendZone_ = "";
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The applicationFrontendZone.
*/
public java.lang.String getApplicationFrontendZone() {
java.lang.Object ref = applicationFrontendZone_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
applicationFrontendZone_ = s;
return s;
@@ -663,61 +624,50 @@ public java.lang.String getApplicationFrontendZone() {
return (java.lang.String) ref;
}
}
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The bytes for applicationFrontendZone.
*/
- public com.google.protobuf.ByteString getApplicationFrontendZoneBytes() {
+ public com.google.protobuf.ByteString
+ getApplicationFrontendZoneBytes() {
java.lang.Object ref = applicationFrontendZone_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
applicationFrontendZone_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @param value The applicationFrontendZone to set.
* @return This builder for chaining.
*/
- public Builder setApplicationFrontendZone(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setApplicationFrontendZone(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
applicationFrontendZone_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return This builder for chaining.
*/
public Builder clearApplicationFrontendZone() {
@@ -726,36 +676,42 @@ public Builder clearApplicationFrontendZone() {
onChanged();
return this;
}
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @param value The bytes for applicationFrontendZone to set.
* @return This builder for chaining.
*/
- public Builder setApplicationFrontendZoneBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setApplicationFrontendZoneBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
applicationFrontendZone_ = value;
bitField0_ |= 0x00000004;
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.bigtable.v2.BackendIdentifier)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.BackendIdentifier)
private static final com.google.bigtable.v2.BackendIdentifier DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.BackendIdentifier();
}
@@ -764,27 +720,27 @@ public static com.google.bigtable.v2.BackendIdentifier getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public BackendIdentifier parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public BackendIdentifier parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -799,4 +755,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.BackendIdentifier getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifierOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifierOrBuilder.java
index e9662179256c..bc28c4cca057 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifierOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BackendIdentifierOrBuilder.java
@@ -1,82 +1,51 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface BackendIdentifierOrBuilder
- extends
+public interface BackendIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.BackendIdentifier)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* An opaque identifier for the Google Frontend which serviced this request.
* Only set when not using DirectAccess.
*
*
* int64 google_frontend_id = 1;
- *
* @return The googleFrontendId.
*/
long getGoogleFrontendId();
/**
- *
- *
*
* An opaque identifier for the application frontend which serviced this
* request.
*
*
* int64 application_frontend_id = 2;
- *
* @return The applicationFrontendId.
*/
long getApplicationFrontendId();
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The applicationFrontendZone.
*/
java.lang.String getApplicationFrontendZone();
-
/**
- *
- *
*
* The zone of the application frontend that served this request.
*
*
* string application_frontend_zone = 3;
- *
* @return The bytes for applicationFrontendZone.
*/
- com.google.protobuf.ByteString getApplicationFrontendZoneBytes();
+ com.google.protobuf.ByteString
+ getApplicationFrontendZoneBytes();
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
index 2c80b1b8452b..73ff449c6c93 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
@@ -13,858 +13,769 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/bigtable.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public final class BigtableProto extends com.google.protobuf.GeneratedFile {
+public final class BigtableProto {
private BigtableProto() {}
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "BigtableProto");
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistryLite registry) {
}
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
-
- public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
- registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistry registry) {
+ registerAllExtensions(
+ (com.google.protobuf.ExtensionRegistryLite) registry);
}
-
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadRowsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadRowsRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadRowsRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadRowsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadRowsResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadRowsResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_SampleRowKeysRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_SampleRowKeysRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_SampleRowKeysRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_SampleRowKeysResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowsRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowsRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowsRequest_Entry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowsResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowsResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_MutateRowsResponse_Entry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_RateLimitInfo_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_RateLimitInfo_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_RateLimitInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_PingAndWarmRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_PingAndWarmRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_PingAndWarmRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_PingAndWarmResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_PingAndWarmResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_PingAndWarmResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ExecuteQueryRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_ExecuteQueryResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_ExecuteQueryResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ExecuteQueryResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_PrepareQueryRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
- internal_static_google_bigtable_v2_PrepareQueryResponse_descriptor;
- static final com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ internal_static_google_bigtable_v2_PrepareQueryResponse_descriptor;
+ static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_PrepareQueryResponse_fieldAccessorTable;
- public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ public static com.google.protobuf.Descriptors.FileDescriptor
+ getDescriptor() {
return descriptor;
}
-
- private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
-
+ private static com.google.protobuf.Descriptors.FileDescriptor
+ descriptor;
static {
java.lang.String[] descriptorData = {
- "\n"
- + "!google/bigtable/v2/bigtable.proto\022\022goo"
- + "gle.bigtable.v2\032\034google/api/annotations."
- + "proto\032\027google/api/client.proto\032\037google/a"
- + "pi/field_behavior.proto\032\031google/api/reso"
- + "urce.proto\032\030google/api/routing.proto\032\035go"
- + "ogle/bigtable/v2/data.proto\032&google/bigtable/v2/request_stats.proto\032 google/bigt"
- + "able/v2/session.proto\032\036google/bigtable/v"
- + "2/types.proto\032\036google/protobuf/duration."
- + "proto\032\037google/protobuf/timestamp.proto\032\036"
- + "google/protobuf/wrappers.proto\032\027google/rpc/status.proto\"\314\004\n"
- + "\017ReadRowsRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\t \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022U\n"
- + "\026materialized_view_name\030\013 \001(\tB5\340A\001\372A/\n"
- + "-bigtableadmin.googleapis.com/MaterializedView\022\026\n"
- + "\016app_profile_id\030\005 \001(\t\022(\n"
- + "\004rows\030\002 \001(\0132\032.google.bigtable.v2.RowSet\022-\n"
- + "\006filter\030\003 \001(\0132\035.google.bigtable.v2.RowFilter\022\022\n\n"
- + "rows_limit\030\004 \001(\003\022P\n"
- + "\022request_stats_view\030\006 \001(\01624.google."
- + "bigtable.v2.ReadRowsRequest.RequestStatsView\022\020\n"
- + "\010reversed\030\007 \001(\010\"f\n"
- + "\020RequestStatsView\022\"\n"
- + "\036REQUEST_STATS_VIEW_UNSPECIFIED\020\000\022\026\n"
- + "\022REQUEST_STATS_NONE\020\001\022\026\n"
- + "\022REQUEST_STATS_FULL\020\002\"\261\003\n"
- + "\020ReadRowsResponse\022>\n"
- + "\006chunks\030\001 \003(\0132..google.bigtable.v2.ReadRowsResponse.CellChunk\022\034\n"
- + "\024last_scanned_row_key\030\002 \001(\014\0227\n\r"
- + "request_stats\030\003 \001(\0132 .google.bigtable.v2.RequestStats\032\205\002\n"
- + "\tCellChunk\022\017\n"
- + "\007row_key\030\001 \001(\014\0221\n"
- + "\013family_name\030\002 \001(\0132\034.google.protobuf.StringValue\022.\n"
- + "\tqualifier\030\003 \001(\0132\033.google.protobuf.BytesValue\022\030\n"
- + "\020timestamp_micros\030\004 \001(\003\022\016\n"
- + "\006labels\030\005 \003(\t\022\r\n"
- + "\005value\030\006 \001(\014\022\022\n\n"
- + "value_size\030\007 \001(\005\022\023\n"
- + "\treset_row\030\010 \001(\010H\000\022\024\n\n"
- + "commit_row\030\t \001(\010H\000B\014\n\n"
- + "row_status\"\316\002\n"
- + "\024SampleRowKeysRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\004 \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022U\n"
- + "\026materialized_view_name\030\005 \001(\tB5\340A\001\372A/\n"
- + "-bigtableadmin.googleapis.com/MaterializedView\022\026\n"
- + "\016app_profile_id\030\002 \001(\t\0224\n"
- + "\trow_range\030\006 \001(\0132\034.google.bigtable.v2.RowRangeB\003\340A\001\">\n"
- + "\025SampleRowKeysResponse\022\017\n"
- + "\007row_key\030\001 \001(\014\022\024\n"
- + "\014offset_bytes\030\002 \001(\003\"\277\002\n"
- + "\020MutateRowRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\006 \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022\026\n"
- + "\016app_profile_id\030\004 \001(\t\022\024\n"
- + "\007row_key\030\002 \001(\014B\003\340A\002\0224\n"
- + "\tmutations\030\003 \003(\0132\034.google.bigtable.v2.MutationB\003\340A\002\0224\n"
- + "\013idempotency\030\010 \001(\0132\037.google.bigtable.v2.Idempotency\"\023\n"
- + "\021MutateRowResponse\"\210\003\n"
- + "\021MutateRowsRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\005 \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022\026\n"
- + "\016app_profile_id\030\003 \001(\t\022A\n"
- + "\007entries\030\002 \003(\0132+.g"
- + "oogle.bigtable.v2.MutateRowsRequest.EntryB\003\340A\002\032\204\001\n"
- + "\005Entry\022\017\n"
- + "\007row_key\030\001 \001(\014\0224\n"
- + "\tmutations\030\002 \003(\0132\034.google.bigtable.v2.MutationB\003\340A\002\0224\n"
- + "\013idempotency\030\003 \001(\0132\037.google.bigtable.v2.Idempotency\"\344\001\n"
- + "\022MutateRowsResponse\022=\n"
- + "\007entries\030\001 \003(\0132,.google.bigtable.v2.MutateRowsResponse.Entry\022?\n"
- + "\017rate_limit_info\030\003"
- + " \001(\0132!.google.bigtable.v2.RateLimitInfoH\000\210\001\001\032:\n"
- + "\005Entry\022\r\n"
- + "\005index\030\001 \001(\003\022\"\n"
- + "\006status\030\002 \001(\0132\022.google.rpc.StatusB\022\n"
- + "\020_rate_limit_info\"J\n\r"
- + "RateLimitInfo\022)\n"
- + "\006period\030\001 \001(\0132\031.google.protobuf.Duration\022\016\n"
- + "\006factor\030\002 \001(\001\"\201\003\n"
- + "\030CheckAndMutateRowRequest\022>\n"
- + "\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\t \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022\026\n"
- + "\016app_profile_id\030\007 \001(\t\022\024\n"
- + "\007row_key\030\002 \001(\014B\003\340A\002\0227\n"
- + "\020predicate_filter\030\006 \001(\0132\035.google.bigtable.v2.RowFilter\0224\n"
- + "\016true_mutations\030\004 \003(\0132\034.google.bigtable.v2.Mutation\0225\n"
- + "\017false_mutations\030\005 \003(\0132\034.google.bigtable.v2.Mutation\"6\n"
- + "\031CheckAndMutateRowResponse\022\031\n"
- + "\021predicate_matched\030\001 \001(\010\"i\n"
- + "\022PingAndWarmRequest\022;\n"
- + "\004name\030\001 \001(\tB-\340A\002\372A\'\n"
- + "%bigtableadmin.googleapis.com/Instance\022\026\n"
- + "\016app_profile_id\030\002 \001(\t\"\025\n"
- + "\023PingAndWarmResponse\"\231\002\n"
- + "\031ReadModifyWriteRowRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\001\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022Q\n"
- + "\024authorized_view_name\030\006 \001(\tB3\340A\001\372A-\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022\026\n"
- + "\016app_profile_id\030\004 \001(\t\022\024\n"
- + "\007row_key\030\002 \001(\014B\003\340A\002\022;\n"
- + "\005rules\030\003"
- + " \003(\0132\'.google.bigtable.v2.ReadModifyWriteRuleB\003\340A\002\"B\n"
- + "\032ReadModifyWriteRowResponse\022$\n"
- + "\003row\030\001 \001(\0132\027.google.bigtable.v2.Row\"\206\001\n"
- + ",GenerateInitialChangeStreamPartitionsRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\002\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022\026\n"
- + "\016app_profile_id\030\002 \001(\t\"g\n"
- + "-GenerateInitialChangeStreamPartitionsResponse\0226\n"
- + "\tpartition\030\001 \001(\0132#.google.bigtable.v2.StreamPartition\"\233\003\n"
- + "\027ReadChangeStreamRequest\022>\n\n"
- + "table_name\030\001 \001(\tB*\340A\002\372A$\n"
- + "\"bigtableadmin.googleapis.com/Table\022\026\n"
- + "\016app_profile_id\030\002 \001(\t\0226\n"
- + "\tpartition\030\003 \001(\0132#.google.bigtable.v2.StreamPartition\0220\n\n"
- + "start_time\030\004 \001(\0132\032.google.protobuf.TimestampH\000\022K\n"
- + "\023continuation_tokens\030\006"
- + " \001(\0132,.google.bigtable.v2.StreamContinuationTokensH\000\022,\n"
- + "\010end_time\030\005 \001(\0132\032.google.protobuf.Timestamp\0225\n"
- + "\022heartbeat_duration\030\007 \001(\0132\031.google.protobuf.DurationB\014\n\n"
- + "start_from\"\251\n\n"
- + "\030ReadChangeStreamResponse\022N\n"
- + "\013data_change\030\001 \001(\013"
- + "27.google.bigtable.v2.ReadChangeStreamResponse.DataChangeH\000\022K\n"
- + "\theartbeat\030\002 \001(\01326"
- + ".google.bigtable.v2.ReadChangeStreamResponse.HeartbeatH\000\022P\n"
- + "\014close_stream\030\003 \001(\01328"
- + ".google.bigtable.v2.ReadChangeStreamResponse.CloseStreamH\000\032\364\001\n\r"
- + "MutationChunk\022X\n\n"
- + "chunk_info\030\001 \001(\0132D.google.bigtable.v2.Re"
- + "adChangeStreamResponse.MutationChunk.ChunkInfo\022.\n"
- + "\010mutation\030\002 \001(\0132\034.google.bigtable.v2.Mutation\032Y\n"
- + "\tChunkInfo\022\032\n"
- + "\022chunked_value_size\030\001 \001(\005\022\034\n"
- + "\024chunked_value_offset\030\002 \001(\005\022\022\n\n"
- + "last_chunk\030\003 \001(\010\032\306\003\n\n"
- + "DataChange\022J\n"
- + "\004type\030\001"
- + " \001(\0162<.google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type\022\031\n"
- + "\021source_cluster_id\030\002 \001(\t\022\017\n"
- + "\007row_key\030\003 \001(\014\0224\n"
- + "\020commit_timestamp\030\004 \001(\0132\032.google.protobuf.Timestamp\022\022\n\n"
- + "tiebreaker\030\005 \001(\005\022J\n"
- + "\006chunks\030\006"
- + " \003(\0132:.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk\022\014\n"
- + "\004done\030\010 \001(\010\022\r\n"
- + "\005token\030\t \001(\t\022;\n"
- + "\027estimated_low_watermark\030\n"
- + " \001(\0132\032.google.protobuf.Timestamp\"P\n"
- + "\004Type\022\024\n"
- + "\020TYPE_UNSPECIFIED\020\000\022\010\n"
- + "\004USER\020\001\022\026\n"
- + "\022GARBAGE_COLLECTION\020\002\022\020\n"
- + "\014CONTINUATION\020\003\032\221\001\n"
- + "\tHeartbeat\022G\n"
- + "\022continuation_token\030\001"
- + " \001(\0132+.google.bigtable.v2.StreamContinuationToken\022;\n"
- + "\027estimated_low_watermark\030\002"
- + " \001(\0132\032.google.protobuf.Timestamp\032\270\001\n"
- + "\013CloseStream\022\"\n"
- + "\006status\030\001 \001(\0132\022.google.rpc.Status\022H\n"
- + "\023continuation_tokens\030\002"
- + " \003(\0132+.google.bigtable.v2.StreamContinuationToken\022;\n"
- + "\016new_partitions\030\003 \003(\0132#.google.bigtable.v2.StreamPartitionB\017\n\r"
- + "stream_record\"\316\004\n"
- + "\023ExecuteQueryRequest\022D\n\r"
- + "instance_name\030\001 \001(\tB-\340A\002\372A\'\n"
- + "%bigtableadmin.googleapis.com/Instance\022\033\n"
- + "\016app_profile_id\030\002 \001(\tB\003\340A\001\022\024\n"
- + "\005query\030\003 \001(\tB\005\030\001\340A\002\022\026\n"
- + "\016prepared_query\030\t \001(\014\022;\n"
- + "\014proto_format\030\004"
- + " \001(\0132\037.google.bigtable.v2.ProtoFormatB\002\030\001H\000\022\031\n"
- + "\014resume_token\030\010 \001(\014B\003\340A\001\022H\n"
- + "\006params\030\007 \003(\01323.google.big"
- + "table.v2.ExecuteQueryRequest.ParamsEntryB\003\340A\002\022Y\n"
- + "\017view_parameters\030\014 \003(\0132;.google."
- + "bigtable.v2.ExecuteQueryRequest.ViewParametersEntryB\003\340A\001\032H\n"
- + "\013ParamsEntry\022\013\n"
- + "\003key\030\001 \001(\t\022(\n"
- + "\005value\030\002 \001(\0132\031.google.bigtable.v2.Value:\0028\001\032P\n"
- + "\023ViewParametersEntry\022\013\n"
- + "\003key\030\001 \001(\t\022(\n"
- + "\005value\030\002 \001(\0132\031.google.bigtable.v2.Value:\0028\001B\r\n"
- + "\013data_format\"\226\001\n"
- + "\024ExecuteQueryResponse\0229\n"
- + "\010metadata\030\001 \001(\0132%.google.bigtable.v2.ResultSetMetadataH\000\0227\n"
- + "\007results\030\002 \001(\0132$.google.bigtable.v2.PartialResultSetH\000B\n\n"
- + "\010response\"\364\002\n"
- + "\023PrepareQueryRequest\022D\n\r"
- + "instance_name\030\001 \001(\tB-\340A\002\372A\'\n"
- + "%bigtableadmin.googleapis.com/Instance\022\033\n"
- + "\016app_profile_id\030\002 \001(\tB\003\340A\001\022\022\n"
- + "\005query\030\003 \001(\tB\003\340A\002\0227\n"
- + "\014proto_format\030\004 \001(\0132\037.google.bigtable.v2.ProtoFormatH\000\022Q\n"
- + "\013param_types\030\006 \003("
- + "\01327.google.bigtable.v2.PrepareQueryRequest.ParamTypesEntryB\003\340A\002\032K\n"
- + "\017ParamTypesEntry\022\013\n"
- + "\003key\030\001 \001(\t\022\'\n"
- + "\005value\030\002 \001(\0132\030.google.bigtable.v2.Type:\0028\001B\r\n"
- + "\013data_format\"\230\001\n"
- + "\024PrepareQueryResponse\0227\n"
- + "\010metadata\030\001 \001(\0132%.google.bigtable.v2.ResultSetMetadata\022\026\n"
- + "\016prepared_query\030\002 \001(\014\022/\n"
- + "\013valid_until\030\003 \001(\0132\032.google.protobuf.Timestamp2\215+\n"
- + "\010Bigtable\022\325\004\n"
- + "\010ReadRows\022#.google.bigtable.v2.Re"
- + "adRowsRequest\032$.google.bigtable.v2.ReadRowsResponse\"\373\003\332A\n"
- + "table_name\332A\031table_name"
- + ",app_profile_id\202\323\344\223\002\361\001\"9/v2/{table_name="
- + "projects/*/instances/*/tables/*}:readRows:\001*ZZ\"U/v2/{authorized_view_name=projec"
- + "ts/*/instances/*/tables/*/authorizedViews/*}:readRows:\001*ZU\"P/v2/{materialized_vi"
- + "ew_name=projects/*/instances/*/materializedViews/*}:readRows:\001*\212\323\344\223\002\323\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_name\022/{table_name=projects/*/instances/*/tables/*}/**\022:\n"
- + "\026materialized_view_name\022 {name=projects/*/instances/*}/**0\001\022\352\004\n\r"
- + "SampleRowKeys\022(.google.bigtable."
- + "v2.SampleRowKeysRequest\032).google.bigtable.v2.SampleRowKeysResponse\"\201\004\332A\n"
- + "table_name\332A\031table_name,app_profile_id\202\323\344\223\002\367\001\022>/"
- + "v2/{table_name=projects/*/instances/*/tables/*}:sampleRowKeysZ\\\022Z/v2/{authorized"
- + "_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:sampleRowKeysZW\022U/"
- + "v2/{materialized_view_name=projects/*/in"
- + "stances/*/materializedViews/*}:sampleRowKeys\212\323\344\223\002\323\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_name\022/{table_name=projects/*/instances/*/tables/*}/**\022:\n"
- + "\026materialized_view_name\022 {name=projects/*/instances/*}/**0\001\022\351\003\n"
- + "\tMutateRow\022$.google.bigtable.v2.MutateRowRequest\032%.g"
- + "oogle.bigtable.v2.MutateRowResponse\"\216\003\332A"
- + "\034table_name,row_key,mutations\332A+table_na"
- + "me,row_key,mutations,app_profile_id\202\323\344\223\002"
- + "\234\001\":/v2/{table_name=projects/*/instances"
- + "/*/tables/*}:mutateRow:\001*Z[\"V/v2/{authorized_view_name=projects/*/instances/*/ta"
- + "bles/*/authorizedViews/*}:mutateRow:\001*\212\323\344\223\002\227\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_name\022/{table_name=projects/*/instances/*/tables/*}/**\022\334\003\n"
- + "\n"
- + "MutateRows\022%.google.bigtable.v2.MutateRowsRequest\032&.google.bigtable.v2.MutateRo"
- + "wsResponse\"\374\002\332A\022table_name,entries\332A!tab"
- + "le_name,entries,app_profile_id\202\323\344\223\002\236\001\";/"
- + "v2/{table_name=projects/*/instances/*/tables/*}:mutateRows:\001*Z\\\"W/v2/{authorized"
- + "_view_name=projects/*/instances/*/tables"
- + "/*/authorizedViews/*}:mutateRows:\001*\212\323\344\223\002\227\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_name\022/{table_name=projects/*/instances/*/tables/*}/**0\001\022\335\004\n"
- + "\021CheckAndMutateRow\022,.google.bigtable.v2.C"
- + "heckAndMutateRowRequest\032-.google.bigtabl"
- + "e.v2.CheckAndMutateRowResponse\"\352\003\332ABtabl"
- + "e_name,row_key,predicate_filter,true_mutations,false_mutations\332AQtable_name,row_"
- + "key,predicate_filter,true_mutations,fals"
- + "e_mutations,app_profile_id\202\323\344\223\002\254\001\"B/v2/{"
- + "table_name=projects/*/instances/*/tables/*}:checkAndMutateRow:\001*Zc\"^/v2/{authori"
- + "zed_view_name=projects/*/instances/*/tab"
- + "les/*/authorizedViews/*}:checkAndMutateRow:\001*\212\323\344\223\002\227\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_name\022/{tab"
- + "le_name=projects/*/instances/*/tables/*}/**\022\356\001\n"
- + "\013PingAndWarm\022&.google.bigtable.v2.PingAndWarmRequest\032\'.google.bigtable.v2"
- + ".PingAndWarmResponse\"\215\001\332A\004name\332A\023name,ap"
- + "p_profile_id\202\323\344\223\002+\"&/v2/{name=projects/*/instances/*}:ping:\001*\212\323\344\223\0029\022%\n"
- + "\004name\022\035{name=projects/*/instances/*}\022\020\n"
- + "\016app_profile_id\022\216\004\n"
- + "\022ReadModifyWriteRow\022-.google.bigtable.v2.ReadModifyWriteRowRequest\032..goo"
- + "gle.bigtable.v2.ReadModifyWriteRowRespon"
- + "se\"\230\003\332A\030table_name,row_key,rules\332A\'table"
- + "_name,row_key,rules,app_profile_id\202\323\344\223\002\256"
- + "\001\"C/v2/{table_name=projects/*/instances/"
- + "*/tables/*}:readModifyWriteRow:\001*Zd\"_/v2/{authorized_view_name=projects/*/instan"
- + "ces/*/tables/*/authorizedViews/*}:readModifyWriteRow:\001*\212\323\344\223\002\227\001\022:\n\n"
- + "table_name\022,{table_name=projects/*/instances/*/tables/*}\022\020\n"
- + "\016app_profile_id\022G\n"
- + "\024authorized_view_"
- + "name\022/{table_name=projects/*/instances/*/tables/*}/**\022\273\002\n"
- + "%GenerateInitialChangeStreamPartitions\022@.google.bigtable.v2.Gen"
- + "erateInitialChangeStreamPartitionsReques"
- + "t\032A.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse\"\212\001\332A\n"
- + "table_name\332A\031table_name,app_profile_id\202\323\344\223\002[\"V"
- + "/v2/{table_name=projects/*/instances/*/t"
- + "ables/*}:generateInitialChangeStreamPartitions:\001*0\001\022\346\001\n"
- + "\020ReadChangeStream\022+.google.bigtable.v2.ReadChangeStreamRequest\032,."
- + "google.bigtable.v2.ReadChangeStreamResponse\"u\332A\n"
- + "table_name\332A\031table_name,app_prof"
- + "ile_id\202\323\344\223\002F\"A/v2/{table_name=projects/*"
- + "/instances/*/tables/*}:readChangeStream:\001*0\001\022\251\002\n"
- + "\014PrepareQuery\022\'.google.bigtable.v2.PrepareQueryRequest\032(.google.bigtable"
- + ".v2.PrepareQueryResponse\"\305\001\332A\023instance_n"
- + "ame,query\332A\"instance_name,query,app_prof"
- + "ile_id\202\323\344\223\002<\"7/v2/{instance_name=project"
- + "s/*/instances/*}:prepareQuery:\001*\212\323\344\223\002B\022.\n\r"
- + "instance_name\022\035{name=projects/*/instances/*}\022\020\n"
- + "\016app_profile_id\022\253\002\n"
- + "\014ExecuteQuery\022\'.google.bigtable.v2.ExecuteQueryReque"
- + "st\032(.google.bigtable.v2.ExecuteQueryResp"
- + "onse\"\305\001\332A\023instance_name,query\332A\"instance"
- + "_name,query,app_profile_id\202\323\344\223\002<\"7/v2/{i"
- + "nstance_name=projects/*/instances/*}:executeQuery:\001*\212\323\344\223\002B\022.\n\r"
- + "instance_name\022\035{name=projects/*/instances/*}\022\020\n"
- + "\016app_profile_id0\001\022v\n"
- + "\026GetClientConfiguration\0221.google.bigtable.v2.GetClientConfigurationRequ"
- + "est\032\'.google.bigtable.v2.ClientConfiguration\"\000\022`\n"
- + "\tOpenTable\022\".google.bigtable.v2"
- + ".SessionRequest\032#.google.bigtable.v2.SessionResponse\"\006\240\320\245\216\004\001(\0010\001\022i\n"
- + "\022OpenAuthorizedView\022\".google.bigtable.v2.SessionReque"
- + "st\032#.google.bigtable.v2.SessionResponse\"\006\240\320\245\216\004\002(\0010\001\022k\n"
- + "\024OpenMaterializedView\022\".google.bigtable.v2.SessionRequest\032#.google"
- + ".bigtable.v2.SessionResponse\"\006\240\320\245\216\004\003(\0010\001"
- + "\032\333\002\312A\027bigtable.googleapis.com\322A\275\002https:/"
- + "/www.googleapis.com/auth/bigtable.data,https://www.googleapis.com/auth/bigtable."
- + "data.readonly,https://www.googleapis.com/auth/cloud-bigtable.data,https://www.go"
- + "ogleapis.com/auth/cloud-bigtable.data.readonly,https://www.googleapis.com/auth/c"
- + "loud-platform,https://www.googleapis.com/auth/cloud-platform.read-onlyB\365\004\n"
- + "\026com.google.bigtable.v2B\r"
- + "BigtableProtoP\001Z8cloud.google.com/go/bigtable/apiv2/bigtablep"
- + "b;bigtablepb\252\002\030Google.Cloud.Bigtable.V2\312"
- + "\002\030Google\\Cloud\\Bigtable\\V2\352\002\033Google::Cloud::Bigtable::V2\352AP\n"
- + "%bigtableadmin.googl"
- + "eapis.com/Instance\022\'projects/{project}/instances/{instance}\352A\\\n"
- + "\"bigtableadmin.go"
- + "ogleapis.com/Table\0226projects/{project}/instances/{instance}/tables/{table}\352A\207\001\n"
- + "+bigtableadmin.googleapis.com/AuthorizedView\022Xprojects/{project}/instances/{insta"
- + "nce}/tables/{table}/authorizedViews/{authorized_view}\352A~\n"
- + "-bigtableadmin.googleapis.com/MaterializedView\022Mprojects/{proje"
- + "ct}/instances/{instance}/materializedViews/{materialized_view}b\006proto3"
+ "\n!google/bigtable/v2/bigtable.proto\022\022goo" +
+ "gle.bigtable.v2\032\034google/api/annotations." +
+ "proto\032\027google/api/client.proto\032\037google/a" +
+ "pi/field_behavior.proto\032\031google/api/reso" +
+ "urce.proto\032\030google/api/routing.proto\032\035go" +
+ "ogle/bigtable/v2/data.proto\032&google/bigt" +
+ "able/v2/request_stats.proto\032 google/bigt" +
+ "able/v2/session.proto\032\036google/bigtable/v" +
+ "2/types.proto\032\036google/protobuf/duration." +
+ "proto\032\037google/protobuf/timestamp.proto\032\036" +
+ "google/protobuf/wrappers.proto\032\027google/r" +
+ "pc/status.proto\"\314\004\n\017ReadRowsRequest\022>\n\nt" +
+ "able_name\030\001 \001(\tB*\340A\001\372A$\n\"bigtableadmin.g" +
+ "oogleapis.com/Table\022Q\n\024authorized_view_n" +
+ "ame\030\t \001(\tB3\340A\001\372A-\n+bigtableadmin.googlea" +
+ "pis.com/AuthorizedView\022U\n\026materialized_v" +
+ "iew_name\030\013 \001(\tB5\340A\001\372A/\n-bigtableadmin.go" +
+ "ogleapis.com/MaterializedView\022\026\n\016app_pro" +
+ "file_id\030\005 \001(\t\022(\n\004rows\030\002 \001(\0132\032.google.big" +
+ "table.v2.RowSet\022-\n\006filter\030\003 \001(\0132\035.google" +
+ ".bigtable.v2.RowFilter\022\022\n\nrows_limit\030\004 \001" +
+ "(\003\022P\n\022request_stats_view\030\006 \001(\01624.google." +
+ "bigtable.v2.ReadRowsRequest.RequestStats" +
+ "View\022\020\n\010reversed\030\007 \001(\010\"f\n\020RequestStatsVi" +
+ "ew\022\"\n\036REQUEST_STATS_VIEW_UNSPECIFIED\020\000\022\026" +
+ "\n\022REQUEST_STATS_NONE\020\001\022\026\n\022REQUEST_STATS_" +
+ "FULL\020\002\"\261\003\n\020ReadRowsResponse\022>\n\006chunks\030\001 " +
+ "\003(\0132..google.bigtable.v2.ReadRowsRespons" +
+ "e.CellChunk\022\034\n\024last_scanned_row_key\030\002 \001(" +
+ "\014\0227\n\rrequest_stats\030\003 \001(\0132 .google.bigtab" +
+ "le.v2.RequestStats\032\205\002\n\tCellChunk\022\017\n\007row_" +
+ "key\030\001 \001(\014\0221\n\013family_name\030\002 \001(\0132\034.google." +
+ "protobuf.StringValue\022.\n\tqualifier\030\003 \001(\0132" +
+ "\033.google.protobuf.BytesValue\022\030\n\020timestam" +
+ "p_micros\030\004 \001(\003\022\016\n\006labels\030\005 \003(\t\022\r\n\005value\030" +
+ "\006 \001(\014\022\022\n\nvalue_size\030\007 \001(\005\022\023\n\treset_row\030\010" +
+ " \001(\010H\000\022\024\n\ncommit_row\030\t \001(\010H\000B\014\n\nrow_stat" +
+ "us\"\316\002\n\024SampleRowKeysRequest\022>\n\ntable_nam" +
+ "e\030\001 \001(\tB*\340A\001\372A$\n\"bigtableadmin.googleapi" +
+ "s.com/Table\022Q\n\024authorized_view_name\030\004 \001(" +
+ "\tB3\340A\001\372A-\n+bigtableadmin.googleapis.com/" +
+ "AuthorizedView\022U\n\026materialized_view_name" +
+ "\030\005 \001(\tB5\340A\001\372A/\n-bigtableadmin.googleapis" +
+ ".com/MaterializedView\022\026\n\016app_profile_id\030" +
+ "\002 \001(\t\0224\n\trow_range\030\006 \001(\0132\034.google.bigtab" +
+ "le.v2.RowRangeB\003\340A\001\">\n\025SampleRowKeysResp" +
+ "onse\022\017\n\007row_key\030\001 \001(\014\022\024\n\014offset_bytes\030\002 " +
+ "\001(\003\"\277\002\n\020MutateRowRequest\022>\n\ntable_name\030\001" +
+ " \001(\tB*\340A\001\372A$\n\"bigtableadmin.googleapis.c" +
+ "om/Table\022Q\n\024authorized_view_name\030\006 \001(\tB3" +
+ "\340A\001\372A-\n+bigtableadmin.googleapis.com/Aut" +
+ "horizedView\022\026\n\016app_profile_id\030\004 \001(\t\022\024\n\007r" +
+ "ow_key\030\002 \001(\014B\003\340A\002\0224\n\tmutations\030\003 \003(\0132\034.g" +
+ "oogle.bigtable.v2.MutationB\003\340A\002\0224\n\013idemp" +
+ "otency\030\010 \001(\0132\037.google.bigtable.v2.Idempo" +
+ "tency\"\023\n\021MutateRowResponse\"\210\003\n\021MutateRow" +
+ "sRequest\022>\n\ntable_name\030\001 \001(\tB*\340A\001\372A$\n\"bi" +
+ "gtableadmin.googleapis.com/Table\022Q\n\024auth" +
+ "orized_view_name\030\005 \001(\tB3\340A\001\372A-\n+bigtable" +
+ "admin.googleapis.com/AuthorizedView\022\026\n\016a" +
+ "pp_profile_id\030\003 \001(\t\022A\n\007entries\030\002 \003(\0132+.g" +
+ "oogle.bigtable.v2.MutateRowsRequest.Entr" +
+ "yB\003\340A\002\032\204\001\n\005Entry\022\017\n\007row_key\030\001 \001(\014\0224\n\tmut" +
+ "ations\030\002 \003(\0132\034.google.bigtable.v2.Mutati" +
+ "onB\003\340A\002\0224\n\013idempotency\030\003 \001(\0132\037.google.bi" +
+ "gtable.v2.Idempotency\"\344\001\n\022MutateRowsResp" +
+ "onse\022=\n\007entries\030\001 \003(\0132,.google.bigtable." +
+ "v2.MutateRowsResponse.Entry\022?\n\017rate_limi" +
+ "t_info\030\003 \001(\0132!.google.bigtable.v2.RateLi" +
+ "mitInfoH\000\210\001\001\032:\n\005Entry\022\r\n\005index\030\001 \001(\003\022\"\n\006" +
+ "status\030\002 \001(\0132\022.google.rpc.StatusB\022\n\020_rat" +
+ "e_limit_info\"J\n\rRateLimitInfo\022)\n\006period\030" +
+ "\001 \001(\0132\031.google.protobuf.Duration\022\016\n\006fact" +
+ "or\030\002 \001(\001\"\201\003\n\030CheckAndMutateRowRequest\022>\n" +
+ "\ntable_name\030\001 \001(\tB*\340A\001\372A$\n\"bigtableadmin" +
+ ".googleapis.com/Table\022Q\n\024authorized_view" +
+ "_name\030\t \001(\tB3\340A\001\372A-\n+bigtableadmin.googl" +
+ "eapis.com/AuthorizedView\022\026\n\016app_profile_" +
+ "id\030\007 \001(\t\022\024\n\007row_key\030\002 \001(\014B\003\340A\002\0227\n\020predic" +
+ "ate_filter\030\006 \001(\0132\035.google.bigtable.v2.Ro" +
+ "wFilter\0224\n\016true_mutations\030\004 \003(\0132\034.google" +
+ ".bigtable.v2.Mutation\0225\n\017false_mutations" +
+ "\030\005 \003(\0132\034.google.bigtable.v2.Mutation\"6\n\031" +
+ "CheckAndMutateRowResponse\022\031\n\021predicate_m" +
+ "atched\030\001 \001(\010\"i\n\022PingAndWarmRequest\022;\n\004na" +
+ "me\030\001 \001(\tB-\340A\002\372A\'\n%bigtableadmin.googleap" +
+ "is.com/Instance\022\026\n\016app_profile_id\030\002 \001(\t\"" +
+ "\025\n\023PingAndWarmResponse\"\231\002\n\031ReadModifyWri" +
+ "teRowRequest\022>\n\ntable_name\030\001 \001(\tB*\340A\001\372A$" +
+ "\n\"bigtableadmin.googleapis.com/Table\022Q\n\024" +
+ "authorized_view_name\030\006 \001(\tB3\340A\001\372A-\n+bigt" +
+ "ableadmin.googleapis.com/AuthorizedView\022" +
+ "\026\n\016app_profile_id\030\004 \001(\t\022\024\n\007row_key\030\002 \001(\014" +
+ "B\003\340A\002\022;\n\005rules\030\003 \003(\0132\'.google.bigtable.v" +
+ "2.ReadModifyWriteRuleB\003\340A\002\"B\n\032ReadModify" +
+ "WriteRowResponse\022$\n\003row\030\001 \001(\0132\027.google.b" +
+ "igtable.v2.Row\"\206\001\n,GenerateInitialChange" +
+ "StreamPartitionsRequest\022>\n\ntable_name\030\001 " +
+ "\001(\tB*\340A\002\372A$\n\"bigtableadmin.googleapis.co" +
+ "m/Table\022\026\n\016app_profile_id\030\002 \001(\t\"g\n-Gener" +
+ "ateInitialChangeStreamPartitionsResponse" +
+ "\0226\n\tpartition\030\001 \001(\0132#.google.bigtable.v2" +
+ ".StreamPartition\"\233\003\n\027ReadChangeStreamReq" +
+ "uest\022>\n\ntable_name\030\001 \001(\tB*\340A\002\372A$\n\"bigtab" +
+ "leadmin.googleapis.com/Table\022\026\n\016app_prof" +
+ "ile_id\030\002 \001(\t\0226\n\tpartition\030\003 \001(\0132#.google" +
+ ".bigtable.v2.StreamPartition\0220\n\nstart_ti" +
+ "me\030\004 \001(\0132\032.google.protobuf.TimestampH\000\022K" +
+ "\n\023continuation_tokens\030\006 \001(\0132,.google.big" +
+ "table.v2.StreamContinuationTokensH\000\022,\n\010e" +
+ "nd_time\030\005 \001(\0132\032.google.protobuf.Timestam" +
+ "p\0225\n\022heartbeat_duration\030\007 \001(\0132\031.google.p" +
+ "rotobuf.DurationB\014\n\nstart_from\"\251\n\n\030ReadC" +
+ "hangeStreamResponse\022N\n\013data_change\030\001 \001(\013" +
+ "27.google.bigtable.v2.ReadChangeStreamRe" +
+ "sponse.DataChangeH\000\022K\n\theartbeat\030\002 \001(\01326" +
+ ".google.bigtable.v2.ReadChangeStreamResp" +
+ "onse.HeartbeatH\000\022P\n\014close_stream\030\003 \001(\01328" +
+ ".google.bigtable.v2.ReadChangeStreamResp" +
+ "onse.CloseStreamH\000\032\364\001\n\rMutationChunk\022X\n\n" +
+ "chunk_info\030\001 \001(\0132D.google.bigtable.v2.Re" +
+ "adChangeStreamResponse.MutationChunk.Chu" +
+ "nkInfo\022.\n\010mutation\030\002 \001(\0132\034.google.bigtab" +
+ "le.v2.Mutation\032Y\n\tChunkInfo\022\032\n\022chunked_v" +
+ "alue_size\030\001 \001(\005\022\034\n\024chunked_value_offset\030" +
+ "\002 \001(\005\022\022\n\nlast_chunk\030\003 \001(\010\032\306\003\n\nDataChange" +
+ "\022J\n\004type\030\001 \001(\0162<.google.bigtable.v2.Read" +
+ "ChangeStreamResponse.DataChange.Type\022\031\n\021" +
+ "source_cluster_id\030\002 \001(\t\022\017\n\007row_key\030\003 \001(\014" +
+ "\0224\n\020commit_timestamp\030\004 \001(\0132\032.google.prot" +
+ "obuf.Timestamp\022\022\n\ntiebreaker\030\005 \001(\005\022J\n\006ch" +
+ "unks\030\006 \003(\0132:.google.bigtable.v2.ReadChan" +
+ "geStreamResponse.MutationChunk\022\014\n\004done\030\010" +
+ " \001(\010\022\r\n\005token\030\t \001(\t\022;\n\027estimated_low_wat" +
+ "ermark\030\n \001(\0132\032.google.protobuf.Timestamp" +
+ "\"P\n\004Type\022\024\n\020TYPE_UNSPECIFIED\020\000\022\010\n\004USER\020\001" +
+ "\022\026\n\022GARBAGE_COLLECTION\020\002\022\020\n\014CONTINUATION" +
+ "\020\003\032\221\001\n\tHeartbeat\022G\n\022continuation_token\030\001" +
+ " \001(\0132+.google.bigtable.v2.StreamContinua" +
+ "tionToken\022;\n\027estimated_low_watermark\030\002 \001" +
+ "(\0132\032.google.protobuf.Timestamp\032\270\001\n\013Close" +
+ "Stream\022\"\n\006status\030\001 \001(\0132\022.google.rpc.Stat" +
+ "us\022H\n\023continuation_tokens\030\002 \003(\0132+.google" +
+ ".bigtable.v2.StreamContinuationToken\022;\n\016" +
+ "new_partitions\030\003 \003(\0132#.google.bigtable.v" +
+ "2.StreamPartitionB\017\n\rstream_record\"\316\004\n\023E" +
+ "xecuteQueryRequest\022D\n\rinstance_name\030\001 \001(" +
+ "\tB-\340A\002\372A\'\n%bigtableadmin.googleapis.com/" +
+ "Instance\022\033\n\016app_profile_id\030\002 \001(\tB\003\340A\001\022\024\n" +
+ "\005query\030\003 \001(\tB\005\030\001\340A\002\022\026\n\016prepared_query\030\t " +
+ "\001(\014\022;\n\014proto_format\030\004 \001(\0132\037.google.bigta" +
+ "ble.v2.ProtoFormatB\002\030\001H\000\022\031\n\014resume_token" +
+ "\030\010 \001(\014B\003\340A\001\022H\n\006params\030\007 \003(\01323.google.big" +
+ "table.v2.ExecuteQueryRequest.ParamsEntry" +
+ "B\003\340A\002\022Y\n\017view_parameters\030\014 \003(\0132;.google." +
+ "bigtable.v2.ExecuteQueryRequest.ViewPara" +
+ "metersEntryB\003\340A\001\032H\n\013ParamsEntry\022\013\n\003key\030\001" +
+ " \001(\t\022(\n\005value\030\002 \001(\0132\031.google.bigtable.v2" +
+ ".Value:\0028\001\032P\n\023ViewParametersEntry\022\013\n\003key" +
+ "\030\001 \001(\t\022(\n\005value\030\002 \001(\0132\031.google.bigtable." +
+ "v2.Value:\0028\001B\r\n\013data_format\"\226\001\n\024ExecuteQ" +
+ "ueryResponse\0229\n\010metadata\030\001 \001(\0132%.google." +
+ "bigtable.v2.ResultSetMetadataH\000\0227\n\007resul" +
+ "ts\030\002 \001(\0132$.google.bigtable.v2.PartialRes" +
+ "ultSetH\000B\n\n\010response\"\364\002\n\023PrepareQueryReq" +
+ "uest\022D\n\rinstance_name\030\001 \001(\tB-\340A\002\372A\'\n%big" +
+ "tableadmin.googleapis.com/Instance\022\033\n\016ap" +
+ "p_profile_id\030\002 \001(\tB\003\340A\001\022\022\n\005query\030\003 \001(\tB\003" +
+ "\340A\002\0227\n\014proto_format\030\004 \001(\0132\037.google.bigta" +
+ "ble.v2.ProtoFormatH\000\022Q\n\013param_types\030\006 \003(" +
+ "\01327.google.bigtable.v2.PrepareQueryReque" +
+ "st.ParamTypesEntryB\003\340A\002\032K\n\017ParamTypesEnt" +
+ "ry\022\013\n\003key\030\001 \001(\t\022\'\n\005value\030\002 \001(\0132\030.google." +
+ "bigtable.v2.Type:\0028\001B\r\n\013data_format\"\230\001\n\024" +
+ "PrepareQueryResponse\0227\n\010metadata\030\001 \001(\0132%" +
+ ".google.bigtable.v2.ResultSetMetadata\022\026\n" +
+ "\016prepared_query\030\002 \001(\014\022/\n\013valid_until\030\003 \001" +
+ "(\0132\032.google.protobuf.Timestamp2\215+\n\010Bigta" +
+ "ble\022\325\004\n\010ReadRows\022#.google.bigtable.v2.Re" +
+ "adRowsRequest\032$.google.bigtable.v2.ReadR" +
+ "owsResponse\"\373\003\332A\ntable_name\332A\031table_name" +
+ ",app_profile_id\202\323\344\223\002\361\001\"9/v2/{table_name=" +
+ "projects/*/instances/*/tables/*}:readRow" +
+ "s:\001*ZZ\"U/v2/{authorized_view_name=projec" +
+ "ts/*/instances/*/tables/*/authorizedView" +
+ "s/*}:readRows:\001*ZU\"P/v2/{materialized_vi" +
+ "ew_name=projects/*/instances/*/materiali" +
+ "zedViews/*}:readRows:\001*\212\323\344\223\002\323\001\022:\n\ntable_" +
+ "name\022,{table_name=projects/*/instances/*" +
+ "/tables/*}\022\020\n\016app_profile_id\022G\n\024authoriz" +
+ "ed_view_name\022/{table_name=projects/*/ins" +
+ "tances/*/tables/*}/**\022:\n\026materialized_vi" +
+ "ew_name\022 {name=projects/*/instances/*}/*" +
+ "*0\001\022\352\004\n\rSampleRowKeys\022(.google.bigtable." +
+ "v2.SampleRowKeysRequest\032).google.bigtabl" +
+ "e.v2.SampleRowKeysResponse\"\201\004\332A\ntable_na" +
+ "me\332A\031table_name,app_profile_id\202\323\344\223\002\367\001\022>/" +
+ "v2/{table_name=projects/*/instances/*/ta" +
+ "bles/*}:sampleRowKeysZ\\\022Z/v2/{authorized" +
+ "_view_name=projects/*/instances/*/tables" +
+ "/*/authorizedViews/*}:sampleRowKeysZW\022U/" +
+ "v2/{materialized_view_name=projects/*/in" +
+ "stances/*/materializedViews/*}:sampleRow" +
+ "Keys\212\323\344\223\002\323\001\022:\n\ntable_name\022,{table_name=p" +
+ "rojects/*/instances/*/tables/*}\022\020\n\016app_p" +
+ "rofile_id\022G\n\024authorized_view_name\022/{tabl" +
+ "e_name=projects/*/instances/*/tables/*}/" +
+ "**\022:\n\026materialized_view_name\022 {name=proj" +
+ "ects/*/instances/*}/**0\001\022\351\003\n\tMutateRow\022$" +
+ ".google.bigtable.v2.MutateRowRequest\032%.g" +
+ "oogle.bigtable.v2.MutateRowResponse\"\216\003\332A" +
+ "\034table_name,row_key,mutations\332A+table_na" +
+ "me,row_key,mutations,app_profile_id\202\323\344\223\002" +
+ "\234\001\":/v2/{table_name=projects/*/instances" +
+ "/*/tables/*}:mutateRow:\001*Z[\"V/v2/{author" +
+ "ized_view_name=projects/*/instances/*/ta" +
+ "bles/*/authorizedViews/*}:mutateRow:\001*\212\323" +
+ "\344\223\002\227\001\022:\n\ntable_name\022,{table_name=project" +
+ "s/*/instances/*/tables/*}\022\020\n\016app_profile" +
+ "_id\022G\n\024authorized_view_name\022/{table_name" +
+ "=projects/*/instances/*/tables/*}/**\022\334\003\n" +
+ "\nMutateRows\022%.google.bigtable.v2.MutateR" +
+ "owsRequest\032&.google.bigtable.v2.MutateRo" +
+ "wsResponse\"\374\002\332A\022table_name,entries\332A!tab" +
+ "le_name,entries,app_profile_id\202\323\344\223\002\236\001\";/" +
+ "v2/{table_name=projects/*/instances/*/ta" +
+ "bles/*}:mutateRows:\001*Z\\\"W/v2/{authorized" +
+ "_view_name=projects/*/instances/*/tables" +
+ "/*/authorizedViews/*}:mutateRows:\001*\212\323\344\223\002" +
+ "\227\001\022:\n\ntable_name\022,{table_name=projects/*" +
+ "/instances/*/tables/*}\022\020\n\016app_profile_id" +
+ "\022G\n\024authorized_view_name\022/{table_name=pr" +
+ "ojects/*/instances/*/tables/*}/**0\001\022\335\004\n\021" +
+ "CheckAndMutateRow\022,.google.bigtable.v2.C" +
+ "heckAndMutateRowRequest\032-.google.bigtabl" +
+ "e.v2.CheckAndMutateRowResponse\"\352\003\332ABtabl" +
+ "e_name,row_key,predicate_filter,true_mut" +
+ "ations,false_mutations\332AQtable_name,row_" +
+ "key,predicate_filter,true_mutations,fals" +
+ "e_mutations,app_profile_id\202\323\344\223\002\254\001\"B/v2/{" +
+ "table_name=projects/*/instances/*/tables" +
+ "/*}:checkAndMutateRow:\001*Zc\"^/v2/{authori" +
+ "zed_view_name=projects/*/instances/*/tab" +
+ "les/*/authorizedViews/*}:checkAndMutateR" +
+ "ow:\001*\212\323\344\223\002\227\001\022:\n\ntable_name\022,{table_name=" +
+ "projects/*/instances/*/tables/*}\022\020\n\016app_" +
+ "profile_id\022G\n\024authorized_view_name\022/{tab" +
+ "le_name=projects/*/instances/*/tables/*}" +
+ "/**\022\356\001\n\013PingAndWarm\022&.google.bigtable.v2" +
+ ".PingAndWarmRequest\032\'.google.bigtable.v2" +
+ ".PingAndWarmResponse\"\215\001\332A\004name\332A\023name,ap" +
+ "p_profile_id\202\323\344\223\002+\"&/v2/{name=projects/*" +
+ "/instances/*}:ping:\001*\212\323\344\223\0029\022%\n\004name\022\035{na" +
+ "me=projects/*/instances/*}\022\020\n\016app_profil" +
+ "e_id\022\216\004\n\022ReadModifyWriteRow\022-.google.big" +
+ "table.v2.ReadModifyWriteRowRequest\032..goo" +
+ "gle.bigtable.v2.ReadModifyWriteRowRespon" +
+ "se\"\230\003\332A\030table_name,row_key,rules\332A\'table" +
+ "_name,row_key,rules,app_profile_id\202\323\344\223\002\256" +
+ "\001\"C/v2/{table_name=projects/*/instances/" +
+ "*/tables/*}:readModifyWriteRow:\001*Zd\"_/v2" +
+ "/{authorized_view_name=projects/*/instan" +
+ "ces/*/tables/*/authorizedViews/*}:readMo" +
+ "difyWriteRow:\001*\212\323\344\223\002\227\001\022:\n\ntable_name\022,{t" +
+ "able_name=projects/*/instances/*/tables/" +
+ "*}\022\020\n\016app_profile_id\022G\n\024authorized_view_" +
+ "name\022/{table_name=projects/*/instances/*" +
+ "/tables/*}/**\022\273\002\n%GenerateInitialChangeS" +
+ "treamPartitions\022@.google.bigtable.v2.Gen" +
+ "erateInitialChangeStreamPartitionsReques" +
+ "t\032A.google.bigtable.v2.GenerateInitialCh" +
+ "angeStreamPartitionsResponse\"\212\001\332A\ntable_" +
+ "name\332A\031table_name,app_profile_id\202\323\344\223\002[\"V" +
+ "/v2/{table_name=projects/*/instances/*/t" +
+ "ables/*}:generateInitialChangeStreamPart" +
+ "itions:\001*0\001\022\346\001\n\020ReadChangeStream\022+.googl" +
+ "e.bigtable.v2.ReadChangeStreamRequest\032,." +
+ "google.bigtable.v2.ReadChangeStreamRespo" +
+ "nse\"u\332A\ntable_name\332A\031table_name,app_prof" +
+ "ile_id\202\323\344\223\002F\"A/v2/{table_name=projects/*" +
+ "/instances/*/tables/*}:readChangeStream:" +
+ "\001*0\001\022\251\002\n\014PrepareQuery\022\'.google.bigtable." +
+ "v2.PrepareQueryRequest\032(.google.bigtable" +
+ ".v2.PrepareQueryResponse\"\305\001\332A\023instance_n" +
+ "ame,query\332A\"instance_name,query,app_prof" +
+ "ile_id\202\323\344\223\002<\"7/v2/{instance_name=project" +
+ "s/*/instances/*}:prepareQuery:\001*\212\323\344\223\002B\022." +
+ "\n\rinstance_name\022\035{name=projects/*/instan" +
+ "ces/*}\022\020\n\016app_profile_id\022\253\002\n\014ExecuteQuer" +
+ "y\022\'.google.bigtable.v2.ExecuteQueryReque" +
+ "st\032(.google.bigtable.v2.ExecuteQueryResp" +
+ "onse\"\305\001\332A\023instance_name,query\332A\"instance" +
+ "_name,query,app_profile_id\202\323\344\223\002<\"7/v2/{i" +
+ "nstance_name=projects/*/instances/*}:exe" +
+ "cuteQuery:\001*\212\323\344\223\002B\022.\n\rinstance_name\022\035{na" +
+ "me=projects/*/instances/*}\022\020\n\016app_profil" +
+ "e_id0\001\022v\n\026GetClientConfiguration\0221.googl" +
+ "e.bigtable.v2.GetClientConfigurationRequ" +
+ "est\032\'.google.bigtable.v2.ClientConfigura" +
+ "tion\"\000\022`\n\tOpenTable\022\".google.bigtable.v2" +
+ ".SessionRequest\032#.google.bigtable.v2.Ses" +
+ "sionResponse\"\006\240\320\245\216\004\001(\0010\001\022i\n\022OpenAuthoriz" +
+ "edView\022\".google.bigtable.v2.SessionReque" +
+ "st\032#.google.bigtable.v2.SessionResponse\"" +
+ "\006\240\320\245\216\004\002(\0010\001\022k\n\024OpenMaterializedView\022\".go" +
+ "ogle.bigtable.v2.SessionRequest\032#.google" +
+ ".bigtable.v2.SessionResponse\"\006\240\320\245\216\004\003(\0010\001" +
+ "\032\333\002\312A\027bigtable.googleapis.com\322A\275\002https:/" +
+ "/www.googleapis.com/auth/bigtable.data,h" +
+ "ttps://www.googleapis.com/auth/bigtable." +
+ "data.readonly,https://www.googleapis.com" +
+ "/auth/cloud-bigtable.data,https://www.go" +
+ "ogleapis.com/auth/cloud-bigtable.data.re" +
+ "adonly,https://www.googleapis.com/auth/c" +
+ "loud-platform,https://www.googleapis.com" +
+ "/auth/cloud-platform.read-onlyB\365\004\n\026com.g" +
+ "oogle.bigtable.v2B\rBigtableProtoP\001Z8clou" +
+ "d.google.com/go/bigtable/apiv2/bigtablep" +
+ "b;bigtablepb\252\002\030Google.Cloud.Bigtable.V2\312" +
+ "\002\030Google\\Cloud\\Bigtable\\V2\352\002\033Google::Clo" +
+ "ud::Bigtable::V2\352AP\n%bigtableadmin.googl" +
+ "eapis.com/Instance\022\'projects/{project}/i" +
+ "nstances/{instance}\352A\\\n\"bigtableadmin.go" +
+ "ogleapis.com/Table\0226projects/{project}/i" +
+ "nstances/{instance}/tables/{table}\352A\207\001\n+" +
+ "bigtableadmin.googleapis.com/AuthorizedV" +
+ "iew\022Xprojects/{project}/instances/{insta" +
+ "nce}/tables/{table}/authorizedViews/{aut" +
+ "horized_view}\352A~\n-bigtableadmin.googleap" +
+ "is.com/MaterializedView\022Mprojects/{proje" +
+ "ct}/instances/{instance}/materializedVie" +
+ "ws/{materialized_view}b\006proto3"
};
- descriptor =
- com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- com.google.api.ClientProto.getDescriptor(),
- com.google.api.FieldBehaviorProto.getDescriptor(),
- com.google.api.ResourceProto.getDescriptor(),
- com.google.api.RoutingProto.getDescriptor(),
- com.google.bigtable.v2.DataProto.getDescriptor(),
- com.google.bigtable.v2.RequestStatsProto.getDescriptor(),
- com.google.bigtable.v2.SessionProto.getDescriptor(),
- com.google.bigtable.v2.TypesProto.getDescriptor(),
- com.google.protobuf.DurationProto.getDescriptor(),
- com.google.protobuf.TimestampProto.getDescriptor(),
- com.google.protobuf.WrappersProto.getDescriptor(),
- com.google.rpc.StatusProto.getDescriptor(),
- });
+ descriptor = com.google.protobuf.Descriptors.FileDescriptor
+ .internalBuildGeneratedFileFrom(descriptorData,
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
+ com.google.api.AnnotationsProto.getDescriptor(),
+ com.google.api.ClientProto.getDescriptor(),
+ com.google.api.FieldBehaviorProto.getDescriptor(),
+ com.google.api.ResourceProto.getDescriptor(),
+ com.google.api.RoutingProto.getDescriptor(),
+ com.google.bigtable.v2.DataProto.getDescriptor(),
+ com.google.bigtable.v2.RequestStatsProto.getDescriptor(),
+ com.google.bigtable.v2.SessionProto.getDescriptor(),
+ com.google.bigtable.v2.TypesProto.getDescriptor(),
+ com.google.protobuf.DurationProto.getDescriptor(),
+ com.google.protobuf.TimestampProto.getDescriptor(),
+ com.google.protobuf.WrappersProto.getDescriptor(),
+ com.google.rpc.StatusProto.getDescriptor(),
+ });
internal_static_google_bigtable_v2_ReadRowsRequest_descriptor =
- getDescriptor().getMessageType(0);
- internal_static_google_bigtable_v2_ReadRowsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadRowsRequest_descriptor,
- new java.lang.String[] {
- "TableName",
- "AuthorizedViewName",
- "MaterializedViewName",
- "AppProfileId",
- "Rows",
- "Filter",
- "RowsLimit",
- "RequestStatsView",
- "Reversed",
- });
+ getDescriptor().getMessageTypes().get(0);
+ internal_static_google_bigtable_v2_ReadRowsRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadRowsRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "MaterializedViewName", "AppProfileId", "Rows", "Filter", "RowsLimit", "RequestStatsView", "Reversed", });
internal_static_google_bigtable_v2_ReadRowsResponse_descriptor =
- getDescriptor().getMessageType(1);
- internal_static_google_bigtable_v2_ReadRowsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadRowsResponse_descriptor,
- new java.lang.String[] {
- "Chunks", "LastScannedRowKey", "RequestStats",
- });
+ getDescriptor().getMessageTypes().get(1);
+ internal_static_google_bigtable_v2_ReadRowsResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadRowsResponse_descriptor,
+ new java.lang.String[] { "Chunks", "LastScannedRowKey", "RequestStats", });
internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor =
- internal_static_google_bigtable_v2_ReadRowsResponse_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor,
- new java.lang.String[] {
- "RowKey",
- "FamilyName",
- "Qualifier",
- "TimestampMicros",
- "Labels",
- "Value",
- "ValueSize",
- "ResetRow",
- "CommitRow",
- "RowStatus",
- });
+ internal_static_google_bigtable_v2_ReadRowsResponse_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor,
+ new java.lang.String[] { "RowKey", "FamilyName", "Qualifier", "TimestampMicros", "Labels", "Value", "ValueSize", "ResetRow", "CommitRow", "RowStatus", });
internal_static_google_bigtable_v2_SampleRowKeysRequest_descriptor =
- getDescriptor().getMessageType(2);
- internal_static_google_bigtable_v2_SampleRowKeysRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_SampleRowKeysRequest_descriptor,
- new java.lang.String[] {
- "TableName", "AuthorizedViewName", "MaterializedViewName", "AppProfileId", "RowRange",
- });
+ getDescriptor().getMessageTypes().get(2);
+ internal_static_google_bigtable_v2_SampleRowKeysRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_SampleRowKeysRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "MaterializedViewName", "AppProfileId", "RowRange", });
internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor =
- getDescriptor().getMessageType(3);
- internal_static_google_bigtable_v2_SampleRowKeysResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor,
- new java.lang.String[] {
- "RowKey", "OffsetBytes",
- });
+ getDescriptor().getMessageTypes().get(3);
+ internal_static_google_bigtable_v2_SampleRowKeysResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor,
+ new java.lang.String[] { "RowKey", "OffsetBytes", });
internal_static_google_bigtable_v2_MutateRowRequest_descriptor =
- getDescriptor().getMessageType(4);
- internal_static_google_bigtable_v2_MutateRowRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowRequest_descriptor,
- new java.lang.String[] {
- "TableName",
- "AuthorizedViewName",
- "AppProfileId",
- "RowKey",
- "Mutations",
- "Idempotency",
- });
+ getDescriptor().getMessageTypes().get(4);
+ internal_static_google_bigtable_v2_MutateRowRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "AppProfileId", "RowKey", "Mutations", "Idempotency", });
internal_static_google_bigtable_v2_MutateRowResponse_descriptor =
- getDescriptor().getMessageType(5);
- internal_static_google_bigtable_v2_MutateRowResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowResponse_descriptor,
- new java.lang.String[] {});
+ getDescriptor().getMessageTypes().get(5);
+ internal_static_google_bigtable_v2_MutateRowResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowResponse_descriptor,
+ new java.lang.String[] { });
internal_static_google_bigtable_v2_MutateRowsRequest_descriptor =
- getDescriptor().getMessageType(6);
- internal_static_google_bigtable_v2_MutateRowsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowsRequest_descriptor,
- new java.lang.String[] {
- "TableName", "AuthorizedViewName", "AppProfileId", "Entries",
- });
+ getDescriptor().getMessageTypes().get(6);
+ internal_static_google_bigtable_v2_MutateRowsRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowsRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "AppProfileId", "Entries", });
internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor =
- internal_static_google_bigtable_v2_MutateRowsRequest_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_MutateRowsRequest_Entry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor,
- new java.lang.String[] {
- "RowKey", "Mutations", "Idempotency",
- });
+ internal_static_google_bigtable_v2_MutateRowsRequest_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_MutateRowsRequest_Entry_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor,
+ new java.lang.String[] { "RowKey", "Mutations", "Idempotency", });
internal_static_google_bigtable_v2_MutateRowsResponse_descriptor =
- getDescriptor().getMessageType(7);
- internal_static_google_bigtable_v2_MutateRowsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowsResponse_descriptor,
- new java.lang.String[] {
- "Entries", "RateLimitInfo",
- });
+ getDescriptor().getMessageTypes().get(7);
+ internal_static_google_bigtable_v2_MutateRowsResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowsResponse_descriptor,
+ new java.lang.String[] { "Entries", "RateLimitInfo", "RateLimitInfo", });
internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor =
- internal_static_google_bigtable_v2_MutateRowsResponse_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_MutateRowsResponse_Entry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor,
- new java.lang.String[] {
- "Index", "Status",
- });
- internal_static_google_bigtable_v2_RateLimitInfo_descriptor = getDescriptor().getMessageType(8);
- internal_static_google_bigtable_v2_RateLimitInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_RateLimitInfo_descriptor,
- new java.lang.String[] {
- "Period", "Factor",
- });
+ internal_static_google_bigtable_v2_MutateRowsResponse_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_MutateRowsResponse_Entry_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor,
+ new java.lang.String[] { "Index", "Status", });
+ internal_static_google_bigtable_v2_RateLimitInfo_descriptor =
+ getDescriptor().getMessageTypes().get(8);
+ internal_static_google_bigtable_v2_RateLimitInfo_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_RateLimitInfo_descriptor,
+ new java.lang.String[] { "Period", "Factor", });
internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor =
- getDescriptor().getMessageType(9);
- internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor,
- new java.lang.String[] {
- "TableName",
- "AuthorizedViewName",
- "AppProfileId",
- "RowKey",
- "PredicateFilter",
- "TrueMutations",
- "FalseMutations",
- });
+ getDescriptor().getMessageTypes().get(9);
+ internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "AppProfileId", "RowKey", "PredicateFilter", "TrueMutations", "FalseMutations", });
internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor =
- getDescriptor().getMessageType(10);
- internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor,
- new java.lang.String[] {
- "PredicateMatched",
- });
+ getDescriptor().getMessageTypes().get(10);
+ internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor,
+ new java.lang.String[] { "PredicateMatched", });
internal_static_google_bigtable_v2_PingAndWarmRequest_descriptor =
- getDescriptor().getMessageType(11);
- internal_static_google_bigtable_v2_PingAndWarmRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_PingAndWarmRequest_descriptor,
- new java.lang.String[] {
- "Name", "AppProfileId",
- });
+ getDescriptor().getMessageTypes().get(11);
+ internal_static_google_bigtable_v2_PingAndWarmRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_PingAndWarmRequest_descriptor,
+ new java.lang.String[] { "Name", "AppProfileId", });
internal_static_google_bigtable_v2_PingAndWarmResponse_descriptor =
- getDescriptor().getMessageType(12);
- internal_static_google_bigtable_v2_PingAndWarmResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_PingAndWarmResponse_descriptor,
- new java.lang.String[] {});
+ getDescriptor().getMessageTypes().get(12);
+ internal_static_google_bigtable_v2_PingAndWarmResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_PingAndWarmResponse_descriptor,
+ new java.lang.String[] { });
internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_descriptor =
- getDescriptor().getMessageType(13);
- internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_descriptor,
- new java.lang.String[] {
- "TableName", "AuthorizedViewName", "AppProfileId", "RowKey", "Rules",
- });
+ getDescriptor().getMessageTypes().get(13);
+ internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadModifyWriteRowRequest_descriptor,
+ new java.lang.String[] { "TableName", "AuthorizedViewName", "AppProfileId", "RowKey", "Rules", });
internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor =
- getDescriptor().getMessageType(14);
- internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor,
- new java.lang.String[] {
- "Row",
- });
+ getDescriptor().getMessageTypes().get(14);
+ internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor,
+ new java.lang.String[] { "Row", });
internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_descriptor =
- getDescriptor().getMessageType(15);
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_descriptor,
- new java.lang.String[] {
- "TableName", "AppProfileId",
- });
+ getDescriptor().getMessageTypes().get(15);
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsRequest_descriptor,
+ new java.lang.String[] { "TableName", "AppProfileId", });
internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_descriptor =
- getDescriptor().getMessageType(16);
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_descriptor,
- new java.lang.String[] {
- "Partition",
- });
+ getDescriptor().getMessageTypes().get(16);
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_GenerateInitialChangeStreamPartitionsResponse_descriptor,
+ new java.lang.String[] { "Partition", });
internal_static_google_bigtable_v2_ReadChangeStreamRequest_descriptor =
- getDescriptor().getMessageType(17);
- internal_static_google_bigtable_v2_ReadChangeStreamRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamRequest_descriptor,
- new java.lang.String[] {
- "TableName",
- "AppProfileId",
- "Partition",
- "StartTime",
- "ContinuationTokens",
- "EndTime",
- "HeartbeatDuration",
- "StartFrom",
- });
+ getDescriptor().getMessageTypes().get(17);
+ internal_static_google_bigtable_v2_ReadChangeStreamRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamRequest_descriptor,
+ new java.lang.String[] { "TableName", "AppProfileId", "Partition", "StartTime", "ContinuationTokens", "EndTime", "HeartbeatDuration", "StartFrom", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor =
- getDescriptor().getMessageType(18);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor,
- new java.lang.String[] {
- "DataChange", "Heartbeat", "CloseStream", "StreamRecord",
- });
+ getDescriptor().getMessageTypes().get(18);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor,
+ new java.lang.String[] { "DataChange", "Heartbeat", "CloseStream", "StreamRecord", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor =
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor,
- new java.lang.String[] {
- "ChunkInfo", "Mutation",
- });
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor,
+ new java.lang.String[] { "ChunkInfo", "Mutation", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_descriptor =
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor
- .getNestedType(0);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_descriptor,
- new java.lang.String[] {
- "ChunkedValueSize", "ChunkedValueOffset", "LastChunk",
- });
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_MutationChunk_ChunkInfo_descriptor,
+ new java.lang.String[] { "ChunkedValueSize", "ChunkedValueOffset", "LastChunk", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_descriptor =
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedType(1);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_descriptor,
- new java.lang.String[] {
- "Type",
- "SourceClusterId",
- "RowKey",
- "CommitTimestamp",
- "Tiebreaker",
- "Chunks",
- "Done",
- "Token",
- "EstimatedLowWatermark",
- });
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedTypes().get(1);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_DataChange_descriptor,
+ new java.lang.String[] { "Type", "SourceClusterId", "RowKey", "CommitTimestamp", "Tiebreaker", "Chunks", "Done", "Token", "EstimatedLowWatermark", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_descriptor =
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedType(2);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_descriptor,
- new java.lang.String[] {
- "ContinuationToken", "EstimatedLowWatermark",
- });
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedTypes().get(2);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_Heartbeat_descriptor,
+ new java.lang.String[] { "ContinuationToken", "EstimatedLowWatermark", });
internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_descriptor =
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedType(3);
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_descriptor,
- new java.lang.String[] {
- "Status", "ContinuationTokens", "NewPartitions",
- });
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_descriptor.getNestedTypes().get(3);
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ReadChangeStreamResponse_CloseStream_descriptor,
+ new java.lang.String[] { "Status", "ContinuationTokens", "NewPartitions", });
internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor =
- getDescriptor().getMessageType(19);
- internal_static_google_bigtable_v2_ExecuteQueryRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor,
- new java.lang.String[] {
- "InstanceName",
- "AppProfileId",
- "Query",
- "PreparedQuery",
- "ProtoFormat",
- "ResumeToken",
- "Params",
- "ViewParameters",
- "DataFormat",
- });
+ getDescriptor().getMessageTypes().get(19);
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor,
+ new java.lang.String[] { "InstanceName", "AppProfileId", "Query", "PreparedQuery", "ProtoFormat", "ResumeToken", "Params", "ViewParameters", "DataFormat", });
internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_descriptor =
- internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ParamsEntry_descriptor,
+ new java.lang.String[] { "Key", "Value", });
internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_descriptor =
- internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor.getNestedType(1);
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_descriptor.getNestedTypes().get(1);
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ExecuteQueryRequest_ViewParametersEntry_descriptor,
+ new java.lang.String[] { "Key", "Value", });
internal_static_google_bigtable_v2_ExecuteQueryResponse_descriptor =
- getDescriptor().getMessageType(20);
- internal_static_google_bigtable_v2_ExecuteQueryResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_ExecuteQueryResponse_descriptor,
- new java.lang.String[] {
- "Metadata", "Results", "Response",
- });
+ getDescriptor().getMessageTypes().get(20);
+ internal_static_google_bigtable_v2_ExecuteQueryResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_ExecuteQueryResponse_descriptor,
+ new java.lang.String[] { "Metadata", "Results", "Response", });
internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor =
- getDescriptor().getMessageType(21);
- internal_static_google_bigtable_v2_PrepareQueryRequest_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor,
- new java.lang.String[] {
- "InstanceName", "AppProfileId", "Query", "ProtoFormat", "ParamTypes", "DataFormat",
- });
+ getDescriptor().getMessageTypes().get(21);
+ internal_static_google_bigtable_v2_PrepareQueryRequest_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor,
+ new java.lang.String[] { "InstanceName", "AppProfileId", "Query", "ProtoFormat", "ParamTypes", "DataFormat", });
internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_descriptor =
- internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor.getNestedType(0);
- internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_descriptor,
- new java.lang.String[] {
- "Key", "Value",
- });
+ internal_static_google_bigtable_v2_PrepareQueryRequest_descriptor.getNestedTypes().get(0);
+ internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_PrepareQueryRequest_ParamTypesEntry_descriptor,
+ new java.lang.String[] { "Key", "Value", });
internal_static_google_bigtable_v2_PrepareQueryResponse_descriptor =
- getDescriptor().getMessageType(22);
- internal_static_google_bigtable_v2_PrepareQueryResponse_fieldAccessorTable =
- new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
- internal_static_google_bigtable_v2_PrepareQueryResponse_descriptor,
- new java.lang.String[] {
- "Metadata", "PreparedQuery", "ValidUntil",
- });
- descriptor.resolveAllFeaturesImmutable();
+ getDescriptor().getMessageTypes().get(22);
+ internal_static_google_bigtable_v2_PrepareQueryResponse_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_google_bigtable_v2_PrepareQueryResponse_descriptor,
+ new java.lang.String[] { "Metadata", "PreparedQuery", "ValidUntil", });
+ com.google.protobuf.ExtensionRegistry registry =
+ com.google.protobuf.ExtensionRegistry.newInstance();
+ registry.add(com.google.api.ClientProto.defaultHost);
+ registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+ registry.add(com.google.api.AnnotationsProto.http);
+ registry.add(com.google.api.ClientProto.methodSignature);
+ registry.add(com.google.api.ClientProto.oauthScopes);
+ registry.add(com.google.api.ResourceProto.resourceDefinition);
+ registry.add(com.google.api.ResourceProto.resourceReference);
+ registry.add(com.google.api.RoutingProto.routing);
+ registry.add(com.google.bigtable.v2.SessionProto.rpcSessionType);
+ com.google.protobuf.Descriptors.FileDescriptor
+ .internalUpdateFileDescriptor(descriptor, registry);
com.google.api.AnnotationsProto.getDescriptor();
com.google.api.ClientProto.getDescriptor();
com.google.api.FieldBehaviorProto.getDescriptor();
@@ -878,19 +789,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
com.google.protobuf.TimestampProto.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
com.google.rpc.StatusProto.getDescriptor();
- com.google.protobuf.ExtensionRegistry registry =
- com.google.protobuf.ExtensionRegistry.newInstance();
- registry.add(com.google.api.ClientProto.defaultHost);
- registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
- registry.add(com.google.api.AnnotationsProto.http);
- registry.add(com.google.api.ClientProto.methodSignature);
- registry.add(com.google.api.ClientProto.oauthScopes);
- registry.add(com.google.api.ResourceProto.resourceDefinition);
- registry.add(com.google.api.ResourceProto.resourceReference);
- registry.add(com.google.api.RoutingProto.routing);
- registry.add(com.google.bigtable.v2.SessionProto.rpcSessionType);
- com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
- descriptor, registry);
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
index 17f06c8b622e..ba151fa641f7 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
@@ -13,68 +13,57 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/data.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Specifies (some of) the contents of a single row/column/timestamp of a table.
*
*
* Protobuf type {@code google.bigtable.v2.Cell}
*/
-@com.google.protobuf.Generated
-public final class Cell extends com.google.protobuf.GeneratedMessage
- implements
+public final class Cell extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.Cell)
CellOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "Cell");
- }
-
+private static final long serialVersionUID = 0L;
// Use Cell.newBuilder() to construct.
- private Cell(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private Cell(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private Cell() {
value_ = com.google.protobuf.ByteString.EMPTY;
- labels_ = com.google.protobuf.LazyStringArrayList.emptyList();
+ labels_ =
+ com.google.protobuf.LazyStringArrayList.emptyList();
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new Cell();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Cell_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_Cell_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Cell_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.bigtable.v2.Cell.class, com.google.bigtable.v2.Cell.Builder.class);
}
public static final int TIMESTAMP_MICROS_FIELD_NUMBER = 1;
private long timestampMicros_ = 0L;
-
/**
- *
- *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -85,7 +74,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* int64 timestamp_micros = 1;
- *
* @return The timestampMicros.
*/
@java.lang.Override
@@ -95,10 +83,7 @@ public long getTimestampMicros() {
public static final int VALUE_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -106,7 +91,6 @@ public long getTimestampMicros() {
*
*
* bytes value = 2;
- *
* @return The value.
*/
@java.lang.Override
@@ -115,75 +99,59 @@ public com.google.protobuf.ByteString getValue() {
}
public static final int LABELS_FIELD_NUMBER = 3;
-
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList labels_ =
com.google.protobuf.LazyStringArrayList.emptyList();
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return A list containing the labels.
*/
- public com.google.protobuf.ProtocolStringList getLabelsList() {
+ public com.google.protobuf.ProtocolStringList
+ getLabelsList() {
return labels_;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return The count of labels.
*/
public int getLabelsCount() {
return labels_.size();
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the element to return.
* @return The labels at the given index.
*/
public java.lang.String getLabels(int index) {
return labels_.get(index);
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
- public com.google.protobuf.ByteString getLabelsBytes(int index) {
+ public com.google.protobuf.ByteString
+ getLabelsBytes(int index) {
return labels_.getByteString(index);
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -195,7 +163,8 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
if (timestampMicros_ != 0L) {
output.writeInt64(1, timestampMicros_);
}
@@ -203,7 +172,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
output.writeBytes(2, value_);
}
for (int i = 0; i < labels_.size(); i++) {
- com.google.protobuf.GeneratedMessage.writeString(output, 3, labels_.getRaw(i));
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, labels_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@@ -215,10 +184,12 @@ public int getSerializedSize() {
size = 0;
if (timestampMicros_ != 0L) {
- size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, timestampMicros_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt64Size(1, timestampMicros_);
}
if (!value_.isEmpty()) {
- size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, value_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeBytesSize(2, value_);
}
{
int dataSize = 0;
@@ -236,16 +207,19 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.Cell)) {
return super.equals(obj);
}
com.google.bigtable.v2.Cell other = (com.google.bigtable.v2.Cell) obj;
- if (getTimestampMicros() != other.getTimestampMicros()) return false;
- if (!getValue().equals(other.getValue())) return false;
- if (!getLabelsList().equals(other.getLabelsList())) return false;
+ if (getTimestampMicros()
+ != other.getTimestampMicros()) return false;
+ if (!getValue()
+ .equals(other.getValue())) return false;
+ if (!getLabelsList()
+ .equals(other.getLabelsList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -258,7 +232,8 @@ public int hashCode() {
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TIMESTAMP_MICROS_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTimestampMicros());
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+ getTimestampMicros());
hash = (37 * hash) + VALUE_FIELD_NUMBER;
hash = (53 * hash) + getValue().hashCode();
if (getLabelsCount() > 0) {
@@ -270,146 +245,146 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.Cell parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.Cell parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Cell parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.bigtable.v2.Cell parseFrom(com.google.protobuf.ByteString data)
+ public static com.google.bigtable.v2.Cell parseFrom(
+ com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Cell 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.bigtable.v2.Cell parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Cell parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.Cell parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.Cell parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.bigtable.v2.Cell parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
public static com.google.bigtable.v2.Cell parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.Cell parseFrom(com.google.protobuf.CodedInputStream input)
+ public static com.google.bigtable.v2.Cell parseFrom(
+ com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.Cell parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.Cell prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Specifies (some of) the contents of a single row/column/timestamp of a table.
*
*
* Protobuf type {@code google.bigtable.v2.Cell}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.Cell)
com.google.bigtable.v2.CellOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Cell_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_Cell_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Cell_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.bigtable.v2.Cell.class, com.google.bigtable.v2.Cell.Builder.class);
}
// Construct using com.google.bigtable.v2.Cell.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
timestampMicros_ = 0L;
value_ = com.google.protobuf.ByteString.EMPTY;
- labels_ = com.google.protobuf.LazyStringArrayList.emptyList();
+ labels_ =
+ com.google.protobuf.LazyStringArrayList.emptyList();
return this;
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Cell_descriptor;
}
@@ -430,9 +405,7 @@ public com.google.bigtable.v2.Cell build() {
@java.lang.Override
public com.google.bigtable.v2.Cell buildPartial() {
com.google.bigtable.v2.Cell result = new com.google.bigtable.v2.Cell(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -451,10 +424,42 @@ private void buildPartial0(com.google.bigtable.v2.Cell 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.bigtable.v2.Cell) {
- return mergeFrom((com.google.bigtable.v2.Cell) other);
+ return mergeFrom((com.google.bigtable.v2.Cell)other);
} else {
super.mergeFrom(other);
return this;
@@ -466,7 +471,7 @@ public Builder mergeFrom(com.google.bigtable.v2.Cell other) {
if (other.getTimestampMicros() != 0L) {
setTimestampMicros(other.getTimestampMicros());
}
- if (!other.getValue().isEmpty()) {
+ if (other.getValue() != com.google.protobuf.ByteString.EMPTY) {
setValue(other.getValue());
}
if (!other.labels_.isEmpty()) {
@@ -505,32 +510,28 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 8:
- {
- timestampMicros_ = input.readInt64();
- bitField0_ |= 0x00000001;
- break;
- } // case 8
- case 18:
- {
- value_ = input.readBytes();
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- case 26:
- {
- java.lang.String s = input.readStringRequireUtf8();
- ensureLabelsIsMutable();
- labels_.add(s);
- break;
- } // case 26
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 8: {
+ timestampMicros_ = input.readInt64();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 8
+ case 18: {
+ value_ = input.readBytes();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ case 26: {
+ java.lang.String s = input.readStringRequireUtf8();
+ ensureLabelsIsMutable();
+ labels_.add(s);
+ break;
+ } // case 26
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -540,14 +541,10 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
- private long timestampMicros_;
-
+ private long timestampMicros_ ;
/**
- *
- *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -558,17 +555,13 @@ public Builder mergeFrom(
*
*
* int64 timestamp_micros = 1;
- *
* @return The timestampMicros.
*/
@java.lang.Override
public long getTimestampMicros() {
return timestampMicros_;
}
-
/**
- *
- *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -579,7 +572,6 @@ public long getTimestampMicros() {
*
*
* int64 timestamp_micros = 1;
- *
* @param value The timestampMicros to set.
* @return This builder for chaining.
*/
@@ -590,10 +582,7 @@ public Builder setTimestampMicros(long value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -604,7 +593,6 @@ public Builder setTimestampMicros(long value) {
*
*
* int64 timestamp_micros = 1;
- *
* @return This builder for chaining.
*/
public Builder clearTimestampMicros() {
@@ -615,10 +603,7 @@ public Builder clearTimestampMicros() {
}
private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -626,17 +611,13 @@ public Builder clearTimestampMicros() {
*
*
* bytes value = 2;
- *
* @return The value.
*/
@java.lang.Override
public com.google.protobuf.ByteString getValue() {
return value_;
}
-
/**
- *
- *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -644,23 +625,17 @@ public com.google.protobuf.ByteString getValue() {
*
*
* bytes value = 2;
- *
* @param value The value to set.
* @return This builder for chaining.
*/
public Builder setValue(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ if (value == null) { throw new NullPointerException(); }
value_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
-
/**
- *
- *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -668,7 +643,6 @@ public Builder setValue(com.google.protobuf.ByteString value) {
*
*
* bytes value = 2;
- *
* @return This builder for chaining.
*/
public Builder clearValue() {
@@ -680,179 +654,143 @@ public Builder clearValue() {
private com.google.protobuf.LazyStringArrayList labels_ =
com.google.protobuf.LazyStringArrayList.emptyList();
-
private void ensureLabelsIsMutable() {
if (!labels_.isModifiable()) {
labels_ = new com.google.protobuf.LazyStringArrayList(labels_);
}
bitField0_ |= 0x00000004;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return A list containing the labels.
*/
- public com.google.protobuf.ProtocolStringList getLabelsList() {
+ public com.google.protobuf.ProtocolStringList
+ getLabelsList() {
labels_.makeImmutable();
return labels_;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return The count of labels.
*/
public int getLabelsCount() {
return labels_.size();
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the element to return.
* @return The labels at the given index.
*/
public java.lang.String getLabels(int index) {
return labels_.get(index);
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
- public com.google.protobuf.ByteString getLabelsBytes(int index) {
+ public com.google.protobuf.ByteString
+ getLabelsBytes(int index) {
return labels_.getByteString(index);
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index to set the value at.
* @param value The labels to set.
* @return This builder for chaining.
*/
- public Builder setLabels(int index, java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setLabels(
+ int index, java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
ensureLabelsIsMutable();
labels_.set(index, value);
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param value The labels to add.
* @return This builder for chaining.
*/
- public Builder addLabels(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder addLabels(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
ensureLabelsIsMutable();
labels_.add(value);
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param values The labels to add.
* @return This builder for chaining.
*/
- public Builder addAllLabels(java.lang.Iterable values) {
+ public Builder addAllLabels(
+ java.lang.Iterable values) {
ensureLabelsIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, labels_);
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, labels_);
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return This builder for chaining.
*/
public Builder clearLabels() {
- labels_ = com.google.protobuf.LazyStringArrayList.emptyList();
- bitField0_ = (bitField0_ & ~0x00000004);
- ;
+ labels_ =
+ com.google.protobuf.LazyStringArrayList.emptyList();
+ bitField0_ = (bitField0_ & ~0x00000004);;
onChanged();
return this;
}
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param value The bytes of the labels to add.
* @return This builder for chaining.
*/
- public Builder addLabelsBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder addLabelsBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
ensureLabelsIsMutable();
labels_.add(value);
@@ -860,13 +798,24 @@ public Builder addLabelsBytes(com.google.protobuf.ByteString 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.bigtable.v2.Cell)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.Cell)
private static final com.google.bigtable.v2.Cell DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.Cell();
}
@@ -875,27 +824,27 @@ public static com.google.bigtable.v2.Cell getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public Cell parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public Cell parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -910,4 +859,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.Cell getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
index 1706b7cccbc0..f48067fa02a2 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
@@ -13,22 +13,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/data.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface CellOrBuilder
- extends
+public interface CellOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.Cell)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -39,14 +34,11 @@ public interface CellOrBuilder
*
*
* int64 timestamp_micros = 1;
- *
* @return The timestampMicros.
*/
long getTimestampMicros();
/**
- *
- *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -54,62 +46,48 @@ public interface CellOrBuilder
*
*
* bytes value = 2;
- *
* @return The value.
*/
com.google.protobuf.ByteString getValue();
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return A list containing the labels.
*/
- java.util.List getLabelsList();
-
+ java.util.List
+ getLabelsList();
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @return The count of labels.
*/
int getLabelsCount();
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the element to return.
* @return The labels at the given index.
*/
java.lang.String getLabels(int index);
-
/**
- *
- *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
- *
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
- com.google.protobuf.ByteString getLabelsBytes(int index);
+ com.google.protobuf.ByteString
+ getLabelsBytes(int index);
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
index 230c65a21ec4..877aecc26284 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
@@ -13,44 +13,28 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/bigtable.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Request message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowRequest}
*/
-@com.google.protobuf.Generated
-public final class CheckAndMutateRowRequest extends com.google.protobuf.GeneratedMessage
- implements
+public final class CheckAndMutateRowRequest extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.CheckAndMutateRowRequest)
CheckAndMutateRowRequestOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "CheckAndMutateRowRequest");
- }
-
+private static final long serialVersionUID = 0L;
// Use CheckAndMutateRowRequest.newBuilder() to construct.
- private CheckAndMutateRowRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private CheckAndMutateRowRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private CheckAndMutateRowRequest() {
tableName_ = "";
authorizedViewName_ = "";
@@ -60,30 +44,30 @@ private CheckAndMutateRowRequest() {
falseMutations_ = java.util.Collections.emptyList();
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new CheckAndMutateRowRequest();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CheckAndMutateRowRequest.class,
- com.google.bigtable.v2.CheckAndMutateRowRequest.Builder.class);
+ com.google.bigtable.v2.CheckAndMutateRowRequest.class, com.google.bigtable.v2.CheckAndMutateRowRequest.Builder.class);
}
- private int bitField0_;
public static final int TABLE_NAME_FIELD_NUMBER = 1;
-
@SuppressWarnings("serial")
private volatile java.lang.Object tableName_ = "";
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -92,10 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The tableName.
*/
@java.lang.Override
@@ -104,16 +85,14 @@ public java.lang.String getTableName() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
tableName_ = s;
return s;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -122,18 +101,17 @@ public java.lang.String getTableName() {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for tableName.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getTableNameBytes() {
+ public com.google.protobuf.ByteString
+ getTableNameBytes() {
java.lang.Object ref = tableName_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
tableName_ = b;
return b;
} else {
@@ -142,13 +120,9 @@ public com.google.protobuf.ByteString getTableNameBytes() {
}
public static final int AUTHORIZED_VIEW_NAME_FIELD_NUMBER = 9;
-
@SuppressWarnings("serial")
private volatile java.lang.Object authorizedViewName_ = "";
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -157,10 +131,7 @@ public com.google.protobuf.ByteString getTableNameBytes() {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The authorizedViewName.
*/
@java.lang.Override
@@ -169,16 +140,14 @@ public java.lang.String getAuthorizedViewName() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
authorizedViewName_ = s;
return s;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -187,18 +156,17 @@ public java.lang.String getAuthorizedViewName() {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for authorizedViewName.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getAuthorizedViewNameBytes() {
+ public com.google.protobuf.ByteString
+ getAuthorizedViewNameBytes() {
java.lang.Object ref = authorizedViewName_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
authorizedViewName_ = b;
return b;
} else {
@@ -207,20 +175,15 @@ public com.google.protobuf.ByteString getAuthorizedViewNameBytes() {
}
public static final int APP_PROFILE_ID_FIELD_NUMBER = 7;
-
@SuppressWarnings("serial")
private volatile java.lang.Object appProfileId_ = "";
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The appProfileId.
*/
@java.lang.Override
@@ -229,31 +192,30 @@ public java.lang.String getAppProfileId() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
appProfileId_ = s;
return s;
}
}
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The bytes for appProfileId.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getAppProfileIdBytes() {
+ public com.google.protobuf.ByteString
+ getAppProfileIdBytes() {
java.lang.Object ref = appProfileId_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
appProfileId_ = b;
return b;
} else {
@@ -263,17 +225,13 @@ public com.google.protobuf.ByteString getAppProfileIdBytes() {
public static final int ROW_KEY_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString rowKey_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* Required. The key of the row to which the conditional mutation should be
* applied.
*
*
* bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
* @return The rowKey.
*/
@java.lang.Override
@@ -283,10 +241,7 @@ public com.google.protobuf.ByteString getRowKey() {
public static final int PREDICATE_FILTER_FIELD_NUMBER = 6;
private com.google.bigtable.v2.RowFilter predicateFilter_;
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -295,17 +250,13 @@ public com.google.protobuf.ByteString getRowKey() {
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return Whether the predicateFilter field is set.
*/
@java.lang.Override
public boolean hasPredicateFilter() {
- return ((bitField0_ & 0x00000001) != 0);
+ return predicateFilter_ != null;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -314,19 +265,13 @@ public boolean hasPredicateFilter() {
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return The predicateFilter.
*/
@java.lang.Override
public com.google.bigtable.v2.RowFilter getPredicateFilter() {
- return predicateFilter_ == null
- ? com.google.bigtable.v2.RowFilter.getDefaultInstance()
- : predicateFilter_;
+ return predicateFilter_ == null ? com.google.bigtable.v2.RowFilter.getDefaultInstance() : predicateFilter_;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -338,19 +283,13 @@ public com.google.bigtable.v2.RowFilter getPredicateFilter() {
*/
@java.lang.Override
public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
- return predicateFilter_ == null
- ? com.google.bigtable.v2.RowFilter.getDefaultInstance()
- : predicateFilter_;
+ return predicateFilter_ == null ? com.google.bigtable.v2.RowFilter.getDefaultInstance() : predicateFilter_;
}
public static final int TRUE_MUTATIONS_FIELD_NUMBER = 4;
-
@SuppressWarnings("serial")
private java.util.List trueMutations_;
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -365,10 +304,7 @@ public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
public java.util.List getTrueMutationsList() {
return trueMutations_;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -380,14 +316,11 @@ public java.util.List getTrueMutationsList() {
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
@java.lang.Override
- public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
getTrueMutationsOrBuilderList() {
return trueMutations_;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -402,10 +335,7 @@ public java.util.List getTrueMutationsList() {
public int getTrueMutationsCount() {
return trueMutations_.size();
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -420,10 +350,7 @@ public int getTrueMutationsCount() {
public com.google.bigtable.v2.Mutation getTrueMutations(int index) {
return trueMutations_.get(index);
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -435,18 +362,15 @@ public com.google.bigtable.v2.Mutation getTrueMutations(int index) {
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
@java.lang.Override
- public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int index) {
+ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
+ int index) {
return trueMutations_.get(index);
}
public static final int FALSE_MUTATIONS_FIELD_NUMBER = 5;
-
@SuppressWarnings("serial")
private java.util.List falseMutations_;
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -461,10 +385,7 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int in
public java.util.List getFalseMutationsList() {
return falseMutations_;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -476,14 +397,11 @@ public java.util.List getFalseMutationsList() {
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
@java.lang.Override
- public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
getFalseMutationsOrBuilderList() {
return falseMutations_;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -498,10 +416,7 @@ public java.util.List getFalseMutationsList() {
public int getFalseMutationsCount() {
return falseMutations_.size();
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -516,10 +431,7 @@ public int getFalseMutationsCount() {
public com.google.bigtable.v2.Mutation getFalseMutations(int index) {
return falseMutations_.get(index);
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -531,12 +443,12 @@ public com.google.bigtable.v2.Mutation getFalseMutations(int index) {
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
@java.lang.Override
- public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(int index) {
+ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
+ int index) {
return falseMutations_.get(index);
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -548,9 +460,10 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(tableName_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 1, tableName_);
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tableName_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, tableName_);
}
if (!rowKey_.isEmpty()) {
output.writeBytes(2, rowKey_);
@@ -561,14 +474,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
for (int i = 0; i < falseMutations_.size(); i++) {
output.writeMessage(5, falseMutations_.get(i));
}
- if (((bitField0_ & 0x00000001) != 0)) {
+ if (predicateFilter_ != null) {
output.writeMessage(6, getPredicateFilter());
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(appProfileId_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 7, appProfileId_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appProfileId_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 7, appProfileId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(authorizedViewName_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 9, authorizedViewName_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authorizedViewName_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 9, authorizedViewName_);
}
getUnknownFields().writeTo(output);
}
@@ -579,26 +492,30 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(tableName_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(1, tableName_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tableName_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, tableName_);
}
if (!rowKey_.isEmpty()) {
- size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, rowKey_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeBytesSize(2, rowKey_);
}
for (int i = 0; i < trueMutations_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, trueMutations_.get(i));
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(4, trueMutations_.get(i));
}
for (int i = 0; i < falseMutations_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, falseMutations_.get(i));
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(5, falseMutations_.get(i));
}
- if (((bitField0_ & 0x00000001) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getPredicateFilter());
+ if (predicateFilter_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(6, getPredicateFilter());
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(appProfileId_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(7, appProfileId_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appProfileId_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, appProfileId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(authorizedViewName_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(9, authorizedViewName_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(authorizedViewName_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, authorizedViewName_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -608,24 +525,30 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.CheckAndMutateRowRequest)) {
return super.equals(obj);
}
- com.google.bigtable.v2.CheckAndMutateRowRequest other =
- (com.google.bigtable.v2.CheckAndMutateRowRequest) obj;
+ com.google.bigtable.v2.CheckAndMutateRowRequest other = (com.google.bigtable.v2.CheckAndMutateRowRequest) obj;
- if (!getTableName().equals(other.getTableName())) return false;
- if (!getAuthorizedViewName().equals(other.getAuthorizedViewName())) return false;
- if (!getAppProfileId().equals(other.getAppProfileId())) return false;
- if (!getRowKey().equals(other.getRowKey())) return false;
+ if (!getTableName()
+ .equals(other.getTableName())) return false;
+ if (!getAuthorizedViewName()
+ .equals(other.getAuthorizedViewName())) return false;
+ if (!getAppProfileId()
+ .equals(other.getAppProfileId())) return false;
+ if (!getRowKey()
+ .equals(other.getRowKey())) return false;
if (hasPredicateFilter() != other.hasPredicateFilter()) return false;
if (hasPredicateFilter()) {
- if (!getPredicateFilter().equals(other.getPredicateFilter())) return false;
+ if (!getPredicateFilter()
+ .equals(other.getPredicateFilter())) return false;
}
- if (!getTrueMutationsList().equals(other.getTrueMutationsList())) return false;
- if (!getFalseMutationsList().equals(other.getFalseMutationsList())) return false;
+ if (!getTrueMutationsList()
+ .equals(other.getTrueMutationsList())) return false;
+ if (!getFalseMutationsList()
+ .equals(other.getFalseMutationsList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -662,148 +585,132 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest 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.bigtable.v2.CheckAndMutateRowRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
- public static com.google.bigtable.v2.CheckAndMutateRowRequest parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.CheckAndMutateRowRequest parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.CheckAndMutateRowRequest prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Request message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.CheckAndMutateRowRequest)
com.google.bigtable.v2.CheckAndMutateRowRequestOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CheckAndMutateRowRequest.class,
- com.google.bigtable.v2.CheckAndMutateRowRequest.Builder.class);
+ com.google.bigtable.v2.CheckAndMutateRowRequest.class, com.google.bigtable.v2.CheckAndMutateRowRequest.Builder.class);
}
// Construct using com.google.bigtable.v2.CheckAndMutateRowRequest.newBuilder()
private Builder() {
- maybeForceBuilderInitialization();
+
}
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
- maybeForceBuilderInitialization();
- }
- private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
- internalGetPredicateFilterFieldBuilder();
- internalGetTrueMutationsFieldBuilder();
- internalGetFalseMutationsFieldBuilder();
- }
}
-
@java.lang.Override
public Builder clear() {
super.clear();
@@ -835,9 +742,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowRequest_descriptor;
}
@java.lang.Override
@@ -856,18 +763,14 @@ public com.google.bigtable.v2.CheckAndMutateRowRequest build() {
@java.lang.Override
public com.google.bigtable.v2.CheckAndMutateRowRequest buildPartial() {
- com.google.bigtable.v2.CheckAndMutateRowRequest result =
- new com.google.bigtable.v2.CheckAndMutateRowRequest(this);
+ com.google.bigtable.v2.CheckAndMutateRowRequest result = new com.google.bigtable.v2.CheckAndMutateRowRequest(this);
buildPartialRepeatedFields(result);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
- private void buildPartialRepeatedFields(
- com.google.bigtable.v2.CheckAndMutateRowRequest result) {
+ private void buildPartialRepeatedFields(com.google.bigtable.v2.CheckAndMutateRowRequest result) {
if (trueMutationsBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0)) {
trueMutations_ = java.util.Collections.unmodifiableList(trueMutations_);
@@ -902,19 +805,49 @@ private void buildPartial0(com.google.bigtable.v2.CheckAndMutateRowRequest resul
if (((from_bitField0_ & 0x00000008) != 0)) {
result.rowKey_ = rowKey_;
}
- int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000010) != 0)) {
- result.predicateFilter_ =
- predicateFilterBuilder_ == null ? predicateFilter_ : predicateFilterBuilder_.build();
- to_bitField0_ |= 0x00000001;
+ result.predicateFilter_ = predicateFilterBuilder_ == null
+ ? predicateFilter_
+ : predicateFilterBuilder_.build();
}
- result.bitField0_ |= to_bitField0_;
}
+ @java.lang.Override
+ public Builder clone() {
+ return super.clone();
+ }
+ @java.lang.Override
+ public Builder setField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.setField(field, value);
+ }
+ @java.lang.Override
+ public Builder clearField(
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
+ return super.clearField(field);
+ }
+ @java.lang.Override
+ public Builder clearOneof(
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ return super.clearOneof(oneof);
+ }
+ @java.lang.Override
+ public Builder setRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ int index, java.lang.Object value) {
+ return super.setRepeatedField(field, index, value);
+ }
+ @java.lang.Override
+ public Builder addRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.addRepeatedField(field, value);
+ }
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.bigtable.v2.CheckAndMutateRowRequest) {
- return mergeFrom((com.google.bigtable.v2.CheckAndMutateRowRequest) other);
+ return mergeFrom((com.google.bigtable.v2.CheckAndMutateRowRequest)other);
} else {
super.mergeFrom(other);
return this;
@@ -922,8 +855,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
}
public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other) {
- if (other == com.google.bigtable.v2.CheckAndMutateRowRequest.getDefaultInstance())
- return this;
+ if (other == com.google.bigtable.v2.CheckAndMutateRowRequest.getDefaultInstance()) return this;
if (!other.getTableName().isEmpty()) {
tableName_ = other.tableName_;
bitField0_ |= 0x00000001;
@@ -939,7 +871,7 @@ public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other)
bitField0_ |= 0x00000004;
onChanged();
}
- if (!other.getRowKey().isEmpty()) {
+ if (other.getRowKey() != com.google.protobuf.ByteString.EMPTY) {
setRowKey(other.getRowKey());
}
if (other.hasPredicateFilter()) {
@@ -963,10 +895,9 @@ public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other)
trueMutationsBuilder_ = null;
trueMutations_ = other.trueMutations_;
bitField0_ = (bitField0_ & ~0x00000020);
- trueMutationsBuilder_ =
- com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
- ? internalGetTrueMutationsFieldBuilder()
- : null;
+ trueMutationsBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+ getTrueMutationsFieldBuilder() : null;
} else {
trueMutationsBuilder_.addAllMessages(other.trueMutations_);
}
@@ -990,10 +921,9 @@ public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other)
falseMutationsBuilder_ = null;
falseMutations_ = other.falseMutations_;
bitField0_ = (bitField0_ & ~0x00000040);
- falseMutationsBuilder_ =
- com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
- ? internalGetFalseMutationsFieldBuilder()
- : null;
+ falseMutationsBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+ getFalseMutationsFieldBuilder() : null;
} else {
falseMutationsBuilder_.addAllMessages(other.falseMutations_);
}
@@ -1025,68 +955,65 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- tableName_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- rowKey_ = input.readBytes();
- bitField0_ |= 0x00000008;
- break;
- } // case 18
- case 34:
- {
- com.google.bigtable.v2.Mutation m =
- input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry);
- if (trueMutationsBuilder_ == null) {
- ensureTrueMutationsIsMutable();
- trueMutations_.add(m);
- } else {
- trueMutationsBuilder_.addMessage(m);
- }
- break;
- } // case 34
- case 42:
- {
- com.google.bigtable.v2.Mutation m =
- input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry);
- if (falseMutationsBuilder_ == null) {
- ensureFalseMutationsIsMutable();
- falseMutations_.add(m);
- } else {
- falseMutationsBuilder_.addMessage(m);
- }
- break;
- } // case 42
- case 50:
- {
- input.readMessage(
- internalGetPredicateFilterFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000010;
- break;
- } // case 50
- case 58:
- {
- appProfileId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000004;
- break;
- } // case 58
- case 74:
- {
- authorizedViewName_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
- break;
- } // case 74
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ tableName_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ rowKey_ = input.readBytes();
+ bitField0_ |= 0x00000008;
+ break;
+ } // case 18
+ case 34: {
+ com.google.bigtable.v2.Mutation m =
+ input.readMessage(
+ com.google.bigtable.v2.Mutation.parser(),
+ extensionRegistry);
+ if (trueMutationsBuilder_ == null) {
+ ensureTrueMutationsIsMutable();
+ trueMutations_.add(m);
+ } else {
+ trueMutationsBuilder_.addMessage(m);
+ }
+ break;
+ } // case 34
+ case 42: {
+ com.google.bigtable.v2.Mutation m =
+ input.readMessage(
+ com.google.bigtable.v2.Mutation.parser(),
+ extensionRegistry);
+ if (falseMutationsBuilder_ == null) {
+ ensureFalseMutationsIsMutable();
+ falseMutations_.add(m);
+ } else {
+ falseMutationsBuilder_.addMessage(m);
+ }
+ break;
+ } // case 42
+ case 50: {
+ input.readMessage(
+ getPredicateFilterFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000010;
+ break;
+ } // case 50
+ case 58: {
+ appProfileId_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000004;
+ break;
+ } // case 58
+ case 74: {
+ authorizedViewName_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 74
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1096,14 +1023,10 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private java.lang.Object tableName_ = "";
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -1112,16 +1035,14 @@ public Builder mergeFrom(
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The tableName.
*/
public java.lang.String getTableName() {
java.lang.Object ref = tableName_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
tableName_ = s;
return s;
@@ -1129,10 +1050,7 @@ public java.lang.String getTableName() {
return (java.lang.String) ref;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -1141,27 +1059,23 @@ public java.lang.String getTableName() {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for tableName.
*/
- public com.google.protobuf.ByteString getTableNameBytes() {
+ public com.google.protobuf.ByteString
+ getTableNameBytes() {
java.lang.Object ref = tableName_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
tableName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -1170,26 +1084,19 @@ public com.google.protobuf.ByteString getTableNameBytes() {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @param value The tableName to set.
* @return This builder for chaining.
*/
- public Builder setTableName(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setTableName(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
tableName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -1198,10 +1105,7 @@ public Builder setTableName(java.lang.String value) {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearTableName() {
@@ -1210,10 +1114,7 @@ public Builder clearTableName() {
onChanged();
return this;
}
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -1222,17 +1123,13 @@ public Builder clearTableName() {
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @param value The bytes for tableName to set.
* @return This builder for chaining.
*/
- public Builder setTableNameBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setTableNameBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
tableName_ = value;
bitField0_ |= 0x00000001;
@@ -1241,10 +1138,7 @@ public Builder setTableNameBytes(com.google.protobuf.ByteString value) {
}
private java.lang.Object authorizedViewName_ = "";
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -1253,16 +1147,14 @@ public Builder setTableNameBytes(com.google.protobuf.ByteString value) {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The authorizedViewName.
*/
public java.lang.String getAuthorizedViewName() {
java.lang.Object ref = authorizedViewName_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
authorizedViewName_ = s;
return s;
@@ -1270,10 +1162,7 @@ public java.lang.String getAuthorizedViewName() {
return (java.lang.String) ref;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -1282,27 +1171,23 @@ public java.lang.String getAuthorizedViewName() {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for authorizedViewName.
*/
- public com.google.protobuf.ByteString getAuthorizedViewNameBytes() {
+ public com.google.protobuf.ByteString
+ getAuthorizedViewNameBytes() {
java.lang.Object ref = authorizedViewName_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
authorizedViewName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -1311,26 +1196,19 @@ public com.google.protobuf.ByteString getAuthorizedViewNameBytes() {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @param value The authorizedViewName to set.
* @return This builder for chaining.
*/
- public Builder setAuthorizedViewName(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setAuthorizedViewName(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
authorizedViewName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -1339,10 +1217,7 @@ public Builder setAuthorizedViewName(java.lang.String value) {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearAuthorizedViewName() {
@@ -1351,10 +1226,7 @@ public Builder clearAuthorizedViewName() {
onChanged();
return this;
}
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -1363,17 +1235,13 @@ public Builder clearAuthorizedViewName() {
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @param value The bytes for authorizedViewName to set.
* @return This builder for chaining.
*/
- public Builder setAuthorizedViewNameBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setAuthorizedViewNameBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
authorizedViewName_ = value;
bitField0_ |= 0x00000002;
@@ -1382,23 +1250,20 @@ public Builder setAuthorizedViewNameBytes(com.google.protobuf.ByteString value)
}
private java.lang.Object appProfileId_ = "";
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The appProfileId.
*/
public java.lang.String getAppProfileId() {
java.lang.Object ref = appProfileId_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
appProfileId_ = s;
return s;
@@ -1406,64 +1271,53 @@ public java.lang.String getAppProfileId() {
return (java.lang.String) ref;
}
}
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The bytes for appProfileId.
*/
- public com.google.protobuf.ByteString getAppProfileIdBytes() {
+ public com.google.protobuf.ByteString
+ getAppProfileIdBytes() {
java.lang.Object ref = appProfileId_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
appProfileId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @param value The appProfileId to set.
* @return This builder for chaining.
*/
- public Builder setAppProfileId(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setAppProfileId(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
appProfileId_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return This builder for chaining.
*/
public Builder clearAppProfileId() {
@@ -1472,24 +1326,19 @@ public Builder clearAppProfileId() {
onChanged();
return this;
}
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @param value The bytes for appProfileId to set.
* @return This builder for chaining.
*/
- public Builder setAppProfileIdBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setAppProfileIdBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
appProfileId_ = value;
bitField0_ |= 0x00000004;
@@ -1498,57 +1347,43 @@ public Builder setAppProfileIdBytes(com.google.protobuf.ByteString value) {
}
private com.google.protobuf.ByteString rowKey_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* Required. The key of the row to which the conditional mutation should be
* applied.
*
*
* bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
* @return The rowKey.
*/
@java.lang.Override
public com.google.protobuf.ByteString getRowKey() {
return rowKey_;
}
-
/**
- *
- *
*
* Required. The key of the row to which the conditional mutation should be
* applied.
*
*
* bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
* @param value The rowKey to set.
* @return This builder for chaining.
*/
public Builder setRowKey(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ if (value == null) { throw new NullPointerException(); }
rowKey_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
-
/**
- *
- *
*
* Required. The key of the row to which the conditional mutation should be
* applied.
*
*
* bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
* @return This builder for chaining.
*/
public Builder clearRowKey() {
@@ -1559,15 +1394,9 @@ public Builder clearRowKey() {
}
private com.google.bigtable.v2.RowFilter predicateFilter_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.RowFilter,
- com.google.bigtable.v2.RowFilter.Builder,
- com.google.bigtable.v2.RowFilterOrBuilder>
- predicateFilterBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.RowFilter, com.google.bigtable.v2.RowFilter.Builder, com.google.bigtable.v2.RowFilterOrBuilder> predicateFilterBuilder_;
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1576,16 +1405,12 @@ public Builder clearRowKey() {
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return Whether the predicateFilter field is set.
*/
public boolean hasPredicateFilter() {
return ((bitField0_ & 0x00000010) != 0);
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1594,22 +1419,16 @@ public boolean hasPredicateFilter() {
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return The predicateFilter.
*/
public com.google.bigtable.v2.RowFilter getPredicateFilter() {
if (predicateFilterBuilder_ == null) {
- return predicateFilter_ == null
- ? com.google.bigtable.v2.RowFilter.getDefaultInstance()
- : predicateFilter_;
+ return predicateFilter_ == null ? com.google.bigtable.v2.RowFilter.getDefaultInstance() : predicateFilter_;
} else {
return predicateFilterBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1632,10 +1451,7 @@ public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1645,7 +1461,8 @@ public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter value) {
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
*/
- public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter.Builder builderForValue) {
+ public Builder setPredicateFilter(
+ com.google.bigtable.v2.RowFilter.Builder builderForValue) {
if (predicateFilterBuilder_ == null) {
predicateFilter_ = builderForValue.build();
} else {
@@ -1655,10 +1472,7 @@ public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter.Builder build
onChanged();
return this;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1670,9 +1484,9 @@ public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter.Builder build
*/
public Builder mergePredicateFilter(com.google.bigtable.v2.RowFilter value) {
if (predicateFilterBuilder_ == null) {
- if (((bitField0_ & 0x00000010) != 0)
- && predicateFilter_ != null
- && predicateFilter_ != com.google.bigtable.v2.RowFilter.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000010) != 0) &&
+ predicateFilter_ != null &&
+ predicateFilter_ != com.google.bigtable.v2.RowFilter.getDefaultInstance()) {
getPredicateFilterBuilder().mergeFrom(value);
} else {
predicateFilter_ = value;
@@ -1680,16 +1494,11 @@ public Builder mergePredicateFilter(com.google.bigtable.v2.RowFilter value) {
} else {
predicateFilterBuilder_.mergeFrom(value);
}
- if (predicateFilter_ != null) {
- bitField0_ |= 0x00000010;
- onChanged();
- }
+ bitField0_ |= 0x00000010;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1709,10 +1518,7 @@ public Builder clearPredicateFilter() {
onChanged();
return this;
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1725,12 +1531,9 @@ public Builder clearPredicateFilter() {
public com.google.bigtable.v2.RowFilter.Builder getPredicateFilterBuilder() {
bitField0_ |= 0x00000010;
onChanged();
- return internalGetPredicateFilterFieldBuilder().getBuilder();
+ return getPredicateFilterFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1744,15 +1547,11 @@ public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
if (predicateFilterBuilder_ != null) {
return predicateFilterBuilder_.getMessageOrBuilder();
} else {
- return predicateFilter_ == null
- ? com.google.bigtable.v2.RowFilter.getDefaultInstance()
- : predicateFilter_;
+ return predicateFilter_ == null ?
+ com.google.bigtable.v2.RowFilter.getDefaultInstance() : predicateFilter_;
}
}
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -1762,42 +1561,33 @@ public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.RowFilter,
- com.google.bigtable.v2.RowFilter.Builder,
- com.google.bigtable.v2.RowFilterOrBuilder>
- internalGetPredicateFilterFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.RowFilter, com.google.bigtable.v2.RowFilter.Builder, com.google.bigtable.v2.RowFilterOrBuilder>
+ getPredicateFilterFieldBuilder() {
if (predicateFilterBuilder_ == null) {
- predicateFilterBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.RowFilter,
- com.google.bigtable.v2.RowFilter.Builder,
- com.google.bigtable.v2.RowFilterOrBuilder>(
- getPredicateFilter(), getParentForChildren(), isClean());
+ predicateFilterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.RowFilter, com.google.bigtable.v2.RowFilter.Builder, com.google.bigtable.v2.RowFilterOrBuilder>(
+ getPredicateFilter(),
+ getParentForChildren(),
+ isClean());
predicateFilter_ = null;
}
return predicateFilterBuilder_;
}
private java.util.List trueMutations_ =
- java.util.Collections.emptyList();
-
+ java.util.Collections.emptyList();
private void ensureTrueMutationsIsMutable() {
if (!((bitField0_ & 0x00000020) != 0)) {
trueMutations_ = new java.util.ArrayList(trueMutations_);
bitField0_ |= 0x00000020;
- }
+ }
}
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>
- trueMutationsBuilder_;
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder> trueMutationsBuilder_;
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1815,10 +1605,7 @@ public java.util.List getTrueMutationsList() {
return trueMutationsBuilder_.getMessageList();
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1836,10 +1623,7 @@ public int getTrueMutationsCount() {
return trueMutationsBuilder_.getCount();
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1857,10 +1641,7 @@ public com.google.bigtable.v2.Mutation getTrueMutations(int index) {
return trueMutationsBuilder_.getMessage(index);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1871,7 +1652,8 @@ public com.google.bigtable.v2.Mutation getTrueMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public Builder setTrueMutations(int index, com.google.bigtable.v2.Mutation value) {
+ public Builder setTrueMutations(
+ int index, com.google.bigtable.v2.Mutation value) {
if (trueMutationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -1884,10 +1666,7 @@ public Builder setTrueMutations(int index, com.google.bigtable.v2.Mutation value
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1909,10 +1688,7 @@ public Builder setTrueMutations(
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1936,10 +1712,7 @@ public Builder addTrueMutations(com.google.bigtable.v2.Mutation value) {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1950,7 +1723,8 @@ public Builder addTrueMutations(com.google.bigtable.v2.Mutation value) {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public Builder addTrueMutations(int index, com.google.bigtable.v2.Mutation value) {
+ public Builder addTrueMutations(
+ int index, com.google.bigtable.v2.Mutation value) {
if (trueMutationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -1963,10 +1737,7 @@ public Builder addTrueMutations(int index, com.google.bigtable.v2.Mutation value
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -1977,7 +1748,8 @@ public Builder addTrueMutations(int index, com.google.bigtable.v2.Mutation value
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public Builder addTrueMutations(com.google.bigtable.v2.Mutation.Builder builderForValue) {
+ public Builder addTrueMutations(
+ com.google.bigtable.v2.Mutation.Builder builderForValue) {
if (trueMutationsBuilder_ == null) {
ensureTrueMutationsIsMutable();
trueMutations_.add(builderForValue.build());
@@ -1987,10 +1759,7 @@ public Builder addTrueMutations(com.google.bigtable.v2.Mutation.Builder builderF
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2012,10 +1781,7 @@ public Builder addTrueMutations(
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2030,17 +1796,15 @@ public Builder addAllTrueMutations(
java.lang.Iterable extends com.google.bigtable.v2.Mutation> values) {
if (trueMutationsBuilder_ == null) {
ensureTrueMutationsIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, trueMutations_);
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, trueMutations_);
onChanged();
} else {
trueMutationsBuilder_.addAllMessages(values);
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2061,10 +1825,7 @@ public Builder clearTrueMutations() {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2085,10 +1846,7 @@ public Builder removeTrueMutations(int index) {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2099,13 +1857,11 @@ public Builder removeTrueMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public com.google.bigtable.v2.Mutation.Builder getTrueMutationsBuilder(int index) {
- return internalGetTrueMutationsFieldBuilder().getBuilder(index);
+ public com.google.bigtable.v2.Mutation.Builder getTrueMutationsBuilder(
+ int index) {
+ return getTrueMutationsFieldBuilder().getBuilder(index);
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2116,17 +1872,14 @@ public com.google.bigtable.v2.Mutation.Builder getTrueMutationsBuilder(int index
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int index) {
+ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
+ int index) {
if (trueMutationsBuilder_ == null) {
- return trueMutations_.get(index);
- } else {
+ return trueMutations_.get(index); } else {
return trueMutationsBuilder_.getMessageOrBuilder(index);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2137,18 +1890,15 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int in
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
- getTrueMutationsOrBuilderList() {
+ public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ getTrueMutationsOrBuilderList() {
if (trueMutationsBuilder_ != null) {
return trueMutationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(trueMutations_);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2160,13 +1910,10 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int in
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder() {
- return internalGetTrueMutationsFieldBuilder()
- .addBuilder(com.google.bigtable.v2.Mutation.getDefaultInstance());
+ return getTrueMutationsFieldBuilder().addBuilder(
+ com.google.bigtable.v2.Mutation.getDefaultInstance());
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2177,14 +1924,12 @@ public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder() {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder(int index) {
- return internalGetTrueMutationsFieldBuilder()
- .addBuilder(index, com.google.bigtable.v2.Mutation.getDefaultInstance());
+ public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder(
+ int index) {
+ return getTrueMutationsFieldBuilder().addBuilder(
+ index, com.google.bigtable.v2.Mutation.getDefaultInstance());
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -2195,21 +1940,16 @@ public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder(int index
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public java.util.List getTrueMutationsBuilderList() {
- return internalGetTrueMutationsFieldBuilder().getBuilderList();
+ public java.util.List
+ getTrueMutationsBuilderList() {
+ return getTrueMutationsFieldBuilder().getBuilderList();
}
-
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>
- internalGetTrueMutationsFieldBuilder() {
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>
+ getTrueMutationsFieldBuilder() {
if (trueMutationsBuilder_ == null) {
- trueMutationsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>(
+ trueMutationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>(
trueMutations_,
((bitField0_ & 0x00000020) != 0),
getParentForChildren(),
@@ -2220,24 +1960,18 @@ public java.util.List getTrueMutationsB
}
private java.util.List falseMutations_ =
- java.util.Collections.emptyList();
-
+ java.util.Collections.emptyList();
private void ensureFalseMutationsIsMutable() {
if (!((bitField0_ & 0x00000040) != 0)) {
falseMutations_ = new java.util.ArrayList(falseMutations_);
bitField0_ |= 0x00000040;
- }
+ }
}
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>
- falseMutationsBuilder_;
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder> falseMutationsBuilder_;
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2255,10 +1989,7 @@ public java.util.List getFalseMutationsList() {
return falseMutationsBuilder_.getMessageList();
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2276,10 +2007,7 @@ public int getFalseMutationsCount() {
return falseMutationsBuilder_.getCount();
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2297,10 +2025,7 @@ public com.google.bigtable.v2.Mutation getFalseMutations(int index) {
return falseMutationsBuilder_.getMessage(index);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2311,7 +2036,8 @@ public com.google.bigtable.v2.Mutation getFalseMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public Builder setFalseMutations(int index, com.google.bigtable.v2.Mutation value) {
+ public Builder setFalseMutations(
+ int index, com.google.bigtable.v2.Mutation value) {
if (falseMutationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -2324,10 +2050,7 @@ public Builder setFalseMutations(int index, com.google.bigtable.v2.Mutation valu
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2349,10 +2072,7 @@ public Builder setFalseMutations(
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2376,10 +2096,7 @@ public Builder addFalseMutations(com.google.bigtable.v2.Mutation value) {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2390,7 +2107,8 @@ public Builder addFalseMutations(com.google.bigtable.v2.Mutation value) {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public Builder addFalseMutations(int index, com.google.bigtable.v2.Mutation value) {
+ public Builder addFalseMutations(
+ int index, com.google.bigtable.v2.Mutation value) {
if (falseMutationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -2403,10 +2121,7 @@ public Builder addFalseMutations(int index, com.google.bigtable.v2.Mutation valu
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2417,7 +2132,8 @@ public Builder addFalseMutations(int index, com.google.bigtable.v2.Mutation valu
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public Builder addFalseMutations(com.google.bigtable.v2.Mutation.Builder builderForValue) {
+ public Builder addFalseMutations(
+ com.google.bigtable.v2.Mutation.Builder builderForValue) {
if (falseMutationsBuilder_ == null) {
ensureFalseMutationsIsMutable();
falseMutations_.add(builderForValue.build());
@@ -2427,10 +2143,7 @@ public Builder addFalseMutations(com.google.bigtable.v2.Mutation.Builder builder
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2452,10 +2165,7 @@ public Builder addFalseMutations(
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2470,17 +2180,15 @@ public Builder addAllFalseMutations(
java.lang.Iterable extends com.google.bigtable.v2.Mutation> values) {
if (falseMutationsBuilder_ == null) {
ensureFalseMutationsIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, falseMutations_);
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, falseMutations_);
onChanged();
} else {
falseMutationsBuilder_.addAllMessages(values);
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2501,10 +2209,7 @@ public Builder clearFalseMutations() {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2525,10 +2230,7 @@ public Builder removeFalseMutations(int index) {
}
return this;
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2539,13 +2241,11 @@ public Builder removeFalseMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public com.google.bigtable.v2.Mutation.Builder getFalseMutationsBuilder(int index) {
- return internalGetFalseMutationsFieldBuilder().getBuilder(index);
+ public com.google.bigtable.v2.Mutation.Builder getFalseMutationsBuilder(
+ int index) {
+ return getFalseMutationsFieldBuilder().getBuilder(index);
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2556,17 +2256,14 @@ public com.google.bigtable.v2.Mutation.Builder getFalseMutationsBuilder(int inde
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(int index) {
+ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
+ int index) {
if (falseMutationsBuilder_ == null) {
- return falseMutations_.get(index);
- } else {
+ return falseMutations_.get(index); } else {
return falseMutationsBuilder_.getMessageOrBuilder(index);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2577,18 +2274,15 @@ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(int i
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
- getFalseMutationsOrBuilderList() {
+ public java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ getFalseMutationsOrBuilderList() {
if (falseMutationsBuilder_ != null) {
return falseMutationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(falseMutations_);
}
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2600,13 +2294,10 @@ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(int i
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder() {
- return internalGetFalseMutationsFieldBuilder()
- .addBuilder(com.google.bigtable.v2.Mutation.getDefaultInstance());
+ return getFalseMutationsFieldBuilder().addBuilder(
+ com.google.bigtable.v2.Mutation.getDefaultInstance());
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2617,14 +2308,12 @@ public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder() {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder(int index) {
- return internalGetFalseMutationsFieldBuilder()
- .addBuilder(index, com.google.bigtable.v2.Mutation.getDefaultInstance());
+ public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder(
+ int index) {
+ return getFalseMutationsFieldBuilder().addBuilder(
+ index, com.google.bigtable.v2.Mutation.getDefaultInstance());
}
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -2635,21 +2324,16 @@ public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder(int inde
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public java.util.List getFalseMutationsBuilderList() {
- return internalGetFalseMutationsFieldBuilder().getBuilderList();
+ public java.util.List
+ getFalseMutationsBuilderList() {
+ return getFalseMutationsFieldBuilder().getBuilderList();
}
-
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>
- internalGetFalseMutationsFieldBuilder() {
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>
+ getFalseMutationsFieldBuilder() {
if (falseMutationsBuilder_ == null) {
- falseMutationsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Mutation,
- com.google.bigtable.v2.Mutation.Builder,
- com.google.bigtable.v2.MutationOrBuilder>(
+ falseMutationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>(
falseMutations_,
((bitField0_ & 0x00000040) != 0),
getParentForChildren(),
@@ -2658,13 +2342,24 @@ public java.util.List getFalseMutations
}
return falseMutationsBuilder_;
}
+ @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.bigtable.v2.CheckAndMutateRowRequest)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.CheckAndMutateRowRequest)
private static final com.google.bigtable.v2.CheckAndMutateRowRequest DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.CheckAndMutateRowRequest();
}
@@ -2673,27 +2368,27 @@ public static com.google.bigtable.v2.CheckAndMutateRowRequest getDefaultInstance
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public CheckAndMutateRowRequest parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public CheckAndMutateRowRequest parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -2708,4 +2403,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.CheckAndMutateRowRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
index 4e2fa437a1d4..44d0ba6d2ee3 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
@@ -13,22 +13,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/bigtable.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface CheckAndMutateRowRequestOrBuilder
- extends
+public interface CheckAndMutateRowRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.CheckAndMutateRowRequest)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -37,17 +32,11 @@ public interface CheckAndMutateRowRequestOrBuilder
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The tableName.
*/
java.lang.String getTableName();
-
/**
- *
- *
*
* Optional. The unique name of the table to which the conditional mutation
* should be applied.
@@ -56,17 +45,13 @@ public interface CheckAndMutateRowRequestOrBuilder
* `projects/<project>/instances/<instance>/tables/<table>`.
*
*
- *
- * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string table_name = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for tableName.
*/
- com.google.protobuf.ByteString getTableNameBytes();
+ com.google.protobuf.ByteString
+ getTableNameBytes();
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -75,17 +60,11 @@ public interface CheckAndMutateRowRequestOrBuilder
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The authorizedViewName.
*/
java.lang.String getAuthorizedViewName();
-
/**
- *
- *
*
* Optional. The unique name of the AuthorizedView to which the conditional
* mutation should be applied.
@@ -94,59 +73,46 @@ public interface CheckAndMutateRowRequestOrBuilder
* `projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>`.
*
*
- *
- * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
- *
- *
+ * string authorized_view_name = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
* @return The bytes for authorizedViewName.
*/
- com.google.protobuf.ByteString getAuthorizedViewNameBytes();
+ com.google.protobuf.ByteString
+ getAuthorizedViewNameBytes();
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The appProfileId.
*/
java.lang.String getAppProfileId();
-
/**
- *
- *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
*
*
* string app_profile_id = 7;
- *
* @return The bytes for appProfileId.
*/
- com.google.protobuf.ByteString getAppProfileIdBytes();
+ com.google.protobuf.ByteString
+ getAppProfileIdBytes();
/**
- *
- *
*
* Required. The key of the row to which the conditional mutation should be
* applied.
*
*
* bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
- *
* @return The rowKey.
*/
com.google.protobuf.ByteString getRowKey();
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -155,14 +121,10 @@ public interface CheckAndMutateRowRequestOrBuilder
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return Whether the predicateFilter field is set.
*/
boolean hasPredicateFilter();
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -171,14 +133,10 @@ public interface CheckAndMutateRowRequestOrBuilder
*
*
* .google.bigtable.v2.RowFilter predicate_filter = 6;
- *
* @return The predicateFilter.
*/
com.google.bigtable.v2.RowFilter getPredicateFilter();
-
/**
- *
- *
*
* The filter to be applied to the contents of the specified row. Depending
* on whether or not any results are yielded, either `true_mutations` or
@@ -191,8 +149,6 @@ public interface CheckAndMutateRowRequestOrBuilder
com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder();
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -203,11 +159,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- java.util.List getTrueMutationsList();
-
+ java.util.List
+ getTrueMutationsList();
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -219,10 +173,7 @@ public interface CheckAndMutateRowRequestOrBuilder
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
com.google.bigtable.v2.Mutation getTrueMutations(int index);
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -234,10 +185,7 @@ public interface CheckAndMutateRowRequestOrBuilder
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
int getTrueMutationsCount();
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -248,12 +196,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
getTrueMutationsOrBuilderList();
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
@@ -264,11 +209,10 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(int index);
+ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
+ int index);
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -279,11 +223,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- java.util.List getFalseMutationsList();
-
+ java.util.List
+ getFalseMutationsList();
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -295,10 +237,7 @@ public interface CheckAndMutateRowRequestOrBuilder
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
com.google.bigtable.v2.Mutation getFalseMutations(int index);
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -310,10 +249,7 @@ public interface CheckAndMutateRowRequestOrBuilder
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
int getFalseMutationsCount();
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -324,12 +260,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
+ java.util.List extends com.google.bigtable.v2.MutationOrBuilder>
getFalseMutationsOrBuilderList();
-
/**
- *
- *
*
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
@@ -340,5 +273,6 @@ public interface CheckAndMutateRowRequestOrBuilder
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(int index);
+ com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
+ int index);
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
index 852a8acf48a9..dd85215260f3 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
@@ -13,74 +13,60 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/bigtable.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Response message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowResponse}
*/
-@com.google.protobuf.Generated
-public final class CheckAndMutateRowResponse extends com.google.protobuf.GeneratedMessage
- implements
+public final class CheckAndMutateRowResponse extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.CheckAndMutateRowResponse)
CheckAndMutateRowResponseOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "CheckAndMutateRowResponse");
- }
-
+private static final long serialVersionUID = 0L;
// Use CheckAndMutateRowResponse.newBuilder() to construct.
- private CheckAndMutateRowResponse(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private CheckAndMutateRowResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+ private CheckAndMutateRowResponse() {
+ }
- private CheckAndMutateRowResponse() {}
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new CheckAndMutateRowResponse();
+ }
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CheckAndMutateRowResponse.class,
- com.google.bigtable.v2.CheckAndMutateRowResponse.Builder.class);
+ com.google.bigtable.v2.CheckAndMutateRowResponse.class, com.google.bigtable.v2.CheckAndMutateRowResponse.Builder.class);
}
public static final int PREDICATE_MATCHED_FIELD_NUMBER = 1;
private boolean predicateMatched_ = false;
-
/**
- *
- *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
*
*
* bool predicate_matched = 1;
- *
* @return The predicateMatched.
*/
@java.lang.Override
@@ -89,7 +75,6 @@ public boolean getPredicateMatched() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -101,7 +86,8 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
if (predicateMatched_ != false) {
output.writeBool(1, predicateMatched_);
}
@@ -115,7 +101,8 @@ public int getSerializedSize() {
size = 0;
if (predicateMatched_ != false) {
- size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, predicateMatched_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeBoolSize(1, predicateMatched_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -125,15 +112,15 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.CheckAndMutateRowResponse)) {
return super.equals(obj);
}
- com.google.bigtable.v2.CheckAndMutateRowResponse other =
- (com.google.bigtable.v2.CheckAndMutateRowResponse) obj;
+ com.google.bigtable.v2.CheckAndMutateRowResponse other = (com.google.bigtable.v2.CheckAndMutateRowResponse) obj;
- if (getPredicateMatched() != other.getPredicateMatched()) return false;
+ if (getPredicateMatched()
+ != other.getPredicateMatched()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -146,143 +133,139 @@ public int hashCode() {
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + PREDICATE_MATCHED_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getPredicateMatched());
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+ getPredicateMatched());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
- public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse 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.bigtable.v2.CheckAndMutateRowResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
- public static com.google.bigtable.v2.CheckAndMutateRowResponse parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.CheckAndMutateRowResponse parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CheckAndMutateRowResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.CheckAndMutateRowResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Response message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowResponse}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.CheckAndMutateRowResponse)
com.google.bigtable.v2.CheckAndMutateRowResponseOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CheckAndMutateRowResponse.class,
- com.google.bigtable.v2.CheckAndMutateRowResponse.Builder.class);
+ com.google.bigtable.v2.CheckAndMutateRowResponse.class, com.google.bigtable.v2.CheckAndMutateRowResponse.Builder.class);
}
// Construct using com.google.bigtable.v2.CheckAndMutateRowResponse.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
@@ -292,9 +275,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.BigtableProto
- .internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.BigtableProto.internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor;
}
@java.lang.Override
@@ -313,11 +296,8 @@ public com.google.bigtable.v2.CheckAndMutateRowResponse build() {
@java.lang.Override
public com.google.bigtable.v2.CheckAndMutateRowResponse buildPartial() {
- com.google.bigtable.v2.CheckAndMutateRowResponse result =
- new com.google.bigtable.v2.CheckAndMutateRowResponse(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.CheckAndMutateRowResponse result = new com.google.bigtable.v2.CheckAndMutateRowResponse(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -329,10 +309,42 @@ private void buildPartial0(com.google.bigtable.v2.CheckAndMutateRowResponse resu
}
}
+ @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.bigtable.v2.CheckAndMutateRowResponse) {
- return mergeFrom((com.google.bigtable.v2.CheckAndMutateRowResponse) other);
+ return mergeFrom((com.google.bigtable.v2.CheckAndMutateRowResponse)other);
} else {
super.mergeFrom(other);
return this;
@@ -340,8 +352,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
}
public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowResponse other) {
- if (other == com.google.bigtable.v2.CheckAndMutateRowResponse.getDefaultInstance())
- return this;
+ if (other == com.google.bigtable.v2.CheckAndMutateRowResponse.getDefaultInstance()) return this;
if (other.getPredicateMatched() != false) {
setPredicateMatched(other.getPredicateMatched());
}
@@ -371,19 +382,17 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 8:
- {
- predicateMatched_ = input.readBool();
- bitField0_ |= 0x00000001;
- break;
- } // case 8
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 8: {
+ predicateMatched_ = input.readBool();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 8
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -393,38 +402,29 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
- private boolean predicateMatched_;
-
+ private boolean predicateMatched_ ;
/**
- *
- *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
*
*
* bool predicate_matched = 1;
- *
* @return The predicateMatched.
*/
@java.lang.Override
public boolean getPredicateMatched() {
return predicateMatched_;
}
-
/**
- *
- *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
*
*
* bool predicate_matched = 1;
- *
* @param value The predicateMatched to set.
* @return This builder for chaining.
*/
@@ -435,17 +435,13 @@ public Builder setPredicateMatched(boolean value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
*
*
* bool predicate_matched = 1;
- *
* @return This builder for chaining.
*/
public Builder clearPredicateMatched() {
@@ -454,13 +450,24 @@ public Builder clearPredicateMatched() {
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.bigtable.v2.CheckAndMutateRowResponse)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.CheckAndMutateRowResponse)
private static final com.google.bigtable.v2.CheckAndMutateRowResponse DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.CheckAndMutateRowResponse();
}
@@ -469,27 +476,27 @@ public static com.google.bigtable.v2.CheckAndMutateRowResponse getDefaultInstanc
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public CheckAndMutateRowResponse parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public CheckAndMutateRowResponse parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -504,4 +511,6 @@ public com.google.protobuf.Parser getParserForType()
public com.google.bigtable.v2.CheckAndMutateRowResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
index d7e3c9567d6e..8767e8fe2585 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
@@ -13,29 +13,23 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/bigtable.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface CheckAndMutateRowResponseOrBuilder
- extends
+public interface CheckAndMutateRowResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.CheckAndMutateRowResponse)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
*
*
* bool predicate_matched = 1;
- *
* @return The predicateMatched.
*/
boolean getPredicateMatched();
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfiguration.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfiguration.java
index 0e8c7601b313..f698a4470ff9 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfiguration.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfiguration.java
@@ -1,109 +1,77 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Configuration for the Session API. Internal usage only.
*
*
* Protobuf type {@code google.bigtable.v2.ClientConfiguration}
*/
-@com.google.protobuf.Generated
-public final class ClientConfiguration extends com.google.protobuf.GeneratedMessage
- implements
+public final class ClientConfiguration extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.ClientConfiguration)
ClientConfigurationOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "ClientConfiguration");
- }
-
+private static final long serialVersionUID = 0L;
// Use ClientConfiguration.newBuilder() to construct.
- private ClientConfiguration(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private ClientConfiguration(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+ private ClientConfiguration() {
+ }
- private ClientConfiguration() {}
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new ClientConfiguration();
+ }
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
+ @java.lang.Override
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClientConfiguration.class,
- com.google.bigtable.v2.ClientConfiguration.Builder.class);
+ com.google.bigtable.v2.ClientConfiguration.class, com.google.bigtable.v2.ClientConfiguration.Builder.class);
}
- public interface PollingConfigurationOrBuilder
- extends
+ public interface PollingConfigurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.ClientConfiguration.PollingConfiguration)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return Whether the pollingInterval field is set.
*/
boolean hasPollingInterval();
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return The pollingInterval.
*/
com.google.protobuf.Duration getPollingInterval();
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -114,53 +82,40 @@ public interface PollingConfigurationOrBuilder
com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder();
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return Whether the validityDuration field is set.
*/
boolean hasValidityDuration();
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return The validityDuration.
*/
com.google.protobuf.Duration getValidityDuration();
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -169,102 +124,85 @@ public interface PollingConfigurationOrBuilder
com.google.protobuf.DurationOrBuilder getValidityDurationOrBuilder();
/**
- *
- *
*
* Number of times the client should retry a failed
* GetClientConfiguration RPC per polling interval before giving up.
*
*
* int32 max_rpc_retry_count = 6;
- *
* @return The maxRpcRetryCount.
*/
int getMaxRpcRetryCount();
}
-
- /** Protobuf type {@code google.bigtable.v2.ClientConfiguration.PollingConfiguration} */
- public static final class PollingConfiguration extends com.google.protobuf.GeneratedMessage
- implements
+ /**
+ * Protobuf type {@code google.bigtable.v2.ClientConfiguration.PollingConfiguration}
+ */
+ public static final class PollingConfiguration extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.ClientConfiguration.PollingConfiguration)
PollingConfigurationOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "PollingConfiguration");
- }
-
+ private static final long serialVersionUID = 0L;
// Use PollingConfiguration.newBuilder() to construct.
- private PollingConfiguration(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private PollingConfiguration(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+ private PollingConfiguration() {
+ }
- private PollingConfiguration() {}
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new PollingConfiguration();
+ }
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
+ @java.lang.Override
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.class,
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder.class);
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.class, com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder.class);
}
- private int bitField0_;
public static final int POLLING_INTERVAL_FIELD_NUMBER = 1;
private com.google.protobuf.Duration pollingInterval_;
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return Whether the pollingInterval field is set.
*/
@java.lang.Override
public boolean hasPollingInterval() {
- return ((bitField0_ & 0x00000001) != 0);
+ return pollingInterval_ != null;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return The pollingInterval.
*/
@java.lang.Override
public com.google.protobuf.Duration getPollingInterval() {
- return pollingInterval_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : pollingInterval_;
+ return pollingInterval_ == null ? com.google.protobuf.Duration.getDefaultInstance() : pollingInterval_;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -274,70 +212,52 @@ public com.google.protobuf.Duration getPollingInterval() {
*/
@java.lang.Override
public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
- return pollingInterval_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : pollingInterval_;
+ return pollingInterval_ == null ? com.google.protobuf.Duration.getDefaultInstance() : pollingInterval_;
}
public static final int VALIDITY_DURATION_FIELD_NUMBER = 2;
private com.google.protobuf.Duration validityDuration_;
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return Whether the validityDuration field is set.
*/
@java.lang.Override
public boolean hasValidityDuration() {
- return ((bitField0_ & 0x00000002) != 0);
+ return validityDuration_ != null;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return The validityDuration.
*/
@java.lang.Override
public com.google.protobuf.Duration getValidityDuration() {
- return validityDuration_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : validityDuration_;
+ return validityDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : validityDuration_;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -345,24 +265,18 @@ public com.google.protobuf.Duration getValidityDuration() {
*/
@java.lang.Override
public com.google.protobuf.DurationOrBuilder getValidityDurationOrBuilder() {
- return validityDuration_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : validityDuration_;
+ return validityDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : validityDuration_;
}
public static final int MAX_RPC_RETRY_COUNT_FIELD_NUMBER = 6;
private int maxRpcRetryCount_ = 0;
-
/**
- *
- *
*
* Number of times the client should retry a failed
* GetClientConfiguration RPC per polling interval before giving up.
*
*
* int32 max_rpc_retry_count = 6;
- *
* @return The maxRpcRetryCount.
*/
@java.lang.Override
@@ -371,7 +285,6 @@ public int getMaxRpcRetryCount() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -383,11 +296,12 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (((bitField0_ & 0x00000001) != 0)) {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (pollingInterval_ != null) {
output.writeMessage(1, getPollingInterval());
}
- if (((bitField0_ & 0x00000002) != 0)) {
+ if (validityDuration_ != null) {
output.writeMessage(2, getValidityDuration());
}
if (maxRpcRetryCount_ != 0) {
@@ -402,14 +316,17 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (((bitField0_ & 0x00000001) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPollingInterval());
+ if (pollingInterval_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(1, getPollingInterval());
}
- if (((bitField0_ & 0x00000002) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getValidityDuration());
+ if (validityDuration_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(2, getValidityDuration());
}
if (maxRpcRetryCount_ != 0) {
- size += com.google.protobuf.CodedOutputStream.computeInt32Size(6, maxRpcRetryCount_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeInt32Size(6, maxRpcRetryCount_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -419,23 +336,25 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.ClientConfiguration.PollingConfiguration)) {
return super.equals(obj);
}
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration other =
- (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) obj;
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration other = (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) obj;
if (hasPollingInterval() != other.hasPollingInterval()) return false;
if (hasPollingInterval()) {
- if (!getPollingInterval().equals(other.getPollingInterval())) return false;
+ if (!getPollingInterval()
+ .equals(other.getPollingInterval())) return false;
}
if (hasValidityDuration() != other.hasValidityDuration()) return false;
if (hasValidityDuration()) {
- if (!getValidityDuration().equals(other.getValidityDuration())) return false;
+ if (!getValidityDuration()
+ .equals(other.getValidityDuration())) return false;
}
- if (getMaxRpcRetryCount() != other.getMaxRpcRetryCount()) return false;
+ if (getMaxRpcRetryCount()
+ != other.getMaxRpcRetryCount()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -463,141 +382,125 @@ public int hashCode() {
}
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration 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.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
+ public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
-
- public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration 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.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
- public static Builder newBuilder(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration prototype) {
+ public static Builder newBuilder(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
- /** Protobuf type {@code google.bigtable.v2.ClientConfiguration.PollingConfiguration} */
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ /**
+ * Protobuf type {@code google.bigtable.v2.ClientConfiguration.PollingConfiguration}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.ClientConfiguration.PollingConfiguration)
com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.class,
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder.class);
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.class, com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder.class);
}
- // Construct using
- // com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.newBuilder()
+ // Construct using com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.newBuilder()
private Builder() {
- maybeForceBuilderInitialization();
+
}
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
- maybeForceBuilderInitialization();
- }
- private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
- internalGetPollingIntervalFieldBuilder();
- internalGetValidityDurationFieldBuilder();
- }
}
-
@java.lang.Override
public Builder clear() {
super.clear();
@@ -617,14 +520,13 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_PollingConfiguration_descriptor;
}
@java.lang.Override
- public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- getDefaultInstanceForType() {
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getDefaultInstanceForType() {
return com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
@@ -639,52 +541,73 @@ public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration build() {
@java.lang.Override
public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration buildPartial() {
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration result =
- new com.google.bigtable.v2.ClientConfiguration.PollingConfiguration(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration result = new com.google.bigtable.v2.ClientConfiguration.PollingConfiguration(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
- private void buildPartial0(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration result) {
+ private void buildPartial0(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration result) {
int from_bitField0_ = bitField0_;
- int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
- result.pollingInterval_ =
- pollingIntervalBuilder_ == null ? pollingInterval_ : pollingIntervalBuilder_.build();
- to_bitField0_ |= 0x00000001;
+ result.pollingInterval_ = pollingIntervalBuilder_ == null
+ ? pollingInterval_
+ : pollingIntervalBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.validityDuration_ =
- validityDurationBuilder_ == null
- ? validityDuration_
- : validityDurationBuilder_.build();
- to_bitField0_ |= 0x00000002;
+ result.validityDuration_ = validityDurationBuilder_ == null
+ ? validityDuration_
+ : validityDurationBuilder_.build();
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.maxRpcRetryCount_ = maxRpcRetryCount_;
}
- result.bitField0_ |= to_bitField0_;
}
+ @java.lang.Override
+ public Builder clone() {
+ return super.clone();
+ }
+ @java.lang.Override
+ public Builder setField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.setField(field, value);
+ }
+ @java.lang.Override
+ public Builder clearField(
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
+ return super.clearField(field);
+ }
+ @java.lang.Override
+ public Builder clearOneof(
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ return super.clearOneof(oneof);
+ }
+ @java.lang.Override
+ public Builder setRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ int index, java.lang.Object value) {
+ return super.setRepeatedField(field, index, value);
+ }
+ @java.lang.Override
+ public Builder addRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.addRepeatedField(field, value);
+ }
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) {
- return mergeFrom((com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) other);
+ return mergeFrom((com.google.bigtable.v2.ClientConfiguration.PollingConfiguration)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration other) {
- if (other
- == com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance())
- return this;
+ public Builder mergeFrom(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration other) {
+ if (other == com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance()) return this;
if (other.hasPollingInterval()) {
mergePollingInterval(other.getPollingInterval());
}
@@ -720,33 +643,31 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- input.readMessage(
- internalGetPollingIntervalFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- input.readMessage(
- internalGetValidityDurationFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- case 48:
- {
- maxRpcRetryCount_ = input.readInt32();
- bitField0_ |= 0x00000004;
- break;
- } // case 48
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ input.readMessage(
+ getPollingIntervalFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ input.readMessage(
+ getValidityDurationFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ case 48: {
+ maxRpcRetryCount_ = input.readInt32();
+ bitField0_ |= 0x00000004;
+ break;
+ } // case 48
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -756,57 +677,40 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private com.google.protobuf.Duration pollingInterval_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- pollingIntervalBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> pollingIntervalBuilder_;
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return Whether the pollingInterval field is set.
*/
public boolean hasPollingInterval() {
return ((bitField0_ & 0x00000001) != 0);
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 1;
- *
* @return The pollingInterval.
*/
public com.google.protobuf.Duration getPollingInterval() {
if (pollingIntervalBuilder_ == null) {
- return pollingInterval_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : pollingInterval_;
+ return pollingInterval_ == null ? com.google.protobuf.Duration.getDefaultInstance() : pollingInterval_;
} else {
return pollingIntervalBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -827,10 +731,7 @@ public Builder setPollingInterval(com.google.protobuf.Duration value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -838,7 +739,8 @@ public Builder setPollingInterval(com.google.protobuf.Duration value) {
*
* .google.protobuf.Duration polling_interval = 1;
*/
- public Builder setPollingInterval(com.google.protobuf.Duration.Builder builderForValue) {
+ public Builder setPollingInterval(
+ com.google.protobuf.Duration.Builder builderForValue) {
if (pollingIntervalBuilder_ == null) {
pollingInterval_ = builderForValue.build();
} else {
@@ -848,10 +750,7 @@ public Builder setPollingInterval(com.google.protobuf.Duration.Builder builderFo
onChanged();
return this;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -861,9 +760,9 @@ public Builder setPollingInterval(com.google.protobuf.Duration.Builder builderFo
*/
public Builder mergePollingInterval(com.google.protobuf.Duration value) {
if (pollingIntervalBuilder_ == null) {
- if (((bitField0_ & 0x00000001) != 0)
- && pollingInterval_ != null
- && pollingInterval_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000001) != 0) &&
+ pollingInterval_ != null &&
+ pollingInterval_ != com.google.protobuf.Duration.getDefaultInstance()) {
getPollingIntervalBuilder().mergeFrom(value);
} else {
pollingInterval_ = value;
@@ -871,16 +770,11 @@ public Builder mergePollingInterval(com.google.protobuf.Duration value) {
} else {
pollingIntervalBuilder_.mergeFrom(value);
}
- if (pollingInterval_ != null) {
- bitField0_ |= 0x00000001;
- onChanged();
- }
+ bitField0_ |= 0x00000001;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -898,10 +792,7 @@ public Builder clearPollingInterval() {
onChanged();
return this;
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -912,12 +803,9 @@ public Builder clearPollingInterval() {
public com.google.protobuf.Duration.Builder getPollingIntervalBuilder() {
bitField0_ |= 0x00000001;
onChanged();
- return internalGetPollingIntervalFieldBuilder().getBuilder();
+ return getPollingIntervalFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -929,15 +817,11 @@ public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
if (pollingIntervalBuilder_ != null) {
return pollingIntervalBuilder_.getMessageOrBuilder();
} else {
- return pollingInterval_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : pollingInterval_;
+ return pollingInterval_ == null ?
+ com.google.protobuf.Duration.getDefaultInstance() : pollingInterval_;
}
}
-
/**
- *
- *
*
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
@@ -945,88 +829,66 @@ public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
*
* .google.protobuf.Duration polling_interval = 1;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- internalGetPollingIntervalFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>
+ getPollingIntervalFieldBuilder() {
if (pollingIntervalBuilder_ == null) {
- pollingIntervalBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>(
- getPollingInterval(), getParentForChildren(), isClean());
+ pollingIntervalBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+ getPollingInterval(),
+ getParentForChildren(),
+ isClean());
pollingInterval_ = null;
}
return pollingIntervalBuilder_;
}
private com.google.protobuf.Duration validityDuration_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- validityDurationBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> validityDurationBuilder_;
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return Whether the validityDuration field is set.
*/
public boolean hasValidityDuration() {
return ((bitField0_ & 0x00000002) != 0);
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
- *
* @return The validityDuration.
*/
public com.google.protobuf.Duration getValidityDuration() {
if (validityDurationBuilder_ == null) {
- return validityDuration_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : validityDuration_;
+ return validityDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : validityDuration_;
} else {
return validityDurationBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -1045,23 +907,20 @@ public Builder setValidityDuration(com.google.protobuf.Duration value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
*/
- public Builder setValidityDuration(com.google.protobuf.Duration.Builder builderForValue) {
+ public Builder setValidityDuration(
+ com.google.protobuf.Duration.Builder builderForValue) {
if (validityDurationBuilder_ == null) {
validityDuration_ = builderForValue.build();
} else {
@@ -1071,17 +930,13 @@ public Builder setValidityDuration(com.google.protobuf.Duration.Builder builderF
onChanged();
return this;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -1089,9 +944,9 @@ public Builder setValidityDuration(com.google.protobuf.Duration.Builder builderF
*/
public Builder mergeValidityDuration(com.google.protobuf.Duration value) {
if (validityDurationBuilder_ == null) {
- if (((bitField0_ & 0x00000002) != 0)
- && validityDuration_ != null
- && validityDuration_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000002) != 0) &&
+ validityDuration_ != null &&
+ validityDuration_ != com.google.protobuf.Duration.getDefaultInstance()) {
getValidityDurationBuilder().mergeFrom(value);
} else {
validityDuration_ = value;
@@ -1099,23 +954,17 @@ public Builder mergeValidityDuration(com.google.protobuf.Duration value) {
} else {
validityDurationBuilder_.mergeFrom(value);
}
- if (validityDuration_ != null) {
- bitField0_ |= 0x00000002;
- onChanged();
- }
+ bitField0_ |= 0x00000002;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -1131,17 +980,13 @@ public Builder clearValidityDuration() {
onChanged();
return this;
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -1150,19 +995,15 @@ public Builder clearValidityDuration() {
public com.google.protobuf.Duration.Builder getValidityDurationBuilder() {
bitField0_ |= 0x00000002;
onChanged();
- return internalGetValidityDurationFieldBuilder().getBuilder();
+ return getValidityDurationFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
@@ -1172,94 +1013,74 @@ public com.google.protobuf.DurationOrBuilder getValidityDurationOrBuilder() {
if (validityDurationBuilder_ != null) {
return validityDurationBuilder_.getMessageOrBuilder();
} else {
- return validityDuration_ == null
- ? com.google.protobuf.Duration.getDefaultInstance()
- : validityDuration_;
+ return validityDuration_ == null ?
+ com.google.protobuf.Duration.getDefaultInstance() : validityDuration_;
}
}
-
/**
- *
- *
*
* How long the client should consider the configuration it receives from
* GetClientConfiguration valid for. Once this duration has passed, the
* client should consider the configuration invalid and must either:
- * - Get a new configuration from GetClientConfiguration
- * - Or if it cannot, use a sane default configuration
- *
+ * - Get a new configuration from GetClientConfiguration
+ * - Or if it cannot, use a sane default configuration
* This duration will be at least as long as the polling interval.
*
*
* .google.protobuf.Duration validity_duration = 2;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- internalGetValidityDurationFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>
+ getValidityDurationFieldBuilder() {
if (validityDurationBuilder_ == null) {
- validityDurationBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>(
- getValidityDuration(), getParentForChildren(), isClean());
+ validityDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+ getValidityDuration(),
+ getParentForChildren(),
+ isClean());
validityDuration_ = null;
}
return validityDurationBuilder_;
}
- private int maxRpcRetryCount_;
-
+ private int maxRpcRetryCount_ ;
/**
- *
- *
*
* Number of times the client should retry a failed
* GetClientConfiguration RPC per polling interval before giving up.
*
*
* int32 max_rpc_retry_count = 6;
- *
* @return The maxRpcRetryCount.
*/
@java.lang.Override
public int getMaxRpcRetryCount() {
return maxRpcRetryCount_;
}
-
/**
- *
- *
*
* Number of times the client should retry a failed
* GetClientConfiguration RPC per polling interval before giving up.
*
*
* int32 max_rpc_retry_count = 6;
- *
* @param value The maxRpcRetryCount to set.
* @return This builder for chaining.
*/
public Builder setMaxRpcRetryCount(int value) {
-
+
maxRpcRetryCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
-
/**
- *
- *
*
* Number of times the client should retry a failed
* GetClientConfiguration RPC per polling interval before giving up.
*
*
* int32 max_rpc_retry_count = 6;
- *
* @return This builder for chaining.
*/
public Builder clearMaxRpcRetryCount() {
@@ -1268,45 +1089,53 @@ public Builder clearMaxRpcRetryCount() {
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.bigtable.v2.ClientConfiguration.PollingConfiguration)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.ClientConfiguration.PollingConfiguration)
- private static final com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- DEFAULT_INSTANCE;
-
+ private static final com.google.bigtable.v2.ClientConfiguration.PollingConfiguration DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.ClientConfiguration.PollingConfiguration();
}
- public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- getDefaultInstance() {
+ public static com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public PollingConfiguration parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException()
- .setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public PollingConfiguration parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -1318,33 +1147,25 @@ public com.google.protobuf.Parser getParserForType() {
}
@java.lang.Override
- public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- getDefaultInstanceForType() {
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
- private int bitField0_;
private int pollingCase_ = 0;
-
- @SuppressWarnings("serial")
private java.lang.Object polling_;
-
public enum PollingCase
- implements
- com.google.protobuf.Internal.EnumLite,
+ implements com.google.protobuf.Internal.EnumLite,
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
STOP_POLLING(3),
- @java.lang.Deprecated
- POLLING_INTERVAL(4),
+ @java.lang.Deprecated POLLING_INTERVAL(4),
POLLING_CONFIGURATION(5),
POLLING_NOT_SET(0);
private final int value;
-
private PollingCase(int value) {
this.value = value;
}
-
/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
@@ -1357,68 +1178,51 @@ public static PollingCase valueOf(int value) {
public static PollingCase forNumber(int value) {
switch (value) {
- case 3:
- return STOP_POLLING;
- case 4:
- return POLLING_INTERVAL;
- case 5:
- return POLLING_CONFIGURATION;
- case 0:
- return POLLING_NOT_SET;
- default:
- return null;
+ case 3: return STOP_POLLING;
+ case 4: return POLLING_INTERVAL;
+ case 5: return POLLING_CONFIGURATION;
+ case 0: return POLLING_NOT_SET;
+ default: return null;
}
}
-
public int getNumber() {
return this.value;
}
};
- public PollingCase getPollingCase() {
- return PollingCase.forNumber(pollingCase_);
+ public PollingCase
+ getPollingCase() {
+ return PollingCase.forNumber(
+ pollingCase_);
}
public static final int SESSION_CONFIGURATION_FIELD_NUMBER = 2;
private com.google.bigtable.v2.SessionClientConfiguration sessionConfiguration_;
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return Whether the sessionConfiguration field is set.
*/
@java.lang.Override
public boolean hasSessionConfiguration() {
- return ((bitField0_ & 0x00000001) != 0);
+ return sessionConfiguration_ != null;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return The sessionConfiguration.
*/
@java.lang.Override
public com.google.bigtable.v2.SessionClientConfiguration getSessionConfiguration() {
- return sessionConfiguration_ == null
- ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()
- : sessionConfiguration_;
+ return sessionConfiguration_ == null ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance() : sessionConfiguration_;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
@@ -1426,42 +1230,31 @@ public com.google.bigtable.v2.SessionClientConfiguration getSessionConfiguration
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
@java.lang.Override
- public com.google.bigtable.v2.SessionClientConfigurationOrBuilder
- getSessionConfigurationOrBuilder() {
- return sessionConfiguration_ == null
- ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()
- : sessionConfiguration_;
+ public com.google.bigtable.v2.SessionClientConfigurationOrBuilder getSessionConfigurationOrBuilder() {
+ return sessionConfiguration_ == null ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance() : sessionConfiguration_;
}
public static final int STOP_POLLING_FIELD_NUMBER = 3;
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return Whether the stopPolling field is set.
*/
@java.lang.Override
public boolean hasStopPolling() {
return pollingCase_ == 3;
}
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return The stopPolling.
*/
@java.lang.Override
@@ -1473,60 +1266,44 @@ public boolean getStopPolling() {
}
public static final int POLLING_INTERVAL_FIELD_NUMBER = 4;
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return Whether the pollingInterval field is set.
*/
@java.lang.Override
- @java.lang.Deprecated
- public boolean hasPollingInterval() {
+ @java.lang.Deprecated public boolean hasPollingInterval() {
return pollingCase_ == 4;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return The pollingInterval.
*/
@java.lang.Override
- @java.lang.Deprecated
- public com.google.protobuf.Duration getPollingInterval() {
+ @java.lang.Deprecated public com.google.protobuf.Duration getPollingInterval() {
if (pollingCase_ == 4) {
- return (com.google.protobuf.Duration) polling_;
+ return (com.google.protobuf.Duration) polling_;
}
return com.google.protobuf.Duration.getDefaultInstance();
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
@@ -1534,112 +1311,83 @@ public com.google.protobuf.Duration getPollingInterval() {
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
@java.lang.Override
- @java.lang.Deprecated
- public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
+ @java.lang.Deprecated public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
if (pollingCase_ == 4) {
- return (com.google.protobuf.Duration) polling_;
+ return (com.google.protobuf.Duration) polling_;
}
return com.google.protobuf.Duration.getDefaultInstance();
}
public static final int POLLING_CONFIGURATION_FIELD_NUMBER = 5;
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return Whether the pollingConfiguration field is set.
*/
@java.lang.Override
public boolean hasPollingConfiguration() {
return pollingCase_ == 5;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return The pollingConfiguration.
*/
@java.lang.Override
public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getPollingConfiguration() {
if (pollingCase_ == 5) {
- return (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_;
+ return (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_;
}
return com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
@java.lang.Override
- public com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder
- getPollingConfigurationOrBuilder() {
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder getPollingConfigurationOrBuilder() {
if (pollingCase_ == 5) {
- return (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_;
+ return (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_;
}
return com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
public static final int TELEMETRY_CONFIGURATION_FIELD_NUMBER = 6;
private com.google.bigtable.v2.TelemetryConfiguration telemetryConfiguration_;
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return Whether the telemetryConfiguration field is set.
*/
@java.lang.Override
public boolean hasTelemetryConfiguration() {
- return ((bitField0_ & 0x00000002) != 0);
+ return telemetryConfiguration_ != null;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return The telemetryConfiguration.
*/
@java.lang.Override
public com.google.bigtable.v2.TelemetryConfiguration getTelemetryConfiguration() {
- return telemetryConfiguration_ == null
- ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()
- : telemetryConfiguration_;
+ return telemetryConfiguration_ == null ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance() : telemetryConfiguration_;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
@@ -1647,15 +1395,11 @@ public com.google.bigtable.v2.TelemetryConfiguration getTelemetryConfiguration()
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
*/
@java.lang.Override
- public com.google.bigtable.v2.TelemetryConfigurationOrBuilder
- getTelemetryConfigurationOrBuilder() {
- return telemetryConfiguration_ == null
- ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()
- : telemetryConfiguration_;
+ public com.google.bigtable.v2.TelemetryConfigurationOrBuilder getTelemetryConfigurationOrBuilder() {
+ return telemetryConfiguration_ == null ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance() : telemetryConfiguration_;
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -1667,21 +1411,22 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (((bitField0_ & 0x00000001) != 0)) {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (sessionConfiguration_ != null) {
output.writeMessage(2, getSessionConfiguration());
}
if (pollingCase_ == 3) {
- output.writeBool(3, (boolean) ((java.lang.Boolean) polling_));
+ output.writeBool(
+ 3, (boolean)((java.lang.Boolean) polling_));
}
if (pollingCase_ == 4) {
output.writeMessage(4, (com.google.protobuf.Duration) polling_);
}
if (pollingCase_ == 5) {
- output.writeMessage(
- 5, (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_);
+ output.writeMessage(5, (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_);
}
- if (((bitField0_ & 0x00000002) != 0)) {
+ if (telemetryConfiguration_ != null) {
output.writeMessage(6, getTelemetryConfiguration());
}
getUnknownFields().writeTo(output);
@@ -1693,28 +1438,26 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (((bitField0_ & 0x00000001) != 0)) {
- size +=
- com.google.protobuf.CodedOutputStream.computeMessageSize(2, getSessionConfiguration());
+ if (sessionConfiguration_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(2, getSessionConfiguration());
}
if (pollingCase_ == 3) {
- size +=
- com.google.protobuf.CodedOutputStream.computeBoolSize(
- 3, (boolean) ((java.lang.Boolean) polling_));
+ size += com.google.protobuf.CodedOutputStream
+ .computeBoolSize(
+ 3, (boolean)((java.lang.Boolean) polling_));
}
if (pollingCase_ == 4) {
- size +=
- com.google.protobuf.CodedOutputStream.computeMessageSize(
- 4, (com.google.protobuf.Duration) polling_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(4, (com.google.protobuf.Duration) polling_);
}
if (pollingCase_ == 5) {
- size +=
- com.google.protobuf.CodedOutputStream.computeMessageSize(
- 5, (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(5, (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_);
}
- if (((bitField0_ & 0x00000002) != 0)) {
- size +=
- com.google.protobuf.CodedOutputStream.computeMessageSize(6, getTelemetryConfiguration());
+ if (telemetryConfiguration_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(6, getTelemetryConfiguration());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -1724,32 +1467,36 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.ClientConfiguration)) {
return super.equals(obj);
}
- com.google.bigtable.v2.ClientConfiguration other =
- (com.google.bigtable.v2.ClientConfiguration) obj;
+ com.google.bigtable.v2.ClientConfiguration other = (com.google.bigtable.v2.ClientConfiguration) obj;
if (hasSessionConfiguration() != other.hasSessionConfiguration()) return false;
if (hasSessionConfiguration()) {
- if (!getSessionConfiguration().equals(other.getSessionConfiguration())) return false;
+ if (!getSessionConfiguration()
+ .equals(other.getSessionConfiguration())) return false;
}
if (hasTelemetryConfiguration() != other.hasTelemetryConfiguration()) return false;
if (hasTelemetryConfiguration()) {
- if (!getTelemetryConfiguration().equals(other.getTelemetryConfiguration())) return false;
+ if (!getTelemetryConfiguration()
+ .equals(other.getTelemetryConfiguration())) return false;
}
if (!getPollingCase().equals(other.getPollingCase())) return false;
switch (pollingCase_) {
case 3:
- if (getStopPolling() != other.getStopPolling()) return false;
+ if (getStopPolling()
+ != other.getStopPolling()) return false;
break;
case 4:
- if (!getPollingInterval().equals(other.getPollingInterval())) return false;
+ if (!getPollingInterval()
+ .equals(other.getPollingInterval())) return false;
break;
case 5:
- if (!getPollingConfiguration().equals(other.getPollingConfiguration())) return false;
+ if (!getPollingConfiguration()
+ .equals(other.getPollingConfiguration())) return false;
break;
case 0:
default:
@@ -1776,7 +1523,8 @@ public int hashCode() {
switch (pollingCase_) {
case 3:
hash = (37 * hash) + STOP_POLLING_FIELD_NUMBER;
- hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getStopPolling());
+ hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
+ getStopPolling());
break;
case 4:
hash = (37 * hash) + POLLING_INTERVAL_FIELD_NUMBER;
@@ -1794,147 +1542,130 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.ClientConfiguration parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.ClientConfiguration parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration 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.bigtable.v2.ClientConfiguration parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.ClientConfiguration parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.ClientConfiguration parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClientConfiguration parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.ClientConfiguration prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Configuration for the Session API. Internal usage only.
*
*
* Protobuf type {@code google.bigtable.v2.ClientConfiguration}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.ClientConfiguration)
com.google.bigtable.v2.ClientConfigurationOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClientConfiguration.class,
- com.google.bigtable.v2.ClientConfiguration.Builder.class);
+ com.google.bigtable.v2.ClientConfiguration.class, com.google.bigtable.v2.ClientConfiguration.Builder.class);
}
// Construct using com.google.bigtable.v2.ClientConfiguration.newBuilder()
private Builder() {
- maybeForceBuilderInitialization();
+
}
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
- maybeForceBuilderInitialization();
- }
- private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
- internalGetSessionConfigurationFieldBuilder();
- internalGetTelemetryConfigurationFieldBuilder();
- }
}
-
@java.lang.Override
public Builder clear() {
super.clear();
@@ -1961,9 +1692,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClientConfiguration_descriptor;
}
@java.lang.Override
@@ -1982,11 +1713,8 @@ public com.google.bigtable.v2.ClientConfiguration build() {
@java.lang.Override
public com.google.bigtable.v2.ClientConfiguration buildPartial() {
- com.google.bigtable.v2.ClientConfiguration result =
- new com.google.bigtable.v2.ClientConfiguration(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.ClientConfiguration result = new com.google.bigtable.v2.ClientConfiguration(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
buildPartialOneofs(result);
onBuilt();
return result;
@@ -1994,39 +1722,67 @@ public com.google.bigtable.v2.ClientConfiguration buildPartial() {
private void buildPartial0(com.google.bigtable.v2.ClientConfiguration result) {
int from_bitField0_ = bitField0_;
- int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
- result.sessionConfiguration_ =
- sessionConfigurationBuilder_ == null
- ? sessionConfiguration_
- : sessionConfigurationBuilder_.build();
- to_bitField0_ |= 0x00000001;
+ result.sessionConfiguration_ = sessionConfigurationBuilder_ == null
+ ? sessionConfiguration_
+ : sessionConfigurationBuilder_.build();
}
if (((from_bitField0_ & 0x00000010) != 0)) {
- result.telemetryConfiguration_ =
- telemetryConfigurationBuilder_ == null
- ? telemetryConfiguration_
- : telemetryConfigurationBuilder_.build();
- to_bitField0_ |= 0x00000002;
+ result.telemetryConfiguration_ = telemetryConfigurationBuilder_ == null
+ ? telemetryConfiguration_
+ : telemetryConfigurationBuilder_.build();
}
- result.bitField0_ |= to_bitField0_;
}
private void buildPartialOneofs(com.google.bigtable.v2.ClientConfiguration result) {
result.pollingCase_ = pollingCase_;
result.polling_ = this.polling_;
- if (pollingCase_ == 4 && pollingIntervalBuilder_ != null) {
+ if (pollingCase_ == 4 &&
+ pollingIntervalBuilder_ != null) {
result.polling_ = pollingIntervalBuilder_.build();
}
- if (pollingCase_ == 5 && pollingConfigurationBuilder_ != null) {
+ if (pollingCase_ == 5 &&
+ pollingConfigurationBuilder_ != null) {
result.polling_ = pollingConfigurationBuilder_.build();
}
}
+ @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.bigtable.v2.ClientConfiguration) {
- return mergeFrom((com.google.bigtable.v2.ClientConfiguration) other);
+ return mergeFrom((com.google.bigtable.v2.ClientConfiguration)other);
} else {
super.mergeFrom(other);
return this;
@@ -2042,25 +1798,21 @@ public Builder mergeFrom(com.google.bigtable.v2.ClientConfiguration other) {
mergeTelemetryConfiguration(other.getTelemetryConfiguration());
}
switch (other.getPollingCase()) {
- case STOP_POLLING:
- {
- setStopPolling(other.getStopPolling());
- break;
- }
- case POLLING_INTERVAL:
- {
- mergePollingInterval(other.getPollingInterval());
- break;
- }
- case POLLING_CONFIGURATION:
- {
- mergePollingConfiguration(other.getPollingConfiguration());
- break;
- }
- case POLLING_NOT_SET:
- {
- break;
- }
+ case STOP_POLLING: {
+ setStopPolling(other.getStopPolling());
+ break;
+ }
+ case POLLING_INTERVAL: {
+ mergePollingInterval(other.getPollingInterval());
+ break;
+ }
+ case POLLING_CONFIGURATION: {
+ mergePollingConfiguration(other.getPollingConfiguration());
+ break;
+ }
+ case POLLING_NOT_SET: {
+ break;
+ }
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
@@ -2088,48 +1840,45 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 18:
- {
- input.readMessage(
- internalGetSessionConfigurationFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000001;
- break;
- } // case 18
- case 24:
- {
- polling_ = input.readBool();
- pollingCase_ = 3;
- break;
- } // case 24
- case 34:
- {
- input.readMessage(
- internalGetPollingIntervalFieldBuilder().getBuilder(), extensionRegistry);
- pollingCase_ = 4;
- break;
- } // case 34
- case 42:
- {
- input.readMessage(
- internalGetPollingConfigurationFieldBuilder().getBuilder(), extensionRegistry);
- pollingCase_ = 5;
- break;
- } // case 42
- case 50:
- {
- input.readMessage(
- internalGetTelemetryConfigurationFieldBuilder().getBuilder(),
- extensionRegistry);
- bitField0_ |= 0x00000010;
- break;
- } // case 50
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 18: {
+ input.readMessage(
+ getSessionConfigurationFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 18
+ case 24: {
+ polling_ = input.readBool();
+ pollingCase_ = 3;
+ break;
+ } // case 24
+ case 34: {
+ input.readMessage(
+ getPollingIntervalFieldBuilder().getBuilder(),
+ extensionRegistry);
+ pollingCase_ = 4;
+ break;
+ } // case 34
+ case 42: {
+ input.readMessage(
+ getPollingConfigurationFieldBuilder().getBuilder(),
+ extensionRegistry);
+ pollingCase_ = 5;
+ break;
+ } // case 42
+ case 50: {
+ input.readMessage(
+ getTelemetryConfigurationFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000010;
+ break;
+ } // case 50
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2139,12 +1888,12 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int pollingCase_ = 0;
private java.lang.Object polling_;
-
- public PollingCase getPollingCase() {
- return PollingCase.forNumber(pollingCase_);
+ public PollingCase
+ getPollingCase() {
+ return PollingCase.forNumber(
+ pollingCase_);
}
public Builder clearPolling() {
@@ -2157,59 +1906,42 @@ public Builder clearPolling() {
private int bitField0_;
private com.google.bigtable.v2.SessionClientConfiguration sessionConfiguration_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.SessionClientConfiguration,
- com.google.bigtable.v2.SessionClientConfiguration.Builder,
- com.google.bigtable.v2.SessionClientConfigurationOrBuilder>
- sessionConfigurationBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.SessionClientConfiguration, com.google.bigtable.v2.SessionClientConfiguration.Builder, com.google.bigtable.v2.SessionClientConfigurationOrBuilder> sessionConfigurationBuilder_;
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return Whether the sessionConfiguration field is set.
*/
public boolean hasSessionConfiguration() {
return ((bitField0_ & 0x00000001) != 0);
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return The sessionConfiguration.
*/
public com.google.bigtable.v2.SessionClientConfiguration getSessionConfiguration() {
if (sessionConfigurationBuilder_ == null) {
- return sessionConfiguration_ == null
- ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()
- : sessionConfiguration_;
+ return sessionConfiguration_ == null ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance() : sessionConfiguration_;
} else {
return sessionConfigurationBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
- public Builder setSessionConfiguration(
- com.google.bigtable.v2.SessionClientConfiguration value) {
+ public Builder setSessionConfiguration(com.google.bigtable.v2.SessionClientConfiguration value) {
if (sessionConfigurationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -2222,10 +1954,7 @@ public Builder setSessionConfiguration(
onChanged();
return this;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
@@ -2243,23 +1972,18 @@ public Builder setSessionConfiguration(
onChanged();
return this;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
- public Builder mergeSessionConfiguration(
- com.google.bigtable.v2.SessionClientConfiguration value) {
+ public Builder mergeSessionConfiguration(com.google.bigtable.v2.SessionClientConfiguration value) {
if (sessionConfigurationBuilder_ == null) {
- if (((bitField0_ & 0x00000001) != 0)
- && sessionConfiguration_ != null
- && sessionConfiguration_
- != com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000001) != 0) &&
+ sessionConfiguration_ != null &&
+ sessionConfiguration_ != com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()) {
getSessionConfigurationBuilder().mergeFrom(value);
} else {
sessionConfiguration_ = value;
@@ -2267,16 +1991,11 @@ public Builder mergeSessionConfiguration(
} else {
sessionConfigurationBuilder_.mergeFrom(value);
}
- if (sessionConfiguration_ != null) {
- bitField0_ |= 0x00000001;
- onChanged();
- }
+ bitField0_ |= 0x00000001;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
@@ -2293,95 +2012,73 @@ public Builder clearSessionConfiguration() {
onChanged();
return this;
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
- public com.google.bigtable.v2.SessionClientConfiguration.Builder
- getSessionConfigurationBuilder() {
+ public com.google.bigtable.v2.SessionClientConfiguration.Builder getSessionConfigurationBuilder() {
bitField0_ |= 0x00000001;
onChanged();
- return internalGetSessionConfigurationFieldBuilder().getBuilder();
+ return getSessionConfigurationFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
- public com.google.bigtable.v2.SessionClientConfigurationOrBuilder
- getSessionConfigurationOrBuilder() {
+ public com.google.bigtable.v2.SessionClientConfigurationOrBuilder getSessionConfigurationOrBuilder() {
if (sessionConfigurationBuilder_ != null) {
return sessionConfigurationBuilder_.getMessageOrBuilder();
} else {
- return sessionConfiguration_ == null
- ? com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance()
- : sessionConfiguration_;
+ return sessionConfiguration_ == null ?
+ com.google.bigtable.v2.SessionClientConfiguration.getDefaultInstance() : sessionConfiguration_;
}
}
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.SessionClientConfiguration,
- com.google.bigtable.v2.SessionClientConfiguration.Builder,
- com.google.bigtable.v2.SessionClientConfigurationOrBuilder>
- internalGetSessionConfigurationFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.SessionClientConfiguration, com.google.bigtable.v2.SessionClientConfiguration.Builder, com.google.bigtable.v2.SessionClientConfigurationOrBuilder>
+ getSessionConfigurationFieldBuilder() {
if (sessionConfigurationBuilder_ == null) {
- sessionConfigurationBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.SessionClientConfiguration,
- com.google.bigtable.v2.SessionClientConfiguration.Builder,
- com.google.bigtable.v2.SessionClientConfigurationOrBuilder>(
- getSessionConfiguration(), getParentForChildren(), isClean());
+ sessionConfigurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.SessionClientConfiguration, com.google.bigtable.v2.SessionClientConfiguration.Builder, com.google.bigtable.v2.SessionClientConfigurationOrBuilder>(
+ getSessionConfiguration(),
+ getParentForChildren(),
+ isClean());
sessionConfiguration_ = null;
}
return sessionConfigurationBuilder_;
}
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return Whether the stopPolling field is set.
*/
public boolean hasStopPolling() {
return pollingCase_ == 3;
}
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return The stopPolling.
*/
public boolean getStopPolling() {
@@ -2390,38 +2087,30 @@ public boolean getStopPolling() {
}
return false;
}
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @param value The stopPolling to set.
* @return This builder for chaining.
*/
public Builder setStopPolling(boolean value) {
-
+
pollingCase_ = 3;
polling_ = value;
onChanged();
return this;
}
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return This builder for chaining.
*/
public Builder clearStopPolling() {
@@ -2433,53 +2122,38 @@ public Builder clearStopPolling() {
return this;
}
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- pollingIntervalBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> pollingIntervalBuilder_;
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return Whether the pollingInterval field is set.
*/
@java.lang.Override
- @java.lang.Deprecated
- public boolean hasPollingInterval() {
+ @java.lang.Deprecated public boolean hasPollingInterval() {
return pollingCase_ == 4;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return The pollingInterval.
*/
@java.lang.Override
- @java.lang.Deprecated
- public com.google.protobuf.Duration getPollingInterval() {
+ @java.lang.Deprecated public com.google.protobuf.Duration getPollingInterval() {
if (pollingIntervalBuilder_ == null) {
if (pollingCase_ == 4) {
return (com.google.protobuf.Duration) polling_;
@@ -2492,21 +2166,16 @@ public com.google.protobuf.Duration getPollingInterval() {
return com.google.protobuf.Duration.getDefaultInstance();
}
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- public Builder setPollingInterval(com.google.protobuf.Duration value) {
+ @java.lang.Deprecated public Builder setPollingInterval(com.google.protobuf.Duration value) {
if (pollingIntervalBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -2519,21 +2188,17 @@ public Builder setPollingInterval(com.google.protobuf.Duration value) {
pollingCase_ = 4;
return this;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- public Builder setPollingInterval(com.google.protobuf.Duration.Builder builderForValue) {
+ @java.lang.Deprecated public Builder setPollingInterval(
+ com.google.protobuf.Duration.Builder builderForValue) {
if (pollingIntervalBuilder_ == null) {
polling_ = builderForValue.build();
onChanged();
@@ -2543,27 +2208,21 @@ public Builder setPollingInterval(com.google.protobuf.Duration.Builder builderFo
pollingCase_ = 4;
return this;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- public Builder mergePollingInterval(com.google.protobuf.Duration value) {
+ @java.lang.Deprecated public Builder mergePollingInterval(com.google.protobuf.Duration value) {
if (pollingIntervalBuilder_ == null) {
- if (pollingCase_ == 4 && polling_ != com.google.protobuf.Duration.getDefaultInstance()) {
- polling_ =
- com.google.protobuf.Duration.newBuilder((com.google.protobuf.Duration) polling_)
- .mergeFrom(value)
- .buildPartial();
+ if (pollingCase_ == 4 &&
+ polling_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ polling_ = com.google.protobuf.Duration.newBuilder((com.google.protobuf.Duration) polling_)
+ .mergeFrom(value).buildPartial();
} else {
polling_ = value;
}
@@ -2578,21 +2237,16 @@ public Builder mergePollingInterval(com.google.protobuf.Duration value) {
pollingCase_ = 4;
return this;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- public Builder clearPollingInterval() {
+ @java.lang.Deprecated public Builder clearPollingInterval() {
if (pollingIntervalBuilder_ == null) {
if (pollingCase_ == 4) {
pollingCase_ = 0;
@@ -2608,30 +2262,21 @@ public Builder clearPollingInterval() {
}
return this;
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- public com.google.protobuf.Duration.Builder getPollingIntervalBuilder() {
- return internalGetPollingIntervalFieldBuilder().getBuilder();
+ @java.lang.Deprecated public com.google.protobuf.Duration.Builder getPollingIntervalBuilder() {
+ return getPollingIntervalFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
@@ -2639,8 +2284,7 @@ public com.google.protobuf.Duration.Builder getPollingIntervalBuilder() {
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
@java.lang.Override
- @java.lang.Deprecated
- public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
+ @java.lang.Deprecated public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
if ((pollingCase_ == 4) && (pollingIntervalBuilder_ != null)) {
return pollingIntervalBuilder_.getMessageOrBuilder();
} else {
@@ -2650,34 +2294,27 @@ public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
return com.google.protobuf.Duration.getDefaultInstance();
}
}
-
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>
- internalGetPollingIntervalFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>
+ getPollingIntervalFieldBuilder() {
if (pollingIntervalBuilder_ == null) {
if (!(pollingCase_ == 4)) {
polling_ = com.google.protobuf.Duration.getDefaultInstance();
}
- pollingIntervalBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Duration,
- com.google.protobuf.Duration.Builder,
- com.google.protobuf.DurationOrBuilder>(
- (com.google.protobuf.Duration) polling_, getParentForChildren(), isClean());
+ pollingIntervalBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+ (com.google.protobuf.Duration) polling_,
+ getParentForChildren(),
+ isClean());
polling_ = null;
}
pollingCase_ = 4;
@@ -2685,44 +2322,30 @@ public com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder() {
return pollingIntervalBuilder_;
}
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration,
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder,
- com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder>
- pollingConfigurationBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration, com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder, com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder> pollingConfigurationBuilder_;
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return Whether the pollingConfiguration field is set.
*/
@java.lang.Override
public boolean hasPollingConfiguration() {
return pollingCase_ == 5;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return The pollingConfiguration.
*/
@java.lang.Override
- public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- getPollingConfiguration() {
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getPollingConfiguration() {
if (pollingConfigurationBuilder_ == null) {
if (pollingCase_ == 5) {
return (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_;
@@ -2735,19 +2358,14 @@ public boolean hasPollingConfiguration() {
return com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
- public Builder setPollingConfiguration(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration value) {
+ public Builder setPollingConfiguration(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration value) {
if (pollingConfigurationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -2760,16 +2378,12 @@ public Builder setPollingConfiguration(
pollingCase_ = 5;
return this;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
public Builder setPollingConfiguration(
com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder builderForValue) {
@@ -2782,29 +2396,19 @@ public Builder setPollingConfiguration(
pollingCase_ = 5;
return this;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
- public Builder mergePollingConfiguration(
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration value) {
+ public Builder mergePollingConfiguration(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration value) {
if (pollingConfigurationBuilder_ == null) {
- if (pollingCase_ == 5
- && polling_
- != com.google.bigtable.v2.ClientConfiguration.PollingConfiguration
- .getDefaultInstance()) {
- polling_ =
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.newBuilder(
- (com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_)
- .mergeFrom(value)
- .buildPartial();
+ if (pollingCase_ == 5 &&
+ polling_ != com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance()) {
+ polling_ = com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.newBuilder((com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_)
+ .mergeFrom(value).buildPartial();
} else {
polling_ = value;
}
@@ -2819,16 +2423,12 @@ public Builder mergePollingConfiguration(
pollingCase_ = 5;
return this;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
public Builder clearPollingConfiguration() {
if (pollingConfigurationBuilder_ == null) {
@@ -2846,35 +2446,25 @@ public Builder clearPollingConfiguration() {
}
return this;
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
- public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder
- getPollingConfigurationBuilder() {
- return internalGetPollingConfigurationFieldBuilder().getBuilder();
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder getPollingConfigurationBuilder() {
+ return getPollingConfigurationFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
@java.lang.Override
- public com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder
- getPollingConfigurationOrBuilder() {
+ public com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder getPollingConfigurationOrBuilder() {
if ((pollingCase_ == 5) && (pollingConfigurationBuilder_ != null)) {
return pollingConfigurationBuilder_.getMessageOrBuilder();
} else {
@@ -2884,32 +2474,22 @@ public Builder clearPollingConfiguration() {
return com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
}
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration,
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder,
- com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder>
- internalGetPollingConfigurationFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration, com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder, com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder>
+ getPollingConfigurationFieldBuilder() {
if (pollingConfigurationBuilder_ == null) {
if (!(pollingCase_ == 5)) {
- polling_ =
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
+ polling_ = com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.getDefaultInstance();
}
- pollingConfigurationBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration,
- com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder,
- com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder>(
+ pollingConfigurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.ClientConfiguration.PollingConfiguration, com.google.bigtable.v2.ClientConfiguration.PollingConfiguration.Builder, com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder>(
(com.google.bigtable.v2.ClientConfiguration.PollingConfiguration) polling_,
getParentForChildren(),
isClean());
@@ -2921,51 +2501,35 @@ public Builder clearPollingConfiguration() {
}
private com.google.bigtable.v2.TelemetryConfiguration telemetryConfiguration_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.TelemetryConfiguration,
- com.google.bigtable.v2.TelemetryConfiguration.Builder,
- com.google.bigtable.v2.TelemetryConfigurationOrBuilder>
- telemetryConfigurationBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.TelemetryConfiguration, com.google.bigtable.v2.TelemetryConfiguration.Builder, com.google.bigtable.v2.TelemetryConfigurationOrBuilder> telemetryConfigurationBuilder_;
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return Whether the telemetryConfiguration field is set.
*/
public boolean hasTelemetryConfiguration() {
return ((bitField0_ & 0x00000010) != 0);
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return The telemetryConfiguration.
*/
public com.google.bigtable.v2.TelemetryConfiguration getTelemetryConfiguration() {
if (telemetryConfigurationBuilder_ == null) {
- return telemetryConfiguration_ == null
- ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()
- : telemetryConfiguration_;
+ return telemetryConfiguration_ == null ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance() : telemetryConfiguration_;
} else {
return telemetryConfigurationBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
@@ -2985,10 +2549,7 @@ public Builder setTelemetryConfiguration(com.google.bigtable.v2.TelemetryConfigu
onChanged();
return this;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
@@ -3006,23 +2567,18 @@ public Builder setTelemetryConfiguration(
onChanged();
return this;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
*/
- public Builder mergeTelemetryConfiguration(
- com.google.bigtable.v2.TelemetryConfiguration value) {
+ public Builder mergeTelemetryConfiguration(com.google.bigtable.v2.TelemetryConfiguration value) {
if (telemetryConfigurationBuilder_ == null) {
- if (((bitField0_ & 0x00000010) != 0)
- && telemetryConfiguration_ != null
- && telemetryConfiguration_
- != com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000010) != 0) &&
+ telemetryConfiguration_ != null &&
+ telemetryConfiguration_ != com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()) {
getTelemetryConfigurationBuilder().mergeFrom(value);
} else {
telemetryConfiguration_ = value;
@@ -3030,16 +2586,11 @@ public Builder mergeTelemetryConfiguration(
} else {
telemetryConfigurationBuilder_.mergeFrom(value);
}
- if (telemetryConfiguration_ != null) {
- bitField0_ |= 0x00000010;
- onChanged();
- }
+ bitField0_ |= 0x00000010;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
@@ -3056,75 +2607,71 @@ public Builder clearTelemetryConfiguration() {
onChanged();
return this;
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
*/
- public com.google.bigtable.v2.TelemetryConfiguration.Builder
- getTelemetryConfigurationBuilder() {
+ public com.google.bigtable.v2.TelemetryConfiguration.Builder getTelemetryConfigurationBuilder() {
bitField0_ |= 0x00000010;
onChanged();
- return internalGetTelemetryConfigurationFieldBuilder().getBuilder();
+ return getTelemetryConfigurationFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
*/
- public com.google.bigtable.v2.TelemetryConfigurationOrBuilder
- getTelemetryConfigurationOrBuilder() {
+ public com.google.bigtable.v2.TelemetryConfigurationOrBuilder getTelemetryConfigurationOrBuilder() {
if (telemetryConfigurationBuilder_ != null) {
return telemetryConfigurationBuilder_.getMessageOrBuilder();
} else {
- return telemetryConfiguration_ == null
- ? com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance()
- : telemetryConfiguration_;
+ return telemetryConfiguration_ == null ?
+ com.google.bigtable.v2.TelemetryConfiguration.getDefaultInstance() : telemetryConfiguration_;
}
}
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.TelemetryConfiguration,
- com.google.bigtable.v2.TelemetryConfiguration.Builder,
- com.google.bigtable.v2.TelemetryConfigurationOrBuilder>
- internalGetTelemetryConfigurationFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.TelemetryConfiguration, com.google.bigtable.v2.TelemetryConfiguration.Builder, com.google.bigtable.v2.TelemetryConfigurationOrBuilder>
+ getTelemetryConfigurationFieldBuilder() {
if (telemetryConfigurationBuilder_ == null) {
- telemetryConfigurationBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.TelemetryConfiguration,
- com.google.bigtable.v2.TelemetryConfiguration.Builder,
- com.google.bigtable.v2.TelemetryConfigurationOrBuilder>(
- getTelemetryConfiguration(), getParentForChildren(), isClean());
+ telemetryConfigurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.TelemetryConfiguration, com.google.bigtable.v2.TelemetryConfiguration.Builder, com.google.bigtable.v2.TelemetryConfigurationOrBuilder>(
+ getTelemetryConfiguration(),
+ getParentForChildren(),
+ isClean());
telemetryConfiguration_ = null;
}
return telemetryConfigurationBuilder_;
}
+ @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.bigtable.v2.ClientConfiguration)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.ClientConfiguration)
private static final com.google.bigtable.v2.ClientConfiguration DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.ClientConfiguration();
}
@@ -3133,27 +2680,27 @@ public static com.google.bigtable.v2.ClientConfiguration getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public ClientConfiguration parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public ClientConfiguration parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -3168,4 +2715,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.ClientConfiguration getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfigurationOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfigurationOrBuilder.java
index c0e671a1f549..e1dff87feb63 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfigurationOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClientConfigurationOrBuilder.java
@@ -1,60 +1,31 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface ClientConfigurationOrBuilder
- extends
+public interface ClientConfigurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.ClientConfiguration)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return Whether the sessionConfiguration field is set.
*/
boolean hasSessionConfiguration();
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
*
* .google.bigtable.v2.SessionClientConfiguration session_configuration = 2;
- *
* @return The sessionConfiguration.
*/
com.google.bigtable.v2.SessionClientConfiguration getSessionConfiguration();
-
/**
- *
- *
*
* The configuration for Bigtable Sessions.
*
@@ -64,156 +35,109 @@ public interface ClientConfigurationOrBuilder
com.google.bigtable.v2.SessionClientConfigurationOrBuilder getSessionConfigurationOrBuilder();
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return Whether the stopPolling field is set.
*/
boolean hasStopPolling();
-
/**
- *
- *
*
* If the client should cease to check for new configurations, e.g. a
* backstop to prevent excessive GetClientConfiguration RPCs.
*
*
* bool stop_polling = 3;
- *
* @return The stopPolling.
*/
boolean getStopPolling();
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return Whether the pollingInterval field is set.
*/
- @java.lang.Deprecated
- boolean hasPollingInterval();
-
+ @java.lang.Deprecated boolean hasPollingInterval();
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
- *
- * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated. See
- * google/bigtable/v2/session.proto;l=288
+ * @deprecated google.bigtable.v2.ClientConfiguration.polling_interval is deprecated.
+ * See google/bigtable/v2/session.proto;l=289
* @return The pollingInterval.
*/
- @java.lang.Deprecated
- com.google.protobuf.Duration getPollingInterval();
-
+ @java.lang.Deprecated com.google.protobuf.Duration getPollingInterval();
/**
- *
- *
*
* Deprecated, prerfer polling_configuration.
- *
* A duration describing the time between GetClientConfiguration RPCs.
* Only strictly positive values are permissible.
*
*
* .google.protobuf.Duration polling_interval = 4 [deprecated = true];
*/
- @java.lang.Deprecated
- com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder();
+ @java.lang.Deprecated com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder();
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return Whether the pollingConfiguration field is set.
*/
boolean hasPollingConfiguration();
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
* @return The pollingConfiguration.
*/
com.google.bigtable.v2.ClientConfiguration.PollingConfiguration getPollingConfiguration();
-
/**
- *
- *
*
* If the client should continue to check for new configurations.
*
*
- * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
- *
+ * .google.bigtable.v2.ClientConfiguration.PollingConfiguration polling_configuration = 5;
*/
- com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder
- getPollingConfigurationOrBuilder();
+ com.google.bigtable.v2.ClientConfiguration.PollingConfigurationOrBuilder getPollingConfigurationOrBuilder();
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return Whether the telemetryConfiguration field is set.
*/
boolean hasTelemetryConfiguration();
-
/**
- *
- *
*
* Configuration for telemetry.
*
*
* .google.bigtable.v2.TelemetryConfiguration telemetry_configuration = 6;
- *
* @return The telemetryConfiguration.
*/
com.google.bigtable.v2.TelemetryConfiguration getTelemetryConfiguration();
-
/**
- *
- *
*
* Configuration for telemetry.
*
@@ -222,5 +146,5 @@ public interface ClientConfigurationOrBuilder
*/
com.google.bigtable.v2.TelemetryConfigurationOrBuilder getTelemetryConfigurationOrBuilder();
- com.google.bigtable.v2.ClientConfiguration.PollingCase getPollingCase();
+ public com.google.bigtable.v2.ClientConfiguration.PollingCase getPollingCase();
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequest.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequest.java
index 9cb65a2fd5dd..1e63a2047643 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequest.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequest.java
@@ -1,79 +1,55 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Internal usage only.
*
*
* Protobuf type {@code google.bigtable.v2.CloseSessionRequest}
*/
-@com.google.protobuf.Generated
-public final class CloseSessionRequest extends com.google.protobuf.GeneratedMessage
- implements
+public final class CloseSessionRequest extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.CloseSessionRequest)
CloseSessionRequestOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "CloseSessionRequest");
- }
-
+private static final long serialVersionUID = 0L;
// Use CloseSessionRequest.newBuilder() to construct.
- private CloseSessionRequest(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private CloseSessionRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private CloseSessionRequest() {
reason_ = 0;
description_ = "";
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new CloseSessionRequest();
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_CloseSessionRequest_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_CloseSessionRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CloseSessionRequest.class,
- com.google.bigtable.v2.CloseSessionRequest.Builder.class);
+ com.google.bigtable.v2.CloseSessionRequest.class, com.google.bigtable.v2.CloseSessionRequest.Builder.class);
}
/**
- *
- *
*
* Client-generated reason for terminating the session, including a
* plain-text description of why.
@@ -82,50 +58,61 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* Protobuf enum {@code google.bigtable.v2.CloseSessionRequest.CloseSessionReason}
*/
- public enum CloseSessionReason implements com.google.protobuf.ProtocolMessageEnum {
- /** CLOSE_SESSION_REASON_UNSET = 0; */
+ public enum CloseSessionReason
+ implements com.google.protobuf.ProtocolMessageEnum {
+ /**
+ * CLOSE_SESSION_REASON_UNSET = 0;
+ */
CLOSE_SESSION_REASON_UNSET(0),
- /** CLOSE_SESSION_REASON_GOAWAY = 1; */
+ /**
+ * CLOSE_SESSION_REASON_GOAWAY = 1;
+ */
CLOSE_SESSION_REASON_GOAWAY(1),
- /** CLOSE_SESSION_REASON_ERROR = 2; */
+ /**
+ * CLOSE_SESSION_REASON_ERROR = 2;
+ */
CLOSE_SESSION_REASON_ERROR(2),
- /** CLOSE_SESSION_REASON_USER = 3; */
+ /**
+ * CLOSE_SESSION_REASON_USER = 3;
+ */
CLOSE_SESSION_REASON_USER(3),
- /** CLOSE_SESSION_REASON_DOWNSIZE = 4; */
+ /**
+ * CLOSE_SESSION_REASON_DOWNSIZE = 4;
+ */
CLOSE_SESSION_REASON_DOWNSIZE(4),
- /** CLOSE_SESSION_REASON_MISSED_HEARTBEAT = 5; */
+ /**
+ * CLOSE_SESSION_REASON_MISSED_HEARTBEAT = 5;
+ */
CLOSE_SESSION_REASON_MISSED_HEARTBEAT(5),
UNRECOGNIZED(-1),
;
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "CloseSessionReason");
- }
-
- /** CLOSE_SESSION_REASON_UNSET = 0; */
+ /**
+ * CLOSE_SESSION_REASON_UNSET = 0;
+ */
public static final int CLOSE_SESSION_REASON_UNSET_VALUE = 0;
-
- /** CLOSE_SESSION_REASON_GOAWAY = 1; */
+ /**
+ * CLOSE_SESSION_REASON_GOAWAY = 1;
+ */
public static final int CLOSE_SESSION_REASON_GOAWAY_VALUE = 1;
-
- /** CLOSE_SESSION_REASON_ERROR = 2; */
+ /**
+ * CLOSE_SESSION_REASON_ERROR = 2;
+ */
public static final int CLOSE_SESSION_REASON_ERROR_VALUE = 2;
-
- /** CLOSE_SESSION_REASON_USER = 3; */
+ /**
+ * CLOSE_SESSION_REASON_USER = 3;
+ */
public static final int CLOSE_SESSION_REASON_USER_VALUE = 3;
-
- /** CLOSE_SESSION_REASON_DOWNSIZE = 4; */
+ /**
+ * CLOSE_SESSION_REASON_DOWNSIZE = 4;
+ */
public static final int CLOSE_SESSION_REASON_DOWNSIZE_VALUE = 4;
-
- /** CLOSE_SESSION_REASON_MISSED_HEARTBEAT = 5; */
+ /**
+ * CLOSE_SESSION_REASON_MISSED_HEARTBEAT = 5;
+ */
public static final int CLOSE_SESSION_REASON_MISSED_HEARTBEAT_VALUE = 5;
+
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
@@ -150,20 +137,13 @@ public static CloseSessionReason valueOf(int value) {
*/
public static CloseSessionReason forNumber(int value) {
switch (value) {
- case 0:
- return CLOSE_SESSION_REASON_UNSET;
- case 1:
- return CLOSE_SESSION_REASON_GOAWAY;
- case 2:
- return CLOSE_SESSION_REASON_ERROR;
- case 3:
- return CLOSE_SESSION_REASON_USER;
- case 4:
- return CLOSE_SESSION_REASON_DOWNSIZE;
- case 5:
- return CLOSE_SESSION_REASON_MISSED_HEARTBEAT;
- default:
- return null;
+ case 0: return CLOSE_SESSION_REASON_UNSET;
+ case 1: return CLOSE_SESSION_REASON_GOAWAY;
+ case 2: return CLOSE_SESSION_REASON_ERROR;
+ case 3: return CLOSE_SESSION_REASON_USER;
+ case 4: return CLOSE_SESSION_REASON_DOWNSIZE;
+ case 5: return CLOSE_SESSION_REASON_MISSED_HEARTBEAT;
+ default: return null;
}
}
@@ -171,28 +151,28 @@ public static CloseSessionReason forNumber(int value) {
internalGetValueMap() {
return internalValueMap;
}
+ private static final com.google.protobuf.Internal.EnumLiteMap<
+ CloseSessionReason> internalValueMap =
+ new com.google.protobuf.Internal.EnumLiteMap() {
+ public CloseSessionReason findValueByNumber(int number) {
+ return CloseSessionReason.forNumber(number);
+ }
+ };
- private static final com.google.protobuf.Internal.EnumLiteMap
- internalValueMap =
- new com.google.protobuf.Internal.EnumLiteMap() {
- public CloseSessionReason findValueByNumber(int number) {
- return CloseSessionReason.forNumber(number);
- }
- };
-
- public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+ public final com.google.protobuf.Descriptors.EnumValueDescriptor
+ getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
-
- public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+ public final com.google.protobuf.Descriptors.EnumDescriptor
+ getDescriptorForType() {
return getDescriptor();
}
-
- public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+ public static final com.google.protobuf.Descriptors.EnumDescriptor
+ getDescriptor() {
return com.google.bigtable.v2.CloseSessionRequest.getDescriptor().getEnumTypes().get(0);
}
@@ -201,7 +181,8 @@ public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
public static CloseSessionReason valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
- throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+ throw new java.lang.IllegalArgumentException(
+ "EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
@@ -220,39 +201,27 @@ private CloseSessionReason(int value) {
public static final int REASON_FIELD_NUMBER = 1;
private int reason_ = 0;
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The enum numeric value on the wire for reason.
*/
- @java.lang.Override
- public int getReasonValue() {
+ @java.lang.Override public int getReasonValue() {
return reason_;
}
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The reason.
*/
- @java.lang.Override
- public com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason getReason() {
- com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason result =
- com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.forNumber(reason_);
- return result == null
- ? com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.UNRECOGNIZED
- : result;
+ @java.lang.Override public com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason getReason() {
+ com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason result = com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.forNumber(reason_);
+ return result == null ? com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.UNRECOGNIZED : result;
}
public static final int DESCRIPTION_FIELD_NUMBER = 2;
-
@SuppressWarnings("serial")
private volatile java.lang.Object description_ = "";
-
/**
* string description = 2;
- *
* @return The description.
*/
@java.lang.Override
@@ -261,24 +230,25 @@ public java.lang.String getDescription() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
description_ = s;
return s;
}
}
-
/**
* string description = 2;
- *
* @return The bytes for description.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getDescriptionBytes() {
+ public com.google.protobuf.ByteString
+ getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
description_ = b;
return b;
} else {
@@ -287,7 +257,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -299,14 +268,13 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (reason_
- != com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.CLOSE_SESSION_REASON_UNSET
- .getNumber()) {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (reason_ != com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.CLOSE_SESSION_REASON_UNSET.getNumber()) {
output.writeEnum(1, reason_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 2, description_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_);
}
getUnknownFields().writeTo(output);
}
@@ -317,13 +285,12 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (reason_
- != com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.CLOSE_SESSION_REASON_UNSET
- .getNumber()) {
- size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, reason_);
+ if (reason_ != com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.CLOSE_SESSION_REASON_UNSET.getNumber()) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeEnumSize(1, reason_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(2, description_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -333,16 +300,16 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.CloseSessionRequest)) {
return super.equals(obj);
}
- com.google.bigtable.v2.CloseSessionRequest other =
- (com.google.bigtable.v2.CloseSessionRequest) obj;
+ com.google.bigtable.v2.CloseSessionRequest other = (com.google.bigtable.v2.CloseSessionRequest) obj;
if (reason_ != other.reason_) return false;
- if (!getDescription().equals(other.getDescription())) return false;
+ if (!getDescription()
+ .equals(other.getDescription())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -363,137 +330,130 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.CloseSessionRequest parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CloseSessionRequest 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.bigtable.v2.CloseSessionRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.CloseSessionRequest parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.CloseSessionRequest parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.CloseSessionRequest parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.CloseSessionRequest prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Internal usage only.
*
*
* Protobuf type {@code google.bigtable.v2.CloseSessionRequest}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.CloseSessionRequest)
com.google.bigtable.v2.CloseSessionRequestOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_CloseSessionRequest_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_CloseSessionRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.CloseSessionRequest.class,
- com.google.bigtable.v2.CloseSessionRequest.Builder.class);
+ com.google.bigtable.v2.CloseSessionRequest.class, com.google.bigtable.v2.CloseSessionRequest.Builder.class);
}
// Construct using com.google.bigtable.v2.CloseSessionRequest.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
@@ -504,9 +464,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_CloseSessionRequest_descriptor;
}
@java.lang.Override
@@ -525,11 +485,8 @@ public com.google.bigtable.v2.CloseSessionRequest build() {
@java.lang.Override
public com.google.bigtable.v2.CloseSessionRequest buildPartial() {
- com.google.bigtable.v2.CloseSessionRequest result =
- new com.google.bigtable.v2.CloseSessionRequest(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.CloseSessionRequest result = new com.google.bigtable.v2.CloseSessionRequest(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -544,10 +501,42 @@ private void buildPartial0(com.google.bigtable.v2.CloseSessionRequest 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.bigtable.v2.CloseSessionRequest) {
- return mergeFrom((com.google.bigtable.v2.CloseSessionRequest) other);
+ return mergeFrom((com.google.bigtable.v2.CloseSessionRequest)other);
} else {
super.mergeFrom(other);
return this;
@@ -590,25 +579,22 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 8:
- {
- reason_ = input.readEnum();
- bitField0_ |= 0x00000001;
- break;
- } // case 8
- case 18:
- {
- description_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 8: {
+ reason_ = input.readEnum();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 8
+ case 18: {
+ description_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -618,24 +604,18 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private int reason_ = 0;
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The enum numeric value on the wire for reason.
*/
- @java.lang.Override
- public int getReasonValue() {
+ @java.lang.Override public int getReasonValue() {
return reason_;
}
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @param value The enum numeric value on the wire for reason to set.
* @return This builder for chaining.
*/
@@ -645,24 +625,17 @@ public Builder setReasonValue(int value) {
onChanged();
return this;
}
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The reason.
*/
@java.lang.Override
public com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason getReason() {
- com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason result =
- com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.forNumber(reason_);
- return result == null
- ? com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.UNRECOGNIZED
- : result;
+ com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason result = com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.forNumber(reason_);
+ return result == null ? com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason.UNRECOGNIZED : result;
}
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @param value The reason to set.
* @return This builder for chaining.
*/
@@ -675,10 +648,8 @@ public Builder setReason(com.google.bigtable.v2.CloseSessionRequest.CloseSession
onChanged();
return this;
}
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return This builder for chaining.
*/
public Builder clearReason() {
@@ -689,16 +660,15 @@ public Builder clearReason() {
}
private java.lang.Object description_ = "";
-
/**
* string description = 2;
- *
* @return The description.
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
description_ = s;
return s;
@@ -706,43 +676,38 @@ public java.lang.String getDescription() {
return (java.lang.String) ref;
}
}
-
/**
* string description = 2;
- *
* @return The bytes for description.
*/
- public com.google.protobuf.ByteString getDescriptionBytes() {
+ public com.google.protobuf.ByteString
+ getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
* string description = 2;
- *
* @param value The description to set.
* @return This builder for chaining.
*/
- public Builder setDescription(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setDescription(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
description_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
-
/**
* string description = 2;
- *
* @return This builder for chaining.
*/
public Builder clearDescription() {
@@ -751,30 +716,38 @@ public Builder clearDescription() {
onChanged();
return this;
}
-
/**
* string description = 2;
- *
* @param value The bytes for description to set.
* @return This builder for chaining.
*/
- public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setDescriptionBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
description_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
+ @java.lang.Override
+ public final Builder setUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.setUnknownFields(unknownFields);
+ }
+
+ @java.lang.Override
+ public final Builder mergeUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.mergeUnknownFields(unknownFields);
+ }
+
// @@protoc_insertion_point(builder_scope:google.bigtable.v2.CloseSessionRequest)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.CloseSessionRequest)
private static final com.google.bigtable.v2.CloseSessionRequest DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.CloseSessionRequest();
}
@@ -783,27 +756,27 @@ public static com.google.bigtable.v2.CloseSessionRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public CloseSessionRequest parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public CloseSessionRequest parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -818,4 +791,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.CloseSessionRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequestOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequestOrBuilder.java
index e7f1fd2994e1..7278ec6fb127 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequestOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CloseSessionRequestOrBuilder.java
@@ -1,56 +1,32 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface CloseSessionRequestOrBuilder
- extends
+public interface CloseSessionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.CloseSessionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The enum numeric value on the wire for reason.
*/
int getReasonValue();
-
/**
* .google.bigtable.v2.CloseSessionRequest.CloseSessionReason reason = 1;
- *
* @return The reason.
*/
com.google.bigtable.v2.CloseSessionRequest.CloseSessionReason getReason();
/**
* string description = 2;
- *
* @return The description.
*/
java.lang.String getDescription();
-
/**
* string description = 2;
- *
* @return The bytes for description.
*/
- com.google.protobuf.ByteString getDescriptionBytes();
+ com.google.protobuf.ByteString
+ getDescriptionBytes();
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformation.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformation.java
index 9e7d108425e2..32002c773ff4 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformation.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformation.java
@@ -1,28 +1,9 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Information on which Cluster served a vRPC, e.g. for Client-Side metrics.
* Internal usage only.
@@ -30,56 +11,50 @@
*
* Protobuf type {@code google.bigtable.v2.ClusterInformation}
*/
-@com.google.protobuf.Generated
-public final class ClusterInformation extends com.google.protobuf.GeneratedMessage
- implements
+public final class ClusterInformation extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.ClusterInformation)
ClusterInformationOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "ClusterInformation");
- }
-
+private static final long serialVersionUID = 0L;
// Use ClusterInformation.newBuilder() to construct.
- private ClusterInformation(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private ClusterInformation(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private ClusterInformation() {
clusterId_ = "";
zoneId_ = "";
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClusterInformation_descriptor;
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new ClusterInformation();
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClusterInformation_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClusterInformation_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClusterInformation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClusterInformation.class,
- com.google.bigtable.v2.ClusterInformation.Builder.class);
+ com.google.bigtable.v2.ClusterInformation.class, com.google.bigtable.v2.ClusterInformation.Builder.class);
}
public static final int CLUSTER_ID_FIELD_NUMBER = 1;
-
@SuppressWarnings("serial")
private volatile java.lang.Object clusterId_ = "";
-
/**
* string cluster_id = 1;
- *
* @return The clusterId.
*/
@java.lang.Override
@@ -88,24 +63,25 @@ public java.lang.String getClusterId() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
clusterId_ = s;
return s;
}
}
-
/**
* string cluster_id = 1;
- *
* @return The bytes for clusterId.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getClusterIdBytes() {
+ public com.google.protobuf.ByteString
+ getClusterIdBytes() {
java.lang.Object ref = clusterId_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
clusterId_ = b;
return b;
} else {
@@ -114,13 +90,10 @@ public com.google.protobuf.ByteString getClusterIdBytes() {
}
public static final int ZONE_ID_FIELD_NUMBER = 2;
-
@SuppressWarnings("serial")
private volatile java.lang.Object zoneId_ = "";
-
/**
* string zone_id = 2;
- *
* @return The zoneId.
*/
@java.lang.Override
@@ -129,24 +102,25 @@ public java.lang.String getZoneId() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
zoneId_ = s;
return s;
}
}
-
/**
* string zone_id = 2;
- *
* @return The bytes for zoneId.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getZoneIdBytes() {
+ public com.google.protobuf.ByteString
+ getZoneIdBytes() {
java.lang.Object ref = zoneId_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
zoneId_ = b;
return b;
} else {
@@ -155,7 +129,6 @@ public com.google.protobuf.ByteString getZoneIdBytes() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -167,12 +140,13 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(clusterId_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 1, clusterId_);
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clusterId_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, clusterId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(zoneId_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 2, zoneId_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneId_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, zoneId_);
}
getUnknownFields().writeTo(output);
}
@@ -183,11 +157,11 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(clusterId_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(1, clusterId_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clusterId_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, clusterId_);
}
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(zoneId_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(2, zoneId_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(zoneId_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, zoneId_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -197,16 +171,17 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.ClusterInformation)) {
return super.equals(obj);
}
- com.google.bigtable.v2.ClusterInformation other =
- (com.google.bigtable.v2.ClusterInformation) obj;
+ com.google.bigtable.v2.ClusterInformation other = (com.google.bigtable.v2.ClusterInformation) obj;
- if (!getClusterId().equals(other.getClusterId())) return false;
- if (!getZoneId().equals(other.getZoneId())) return false;
+ if (!getClusterId()
+ .equals(other.getClusterId())) return false;
+ if (!getZoneId()
+ .equals(other.getZoneId())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -227,105 +202,97 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.ClusterInformation parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.ClusterInformation parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClusterInformation 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.bigtable.v2.ClusterInformation parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.ClusterInformation parseDelimitedFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.bigtable.v2.ClusterInformation parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClusterInformation parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ClusterInformation parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.ClusterInformation prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Information on which Cluster served a vRPC, e.g. for Client-Side metrics.
* Internal usage only.
@@ -333,32 +300,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.Builder
*
* Protobuf type {@code google.bigtable.v2.ClusterInformation}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.ClusterInformation)
com.google.bigtable.v2.ClusterInformationOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClusterInformation_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClusterInformation_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClusterInformation_fieldAccessorTable
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClusterInformation_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ClusterInformation.class,
- com.google.bigtable.v2.ClusterInformation.Builder.class);
+ com.google.bigtable.v2.ClusterInformation.class, com.google.bigtable.v2.ClusterInformation.Builder.class);
}
// Construct using com.google.bigtable.v2.ClusterInformation.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
@@ -369,9 +337,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.SessionProto
- .internal_static_google_bigtable_v2_ClusterInformation_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.SessionProto.internal_static_google_bigtable_v2_ClusterInformation_descriptor;
}
@java.lang.Override
@@ -390,11 +358,8 @@ public com.google.bigtable.v2.ClusterInformation build() {
@java.lang.Override
public com.google.bigtable.v2.ClusterInformation buildPartial() {
- com.google.bigtable.v2.ClusterInformation result =
- new com.google.bigtable.v2.ClusterInformation(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.ClusterInformation result = new com.google.bigtable.v2.ClusterInformation(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -409,10 +374,42 @@ private void buildPartial0(com.google.bigtable.v2.ClusterInformation 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.bigtable.v2.ClusterInformation) {
- return mergeFrom((com.google.bigtable.v2.ClusterInformation) other);
+ return mergeFrom((com.google.bigtable.v2.ClusterInformation)other);
} else {
super.mergeFrom(other);
return this;
@@ -457,25 +454,22 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- clusterId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- zoneId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ clusterId_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ zoneId_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -485,20 +479,18 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private java.lang.Object clusterId_ = "";
-
/**
* string cluster_id = 1;
- *
* @return The clusterId.
*/
public java.lang.String getClusterId() {
java.lang.Object ref = clusterId_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
clusterId_ = s;
return s;
@@ -506,43 +498,38 @@ public java.lang.String getClusterId() {
return (java.lang.String) ref;
}
}
-
/**
* string cluster_id = 1;
- *
* @return The bytes for clusterId.
*/
- public com.google.protobuf.ByteString getClusterIdBytes() {
+ public com.google.protobuf.ByteString
+ getClusterIdBytes() {
java.lang.Object ref = clusterId_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
clusterId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
* string cluster_id = 1;
- *
* @param value The clusterId to set.
* @return This builder for chaining.
*/
- public Builder setClusterId(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setClusterId(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
clusterId_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
-
/**
* string cluster_id = 1;
- *
* @return This builder for chaining.
*/
public Builder clearClusterId() {
@@ -551,17 +538,14 @@ public Builder clearClusterId() {
onChanged();
return this;
}
-
/**
* string cluster_id = 1;
- *
* @param value The bytes for clusterId to set.
* @return This builder for chaining.
*/
- public Builder setClusterIdBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setClusterIdBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
clusterId_ = value;
bitField0_ |= 0x00000001;
@@ -570,16 +554,15 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) {
}
private java.lang.Object zoneId_ = "";
-
/**
* string zone_id = 2;
- *
* @return The zoneId.
*/
public java.lang.String getZoneId() {
java.lang.Object ref = zoneId_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
zoneId_ = s;
return s;
@@ -587,43 +570,38 @@ public java.lang.String getZoneId() {
return (java.lang.String) ref;
}
}
-
/**
* string zone_id = 2;
- *
* @return The bytes for zoneId.
*/
- public com.google.protobuf.ByteString getZoneIdBytes() {
+ public com.google.protobuf.ByteString
+ getZoneIdBytes() {
java.lang.Object ref = zoneId_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
zoneId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
* string zone_id = 2;
- *
* @param value The zoneId to set.
* @return This builder for chaining.
*/
- public Builder setZoneId(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setZoneId(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
zoneId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
-
/**
* string zone_id = 2;
- *
* @return This builder for chaining.
*/
public Builder clearZoneId() {
@@ -632,30 +610,38 @@ public Builder clearZoneId() {
onChanged();
return this;
}
-
/**
* string zone_id = 2;
- *
* @param value The bytes for zoneId to set.
* @return This builder for chaining.
*/
- public Builder setZoneIdBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setZoneIdBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
zoneId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
+ @java.lang.Override
+ public final Builder setUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.setUnknownFields(unknownFields);
+ }
+
+ @java.lang.Override
+ public final Builder mergeUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.mergeUnknownFields(unknownFields);
+ }
+
// @@protoc_insertion_point(builder_scope:google.bigtable.v2.ClusterInformation)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.ClusterInformation)
private static final com.google.bigtable.v2.ClusterInformation DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.ClusterInformation();
}
@@ -664,27 +650,27 @@ public static com.google.bigtable.v2.ClusterInformation getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public ClusterInformation parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public ClusterInformation parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -699,4 +685,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.ClusterInformation getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformationOrBuilder.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformationOrBuilder.java
index 392d0b7a67b9..a2fe9a36febc 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformationOrBuilder.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ClusterInformationOrBuilder.java
@@ -1,56 +1,33 @@
-/*
- * Copyright 2026 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/session.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
-@com.google.protobuf.Generated
-public interface ClusterInformationOrBuilder
- extends
+public interface ClusterInformationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.ClusterInformation)
com.google.protobuf.MessageOrBuilder {
/**
* string cluster_id = 1;
- *
* @return The clusterId.
*/
java.lang.String getClusterId();
-
/**
* string cluster_id = 1;
- *
* @return The bytes for clusterId.
*/
- com.google.protobuf.ByteString getClusterIdBytes();
+ com.google.protobuf.ByteString
+ getClusterIdBytes();
/**
* string zone_id = 2;
- *
* @return The zoneId.
*/
java.lang.String getZoneId();
-
/**
* string zone_id = 2;
- *
* @return The bytes for zoneId.
*/
- com.google.protobuf.ByteString getZoneIdBytes();
+ com.google.protobuf.ByteString
+ getZoneIdBytes();
}
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Column.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Column.java
index 6ccfb8de32cc..4a28de4d798d 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Column.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Column.java
@@ -13,16 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/data.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Specifies (some of) the contents of a single row/column intersection of a
* table.
@@ -30,52 +27,43 @@
*
* Protobuf type {@code google.bigtable.v2.Column}
*/
-@com.google.protobuf.Generated
-public final class Column extends com.google.protobuf.GeneratedMessage
- implements
+public final class Column extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.Column)
ColumnOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "Column");
- }
-
+private static final long serialVersionUID = 0L;
// Use Column.newBuilder() to construct.
- private Column(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private Column(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private Column() {
qualifier_ = com.google.protobuf.ByteString.EMPTY;
cells_ = java.util.Collections.emptyList();
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new Column();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Column_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_Column_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Column_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.bigtable.v2.Column.class, com.google.bigtable.v2.Column.Builder.class);
}
public static final int QUALIFIER_FIELD_NUMBER = 1;
private com.google.protobuf.ByteString qualifier_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* The unique key which identifies this column within its family. This is the
* same key that's used to identify the column in, for example, a RowFilter
@@ -85,7 +73,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* bytes qualifier = 1;
- *
* @return The qualifier.
*/
@java.lang.Override
@@ -94,13 +81,9 @@ public com.google.protobuf.ByteString getQualifier() {
}
public static final int CELLS_FIELD_NUMBER = 2;
-
@SuppressWarnings("serial")
private java.util.List cells_;
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -111,10 +94,7 @@ public com.google.protobuf.ByteString getQualifier() {
public java.util.List getCellsList() {
return cells_;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -122,13 +102,11 @@ public java.util.List getCellsList() {
* repeated .google.bigtable.v2.Cell cells = 2;
*/
@java.lang.Override
- public java.util.List extends com.google.bigtable.v2.CellOrBuilder> getCellsOrBuilderList() {
+ public java.util.List extends com.google.bigtable.v2.CellOrBuilder>
+ getCellsOrBuilderList() {
return cells_;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -139,10 +117,7 @@ public java.util.List extends com.google.bigtable.v2.CellOrBuilder> getCellsOr
public int getCellsCount() {
return cells_.size();
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -153,10 +128,7 @@ public int getCellsCount() {
public com.google.bigtable.v2.Cell getCells(int index) {
return cells_.get(index);
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -164,12 +136,12 @@ public com.google.bigtable.v2.Cell getCells(int index) {
* repeated .google.bigtable.v2.Cell cells = 2;
*/
@java.lang.Override
- public com.google.bigtable.v2.CellOrBuilder getCellsOrBuilder(int index) {
+ public com.google.bigtable.v2.CellOrBuilder getCellsOrBuilder(
+ int index) {
return cells_.get(index);
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -181,7 +153,8 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
if (!qualifier_.isEmpty()) {
output.writeBytes(1, qualifier_);
}
@@ -198,10 +171,12 @@ public int getSerializedSize() {
size = 0;
if (!qualifier_.isEmpty()) {
- size += com.google.protobuf.CodedOutputStream.computeBytesSize(1, qualifier_);
+ size += com.google.protobuf.CodedOutputStream
+ .computeBytesSize(1, qualifier_);
}
for (int i = 0; i < cells_.size(); i++) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, cells_.get(i));
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(2, cells_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -211,15 +186,17 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.Column)) {
return super.equals(obj);
}
com.google.bigtable.v2.Column other = (com.google.bigtable.v2.Column) obj;
- if (!getQualifier().equals(other.getQualifier())) return false;
- if (!getCellsList().equals(other.getCellsList())) return false;
+ if (!getQualifier()
+ .equals(other.getQualifier())) return false;
+ if (!getCellsList()
+ .equals(other.getCellsList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -242,104 +219,99 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.Column parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.Column parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Column parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.bigtable.v2.Column parseFrom(com.google.protobuf.ByteString data)
+ public static com.google.bigtable.v2.Column parseFrom(
+ com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Column 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.bigtable.v2.Column parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.Column parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.Column parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.Column parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.bigtable.v2.Column parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
public static com.google.bigtable.v2.Column parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
- public static com.google.bigtable.v2.Column parseFrom(com.google.protobuf.CodedInputStream input)
+ public static com.google.bigtable.v2.Column parseFrom(
+ com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.Column parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.Column prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Specifies (some of) the contents of a single row/column intersection of a
* table.
@@ -347,30 +319,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.Builder
*
* Protobuf type {@code google.bigtable.v2.Column}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.Column)
com.google.bigtable.v2.ColumnOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Column_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_Column_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Column_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.bigtable.v2.Column.class, com.google.bigtable.v2.Column.Builder.class);
}
// Construct using com.google.bigtable.v2.Column.newBuilder()
- private Builder() {}
+ private Builder() {
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
- super(parent);
}
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+
+ }
@java.lang.Override
public Builder clear() {
super.clear();
@@ -387,7 +362,8 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_Column_descriptor;
}
@@ -409,9 +385,7 @@ public com.google.bigtable.v2.Column build() {
public com.google.bigtable.v2.Column buildPartial() {
com.google.bigtable.v2.Column result = new com.google.bigtable.v2.Column(this);
buildPartialRepeatedFields(result);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -435,10 +409,42 @@ private void buildPartial0(com.google.bigtable.v2.Column 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.bigtable.v2.Column) {
- return mergeFrom((com.google.bigtable.v2.Column) other);
+ return mergeFrom((com.google.bigtable.v2.Column)other);
} else {
super.mergeFrom(other);
return this;
@@ -447,7 +453,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
public Builder mergeFrom(com.google.bigtable.v2.Column other) {
if (other == com.google.bigtable.v2.Column.getDefaultInstance()) return this;
- if (!other.getQualifier().isEmpty()) {
+ if (other.getQualifier() != com.google.protobuf.ByteString.EMPTY) {
setQualifier(other.getQualifier());
}
if (cellsBuilder_ == null) {
@@ -468,10 +474,9 @@ public Builder mergeFrom(com.google.bigtable.v2.Column other) {
cellsBuilder_ = null;
cells_ = other.cells_;
bitField0_ = (bitField0_ & ~0x00000002);
- cellsBuilder_ =
- com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
- ? internalGetCellsFieldBuilder()
- : null;
+ cellsBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+ getCellsFieldBuilder() : null;
} else {
cellsBuilder_.addAllMessages(other.cells_);
}
@@ -503,31 +508,30 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- qualifier_ = input.readBytes();
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- com.google.bigtable.v2.Cell m =
- input.readMessage(com.google.bigtable.v2.Cell.parser(), extensionRegistry);
- if (cellsBuilder_ == null) {
- ensureCellsIsMutable();
- cells_.add(m);
- } else {
- cellsBuilder_.addMessage(m);
- }
- break;
- } // case 18
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ qualifier_ = input.readBytes();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ com.google.bigtable.v2.Cell m =
+ input.readMessage(
+ com.google.bigtable.v2.Cell.parser(),
+ extensionRegistry);
+ if (cellsBuilder_ == null) {
+ ensureCellsIsMutable();
+ cells_.add(m);
+ } else {
+ cellsBuilder_.addMessage(m);
+ }
+ break;
+ } // case 18
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -537,14 +541,10 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private com.google.protobuf.ByteString qualifier_ = com.google.protobuf.ByteString.EMPTY;
-
/**
- *
- *
*
* The unique key which identifies this column within its family. This is the
* same key that's used to identify the column in, for example, a RowFilter
@@ -554,17 +554,13 @@ public Builder mergeFrom(
*
*
* bytes qualifier = 1;
- *
* @return The qualifier.
*/
@java.lang.Override
public com.google.protobuf.ByteString getQualifier() {
return qualifier_;
}
-
/**
- *
- *
*
* The unique key which identifies this column within its family. This is the
* same key that's used to identify the column in, for example, a RowFilter
@@ -574,23 +570,17 @@ public com.google.protobuf.ByteString getQualifier() {
*
*
* bytes qualifier = 1;
- *
* @param value The qualifier to set.
* @return This builder for chaining.
*/
public Builder setQualifier(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ if (value == null) { throw new NullPointerException(); }
qualifier_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
-
/**
- *
- *
*
* The unique key which identifies this column within its family. This is the
* same key that's used to identify the column in, for example, a RowFilter
@@ -600,7 +590,6 @@ public Builder setQualifier(com.google.protobuf.ByteString value) {
*
*
* bytes qualifier = 1;
- *
* @return This builder for chaining.
*/
public Builder clearQualifier() {
@@ -610,24 +599,19 @@ public Builder clearQualifier() {
return this;
}
- private java.util.List cells_ = java.util.Collections.emptyList();
-
+ private java.util.List cells_ =
+ java.util.Collections.emptyList();
private void ensureCellsIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
cells_ = new java.util.ArrayList(cells_);
bitField0_ |= 0x00000002;
- }
+ }
}
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Cell,
- com.google.bigtable.v2.Cell.Builder,
- com.google.bigtable.v2.CellOrBuilder>
- cellsBuilder_;
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Cell, com.google.bigtable.v2.Cell.Builder, com.google.bigtable.v2.CellOrBuilder> cellsBuilder_;
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -641,10 +625,7 @@ public java.util.List getCellsList() {
return cellsBuilder_.getMessageList();
}
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -658,10 +639,7 @@ public int getCellsCount() {
return cellsBuilder_.getCount();
}
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -675,17 +653,15 @@ public com.google.bigtable.v2.Cell getCells(int index) {
return cellsBuilder_.getMessage(index);
}
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder setCells(int index, com.google.bigtable.v2.Cell value) {
+ public Builder setCells(
+ int index, com.google.bigtable.v2.Cell value) {
if (cellsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -698,17 +674,15 @@ public Builder setCells(int index, com.google.bigtable.v2.Cell value) {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder setCells(int index, com.google.bigtable.v2.Cell.Builder builderForValue) {
+ public Builder setCells(
+ int index, com.google.bigtable.v2.Cell.Builder builderForValue) {
if (cellsBuilder_ == null) {
ensureCellsIsMutable();
cells_.set(index, builderForValue.build());
@@ -718,10 +692,7 @@ public Builder setCells(int index, com.google.bigtable.v2.Cell.Builder builderFo
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -741,17 +712,15 @@ public Builder addCells(com.google.bigtable.v2.Cell value) {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder addCells(int index, com.google.bigtable.v2.Cell value) {
+ public Builder addCells(
+ int index, com.google.bigtable.v2.Cell value) {
if (cellsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -764,17 +733,15 @@ public Builder addCells(int index, com.google.bigtable.v2.Cell value) {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder addCells(com.google.bigtable.v2.Cell.Builder builderForValue) {
+ public Builder addCells(
+ com.google.bigtable.v2.Cell.Builder builderForValue) {
if (cellsBuilder_ == null) {
ensureCellsIsMutable();
cells_.add(builderForValue.build());
@@ -784,17 +751,15 @@ public Builder addCells(com.google.bigtable.v2.Cell.Builder builderForValue) {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder addCells(int index, com.google.bigtable.v2.Cell.Builder builderForValue) {
+ public Builder addCells(
+ int index, com.google.bigtable.v2.Cell.Builder builderForValue) {
if (cellsBuilder_ == null) {
ensureCellsIsMutable();
cells_.add(index, builderForValue.build());
@@ -804,30 +769,26 @@ public Builder addCells(int index, com.google.bigtable.v2.Cell.Builder builderFo
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public Builder addAllCells(java.lang.Iterable extends com.google.bigtable.v2.Cell> values) {
+ public Builder addAllCells(
+ java.lang.Iterable extends com.google.bigtable.v2.Cell> values) {
if (cellsBuilder_ == null) {
ensureCellsIsMutable();
- com.google.protobuf.AbstractMessageLite.Builder.addAll(values, cells_);
+ com.google.protobuf.AbstractMessageLite.Builder.addAll(
+ values, cells_);
onChanged();
} else {
cellsBuilder_.addAllMessages(values);
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -844,10 +805,7 @@ public Builder clearCells() {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -864,57 +822,47 @@ public Builder removeCells(int index) {
}
return this;
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public com.google.bigtable.v2.Cell.Builder getCellsBuilder(int index) {
- return internalGetCellsFieldBuilder().getBuilder(index);
+ public com.google.bigtable.v2.Cell.Builder getCellsBuilder(
+ int index) {
+ return getCellsFieldBuilder().getBuilder(index);
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public com.google.bigtable.v2.CellOrBuilder getCellsOrBuilder(int index) {
+ public com.google.bigtable.v2.CellOrBuilder getCellsOrBuilder(
+ int index) {
if (cellsBuilder_ == null) {
- return cells_.get(index);
- } else {
+ return cells_.get(index); } else {
return cellsBuilder_.getMessageOrBuilder(index);
}
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public java.util.List extends com.google.bigtable.v2.CellOrBuilder> getCellsOrBuilderList() {
+ public java.util.List extends com.google.bigtable.v2.CellOrBuilder>
+ getCellsOrBuilderList() {
if (cellsBuilder_ != null) {
return cellsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(cells_);
}
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
@@ -922,60 +870,64 @@ public java.util.List extends com.google.bigtable.v2.CellOrBuilder> getCellsOr
* repeated .google.bigtable.v2.Cell cells = 2;
*/
public com.google.bigtable.v2.Cell.Builder addCellsBuilder() {
- return internalGetCellsFieldBuilder()
- .addBuilder(com.google.bigtable.v2.Cell.getDefaultInstance());
+ return getCellsFieldBuilder().addBuilder(
+ com.google.bigtable.v2.Cell.getDefaultInstance());
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public com.google.bigtable.v2.Cell.Builder addCellsBuilder(int index) {
- return internalGetCellsFieldBuilder()
- .addBuilder(index, com.google.bigtable.v2.Cell.getDefaultInstance());
+ public com.google.bigtable.v2.Cell.Builder addCellsBuilder(
+ int index) {
+ return getCellsFieldBuilder().addBuilder(
+ index, com.google.bigtable.v2.Cell.getDefaultInstance());
}
-
/**
- *
- *
*
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
*
* repeated .google.bigtable.v2.Cell cells = 2;
*/
- public java.util.List getCellsBuilderList() {
- return internalGetCellsFieldBuilder().getBuilderList();
+ public java.util.List
+ getCellsBuilderList() {
+ return getCellsFieldBuilder().getBuilderList();
}
-
- private com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Cell,
- com.google.bigtable.v2.Cell.Builder,
- com.google.bigtable.v2.CellOrBuilder>
- internalGetCellsFieldBuilder() {
+ private com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Cell, com.google.bigtable.v2.Cell.Builder, com.google.bigtable.v2.CellOrBuilder>
+ getCellsFieldBuilder() {
if (cellsBuilder_ == null) {
- cellsBuilder_ =
- new com.google.protobuf.RepeatedFieldBuilder<
- com.google.bigtable.v2.Cell,
- com.google.bigtable.v2.Cell.Builder,
- com.google.bigtable.v2.CellOrBuilder>(
- cells_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+ cellsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ com.google.bigtable.v2.Cell, com.google.bigtable.v2.Cell.Builder, com.google.bigtable.v2.CellOrBuilder>(
+ cells_,
+ ((bitField0_ & 0x00000002) != 0),
+ getParentForChildren(),
+ isClean());
cells_ = null;
}
return cellsBuilder_;
}
+ @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.bigtable.v2.Column)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.Column)
private static final com.google.bigtable.v2.Column DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.Column();
}
@@ -984,27 +936,27 @@ public static com.google.bigtable.v2.Column getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public Column parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public Column parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -1019,4 +971,6 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.Column getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
+
}
+
diff --git a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ColumnMetadata.java b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ColumnMetadata.java
index d73499cdf141..e4ba62c9035b 100644
--- a/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ColumnMetadata.java
+++ b/java-bigtable/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ColumnMetadata.java
@@ -13,78 +13,61 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// NO CHECKED-IN PROTOBUF GENCODE
// source: google/bigtable/v2/data.proto
-// Protobuf Java Version: 4.33.2
package com.google.bigtable.v2;
/**
- *
- *
*
* Describes a column in a Bigtable Query Language result set.
*
*
* Protobuf type {@code google.bigtable.v2.ColumnMetadata}
*/
-@com.google.protobuf.Generated
-public final class ColumnMetadata extends com.google.protobuf.GeneratedMessage
- implements
+public final class ColumnMetadata extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.bigtable.v2.ColumnMetadata)
ColumnMetadataOrBuilder {
- private static final long serialVersionUID = 0L;
-
- static {
- com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
- com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
- /* major= */ 4,
- /* minor= */ 33,
- /* patch= */ 2,
- /* suffix= */ "",
- "ColumnMetadata");
- }
-
+private static final long serialVersionUID = 0L;
// Use ColumnMetadata.newBuilder() to construct.
- private ColumnMetadata(com.google.protobuf.GeneratedMessage.Builder> builder) {
+ private ColumnMetadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private ColumnMetadata() {
name_ = "";
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new ColumnMetadata();
+ }
+
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_ColumnMetadata_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_ColumnMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ColumnMetadata.class,
- com.google.bigtable.v2.ColumnMetadata.Builder.class);
+ com.google.bigtable.v2.ColumnMetadata.class, com.google.bigtable.v2.ColumnMetadata.Builder.class);
}
- private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
-
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @return The name.
*/
@java.lang.Override
@@ -93,30 +76,29 @@ public java.lang.String getName() {
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @return The bytes for name.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getNameBytes() {
+ public com.google.protobuf.ByteString
+ getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
name_ = b;
return b;
} else {
@@ -126,42 +108,31 @@ public com.google.protobuf.ByteString getNameBytes() {
public static final int TYPE_FIELD_NUMBER = 2;
private com.google.bigtable.v2.Type type_;
-
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
- *
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
- return ((bitField0_ & 0x00000001) != 0);
+ return type_ != null;
}
-
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
- *
* @return The type.
*/
@java.lang.Override
public com.google.bigtable.v2.Type getType() {
return type_ == null ? com.google.bigtable.v2.Type.getDefaultInstance() : type_;
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -174,7 +145,6 @@ public com.google.bigtable.v2.TypeOrBuilder getTypeOrBuilder() {
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -186,11 +156,12 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
- if (((bitField0_ & 0x00000001) != 0)) {
+ if (type_ != null) {
output.writeMessage(2, getType());
}
getUnknownFields().writeTo(output);
@@ -202,11 +173,12 @@ public int getSerializedSize() {
if (size != -1) return size;
size = 0;
- if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_);
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
- if (((bitField0_ & 0x00000001) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getType());
+ if (type_ != null) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(2, getType());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -216,17 +188,19 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.bigtable.v2.ColumnMetadata)) {
return super.equals(obj);
}
com.google.bigtable.v2.ColumnMetadata other = (com.google.bigtable.v2.ColumnMetadata) obj;
- if (!getName().equals(other.getName())) return false;
+ if (!getName()
+ .equals(other.getName())) return false;
if (hasType() != other.hasType()) return false;
if (hasType()) {
- if (!getType().equals(other.getType())) return false;
+ if (!getType()
+ .equals(other.getType())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
@@ -250,145 +224,132 @@ public int hashCode() {
return hash;
}
- public static com.google.bigtable.v2.ColumnMetadata parseFrom(java.nio.ByteBuffer data)
+ public static com.google.bigtable.v2.ColumnMetadata parseFrom(
+ java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.bigtable.v2.ColumnMetadata parseFrom(com.google.protobuf.ByteString data)
+ public static com.google.bigtable.v2.ColumnMetadata parseFrom(
+ com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ColumnMetadata 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.bigtable.v2.ColumnMetadata parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.bigtable.v2.ColumnMetadata parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(PARSER, input);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
public static com.google.bigtable.v2.ColumnMetadata parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.bigtable.v2.ColumnMetadata parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessage.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
public static Builder newBuilder(com.google.bigtable.v2.ColumnMetadata prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
- protected Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
-
/**
- *
- *
*
* Describes a column in a Bigtable Query Language result set.
*
*
* Protobuf type {@code google.bigtable.v2.ColumnMetadata}
*/
- public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.bigtable.v2.ColumnMetadata)
com.google.bigtable.v2.ColumnMetadataOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_ColumnMetadata_fieldAccessorTable
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_ColumnMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.bigtable.v2.ColumnMetadata.class,
- com.google.bigtable.v2.ColumnMetadata.Builder.class);
+ com.google.bigtable.v2.ColumnMetadata.class, com.google.bigtable.v2.ColumnMetadata.Builder.class);
}
// Construct using com.google.bigtable.v2.ColumnMetadata.newBuilder()
private Builder() {
- maybeForceBuilderInitialization();
+
}
- private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
- maybeForceBuilderInitialization();
- }
- private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
- internalGetTypeFieldBuilder();
- }
}
-
@java.lang.Override
public Builder clear() {
super.clear();
@@ -403,9 +364,9 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.bigtable.v2.DataProto
- .internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.bigtable.v2.DataProto.internal_static_google_bigtable_v2_ColumnMetadata_descriptor;
}
@java.lang.Override
@@ -424,11 +385,8 @@ public com.google.bigtable.v2.ColumnMetadata build() {
@java.lang.Override
public com.google.bigtable.v2.ColumnMetadata buildPartial() {
- com.google.bigtable.v2.ColumnMetadata result =
- new com.google.bigtable.v2.ColumnMetadata(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.bigtable.v2.ColumnMetadata result = new com.google.bigtable.v2.ColumnMetadata(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
@@ -438,18 +396,49 @@ private void buildPartial0(com.google.bigtable.v2.ColumnMetadata result) {
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
- int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.type_ = typeBuilder_ == null ? type_ : typeBuilder_.build();
- to_bitField0_ |= 0x00000001;
+ result.type_ = typeBuilder_ == null
+ ? type_
+ : typeBuilder_.build();
}
- result.bitField0_ |= to_bitField0_;
}
+ @java.lang.Override
+ public Builder clone() {
+ return super.clone();
+ }
+ @java.lang.Override
+ public Builder setField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.setField(field, value);
+ }
+ @java.lang.Override
+ public Builder clearField(
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
+ return super.clearField(field);
+ }
+ @java.lang.Override
+ public Builder clearOneof(
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ return super.clearOneof(oneof);
+ }
+ @java.lang.Override
+ public Builder setRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ int index, java.lang.Object value) {
+ return super.setRepeatedField(field, index, value);
+ }
+ @java.lang.Override
+ public Builder addRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.addRepeatedField(field, value);
+ }
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.bigtable.v2.ColumnMetadata) {
- return mergeFrom((com.google.bigtable.v2.ColumnMetadata) other);
+ return mergeFrom((com.google.bigtable.v2.ColumnMetadata)other);
} else {
super.mergeFrom(other);
return this;
@@ -492,25 +481,24 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- name_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- input.readMessage(internalGetTypeFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ name_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ input.readMessage(
+ getTypeFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -520,26 +508,22 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private java.lang.Object name_ = "";
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
@@ -547,61 +531,50 @@ public java.lang.String getName() {
return (java.lang.String) ref;
}
}
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @return The bytes for name.
*/
- public com.google.protobuf.ByteString getNameBytes() {
+ public com.google.protobuf.ByteString
+ getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @param value The name to set.
* @return This builder for chaining.
*/
- public Builder setName(java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setName(
+ java.lang.String value) {
+ if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @return This builder for chaining.
*/
public Builder clearName() {
@@ -610,23 +583,18 @@ public Builder clearName() {
onChanged();
return this;
}
-
/**
- *
- *
*
* The name of the column.
*
*
* string name = 1;
- *
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
- public Builder setNameBytes(com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
+ public Builder setNameBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000001;
@@ -635,36 +603,25 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
}
private com.google.bigtable.v2.Type type_;
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.Type,
- com.google.bigtable.v2.Type.Builder,
- com.google.bigtable.v2.TypeOrBuilder>
- typeBuilder_;
-
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.Type, com.google.bigtable.v2.Type.Builder, com.google.bigtable.v2.TypeOrBuilder> typeBuilder_;
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
- *
* @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000002) != 0);
}
-
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
- *
* @return The type.
*/
public com.google.bigtable.v2.Type getType() {
@@ -674,10 +631,7 @@ public com.google.bigtable.v2.Type getType() {
return typeBuilder_.getMessage();
}
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -697,17 +651,15 @@ public Builder setType(com.google.bigtable.v2.Type value) {
onChanged();
return this;
}
-
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
*/
- public Builder setType(com.google.bigtable.v2.Type.Builder builderForValue) {
+ public Builder setType(
+ com.google.bigtable.v2.Type.Builder builderForValue) {
if (typeBuilder_ == null) {
type_ = builderForValue.build();
} else {
@@ -717,10 +669,7 @@ public Builder setType(com.google.bigtable.v2.Type.Builder builderForValue) {
onChanged();
return this;
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -729,9 +678,9 @@ public Builder setType(com.google.bigtable.v2.Type.Builder builderForValue) {
*/
public Builder mergeType(com.google.bigtable.v2.Type value) {
if (typeBuilder_ == null) {
- if (((bitField0_ & 0x00000002) != 0)
- && type_ != null
- && type_ != com.google.bigtable.v2.Type.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000002) != 0) &&
+ type_ != null &&
+ type_ != com.google.bigtable.v2.Type.getDefaultInstance()) {
getTypeBuilder().mergeFrom(value);
} else {
type_ = value;
@@ -739,16 +688,11 @@ public Builder mergeType(com.google.bigtable.v2.Type value) {
} else {
typeBuilder_.mergeFrom(value);
}
- if (type_ != null) {
- bitField0_ |= 0x00000002;
- onChanged();
- }
+ bitField0_ |= 0x00000002;
+ onChanged();
return this;
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -765,10 +709,7 @@ public Builder clearType() {
onChanged();
return this;
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -778,12 +719,9 @@ public Builder clearType() {
public com.google.bigtable.v2.Type.Builder getTypeBuilder() {
bitField0_ |= 0x00000002;
onChanged();
- return internalGetTypeFieldBuilder().getBuilder();
+ return getTypeFieldBuilder().getBuilder();
}
-
/**
- *
- *
*
* The type of the column.
*
@@ -794,41 +732,48 @@ public com.google.bigtable.v2.TypeOrBuilder getTypeOrBuilder() {
if (typeBuilder_ != null) {
return typeBuilder_.getMessageOrBuilder();
} else {
- return type_ == null ? com.google.bigtable.v2.Type.getDefaultInstance() : type_;
+ return type_ == null ?
+ com.google.bigtable.v2.Type.getDefaultInstance() : type_;
}
}
-
/**
- *
- *
*
* The type of the column.
*
*
* .google.bigtable.v2.Type type = 2;
*/
- private com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.Type,
- com.google.bigtable.v2.Type.Builder,
- com.google.bigtable.v2.TypeOrBuilder>
- internalGetTypeFieldBuilder() {
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.Type, com.google.bigtable.v2.Type.Builder, com.google.bigtable.v2.TypeOrBuilder>
+ getTypeFieldBuilder() {
if (typeBuilder_ == null) {
- typeBuilder_ =
- new com.google.protobuf.SingleFieldBuilder<
- com.google.bigtable.v2.Type,
- com.google.bigtable.v2.Type.Builder,
- com.google.bigtable.v2.TypeOrBuilder>(getType(), getParentForChildren(), isClean());
+ typeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.bigtable.v2.Type, com.google.bigtable.v2.Type.Builder, com.google.bigtable.v2.TypeOrBuilder>(
+ getType(),
+ getParentForChildren(),
+ isClean());
type_ = null;
}
return typeBuilder_;
}
+ @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.bigtable.v2.ColumnMetadata)
}
// @@protoc_insertion_point(class_scope:google.bigtable.v2.ColumnMetadata)
private static final com.google.bigtable.v2.ColumnMetadata DEFAULT_INSTANCE;
-
static {
DEFAULT_INSTANCE = new com.google.bigtable.v2.ColumnMetadata();
}
@@ -837,27 +782,27 @@ public static com.google.bigtable.v2.ColumnMetadata getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- private static final com.google.protobuf.Parser PARSER =
- new com.google.protobuf.AbstractParser() {
- @java.lang.Override
- public ColumnMetadata parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- Builder builder = newBuilder();
- try {
- builder.mergeFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- throw e.setUnfinishedMessage(builder.buildPartial());
- } catch (com.google.protobuf.UninitializedMessageException e) {
- throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
- } catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(e)
- .setUnfinishedMessage(builder.buildPartial());
- }
- return builder.buildPartial();
- }
- };
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public ColumnMetadata parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ Builder builder = newBuilder();
+ try {
+ builder.mergeFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(builder.buildPartial());
+ } catch (com.google.protobuf.UninitializedMessageException e) {
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
+ .setUnfinishedMessage(builder.buildPartial());
+ }
+ return builder.buildPartial();
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -872,4 +817,6 @@ public com.google.protobuf.Parser | | | | | |