diff --git a/google-api-grpc/grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java b/google-api-grpc/grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java index 909a68413440..4525d14b3196 100644 --- a/google-api-grpc/grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java +++ b/google-api-grpc/grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java @@ -1,21 +1,18 @@ package com.google.bigtable.v2; import static io.grpc.MethodDescriptor.generateFullMethodName; -import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; -import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; import static io.grpc.stub.ClientCalls.asyncUnaryCall; import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; import static io.grpc.stub.ClientCalls.blockingUnaryCall; import static io.grpc.stub.ClientCalls.futureUnaryCall; -import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; -import static io.grpc.stub.ServerCalls.asyncClientStreamingCall; import static io.grpc.stub.ServerCalls.asyncServerStreamingCall; import static io.grpc.stub.ServerCalls.asyncUnaryCall; -import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall; import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall; /** + * + * *
* Service for reading from and writing to existing Bigtable tables. *@@ -31,231 +28,324 @@ private BigtableGrpc() {} // Static method descriptors that strictly reflect the proto. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") - @java.lang.Deprecated // Use {@link #getReadRowsMethod()} instead. - public static final io.grpc.MethodDescriptor
* Service for reading from and writing to existing Bigtable tables.
*
*/
- public static abstract class BigtableImplBase implements io.grpc.BindableService {
+ public abstract static class BigtableImplBase implements io.grpc.BindableService {
/**
+ *
+ *
*
* Streams back the contents of all requested rows in key order, optionally
* applying the same Reader filter to each. Depending on their size,
@@ -292,12 +382,15 @@ public static abstract class BigtableImplBase implements io.grpc.BindableService
* ReadRowsResponse documentation for details.
*
*/
- public void readRows(com.google.bigtable.v2.ReadRowsRequest request,
+ public void readRows(
+ com.google.bigtable.v2.ReadRowsRequest request,
io.grpc.stub.StreamObserver
* Returns a sample of row keys in the table. The returned row keys will
* delimit contiguous sections of the table of approximately equal size,
@@ -305,45 +398,59 @@ public void readRows(com.google.bigtable.v2.ReadRowsRequest request,
* mapreduces.
*
*/
- public void sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request,
- io.grpc.stub.StreamObserver
* Mutates a row atomically. Cells already present in the row are left
* unchanged unless explicitly changed by `mutation`.
*
*/
- public void mutateRow(com.google.bigtable.v2.MutateRowRequest request,
+ public void mutateRow(
+ com.google.bigtable.v2.MutateRowRequest request,
io.grpc.stub.StreamObserver
* Mutates multiple rows in a batch. Each individual row is mutated
* atomically as in MutateRow, but the entire batch is not executed
* atomically.
*
*/
- public void mutateRows(com.google.bigtable.v2.MutateRowsRequest request,
+ public void mutateRows(
+ com.google.bigtable.v2.MutateRowsRequest request,
io.grpc.stub.StreamObserver
* Mutates a row atomically based on the output of a predicate Reader filter.
*
*/
- public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request,
- io.grpc.stub.StreamObserver
* Modifies a row atomically on the server. The method reads the latest
* existing timestamp and value from the specified columns and writes a new
@@ -352,60 +459,62 @@ public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest re
* time. The method returns the new contents of all modified cells.
*
*/
- public void readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request,
- io.grpc.stub.StreamObserver
* Service for reading from and writing to existing Bigtable tables.
*
@@ -415,18 +524,18 @@ private BigtableStub(io.grpc.Channel channel) {
super(channel);
}
- private BigtableStub(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
+ private BigtableStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
- protected BigtableStub build(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
+ protected BigtableStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new BigtableStub(channel, callOptions);
}
/**
+ *
+ *
*
* Streams back the contents of all requested rows in key order, optionally
* applying the same Reader filter to each. Depending on their size,
@@ -435,13 +544,18 @@ protected BigtableStub build(io.grpc.Channel channel,
* ReadRowsResponse documentation for details.
*
*/
- public void readRows(com.google.bigtable.v2.ReadRowsRequest request,
+ public void readRows(
+ com.google.bigtable.v2.ReadRowsRequest request,
io.grpc.stub.StreamObserver
* Returns a sample of row keys in the table. The returned row keys will
* delimit contiguous sections of the table of approximately equal size,
@@ -449,49 +563,71 @@ public void readRows(com.google.bigtable.v2.ReadRowsRequest request,
* mapreduces.
*
*/
- public void sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request,
- io.grpc.stub.StreamObserver
* Mutates a row atomically. Cells already present in the row are left
* unchanged unless explicitly changed by `mutation`.
*
*/
- public void mutateRow(com.google.bigtable.v2.MutateRowRequest request,
+ public void mutateRow(
+ com.google.bigtable.v2.MutateRowRequest request,
io.grpc.stub.StreamObserver
* Mutates multiple rows in a batch. Each individual row is mutated
* atomically as in MutateRow, but the entire batch is not executed
* atomically.
*
*/
- public void mutateRows(com.google.bigtable.v2.MutateRowsRequest request,
+ public void mutateRows(
+ com.google.bigtable.v2.MutateRowsRequest request,
io.grpc.stub.StreamObserver
* Mutates a row atomically based on the output of a predicate Reader filter.
*
*/
- public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request,
- io.grpc.stub.StreamObserver
* Modifies a row atomically on the server. The method reads the latest
* existing timestamp and value from the specified columns and writes a new
@@ -500,35 +636,42 @@ public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest re
* time. The method returns the new contents of all modified cells.
*
*/
- public void readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request,
- io.grpc.stub.StreamObserver
* Service for reading from and writing to existing Bigtable tables.
*
*/
- public static final class BigtableBlockingStub extends io.grpc.stub.AbstractStub
* Streams back the contents of all requested rows in key order, optionally
* applying the same Reader filter to each. Depending on their size,
@@ -544,6 +687,8 @@ public java.util.Iterator readRows(
}
/**
+ *
+ *
*
* Returns a sample of row keys in the table. The returned row keys will
* delimit contiguous sections of the table of approximately equal size,
@@ -558,17 +703,21 @@ public java.util.Iterator sampleRo
}
/**
+ *
+ *
*
* Mutates a row atomically. Cells already present in the row are left
* unchanged unless explicitly changed by `mutation`.
*
*/
- public com.google.bigtable.v2.MutateRowResponse mutateRow(com.google.bigtable.v2.MutateRowRequest request) {
- return blockingUnaryCall(
- getChannel(), getMutateRowMethodHelper(), getCallOptions(), request);
+ public com.google.bigtable.v2.MutateRowResponse mutateRow(
+ com.google.bigtable.v2.MutateRowRequest request) {
+ return blockingUnaryCall(getChannel(), getMutateRowMethodHelper(), getCallOptions(), request);
}
/**
+ *
+ *
*
* Mutates multiple rows in a batch. Each individual row is mutated
* atomically as in MutateRow, but the entire batch is not executed
@@ -582,16 +731,21 @@ public java.util.Iterator mutateRows(
}
/**
+ *
+ *
*
* Mutates a row atomically based on the output of a predicate Reader filter.
*
*/
- public com.google.bigtable.v2.CheckAndMutateRowResponse checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request) {
+ public com.google.bigtable.v2.CheckAndMutateRowResponse checkAndMutateRow(
+ com.google.bigtable.v2.CheckAndMutateRowRequest request) {
return blockingUnaryCall(
getChannel(), getCheckAndMutateRowMethodHelper(), getCallOptions(), request);
}
/**
+ *
+ *
*
* Modifies a row atomically on the server. The method reads the latest
* existing timestamp and value from the specified columns and writes a new
@@ -600,57 +754,67 @@ public com.google.bigtable.v2.CheckAndMutateRowResponse checkAndMutateRow(com.go
* time. The method returns the new contents of all modified cells.
*
*/
- public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request) {
+ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
+ com.google.bigtable.v2.ReadModifyWriteRowRequest request) {
return blockingUnaryCall(
getChannel(), getReadModifyWriteRowMethodHelper(), getCallOptions(), request);
}
}
/**
+ *
+ *
*
* Service for reading from and writing to existing Bigtable tables.
*
*/
- public static final class BigtableFutureStub extends io.grpc.stub.AbstractStub {
+ public static final class BigtableFutureStub
+ extends io.grpc.stub.AbstractStub {
private BigtableFutureStub(io.grpc.Channel channel) {
super(channel);
}
- private BigtableFutureStub(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
+ private BigtableFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
- protected BigtableFutureStub build(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
+ protected BigtableFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new BigtableFutureStub(channel, callOptions);
}
/**
+ *
+ *
*
* Mutates a row atomically. Cells already present in the row are left
* unchanged unless explicitly changed by `mutation`.
*
*/
- public com.google.common.util.concurrent.ListenableFuture mutateRow(
- com.google.bigtable.v2.MutateRowRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture<
+ com.google.bigtable.v2.MutateRowResponse>
+ mutateRow(com.google.bigtable.v2.MutateRowRequest request) {
return futureUnaryCall(
getChannel().newCall(getMutateRowMethodHelper(), getCallOptions()), request);
}
/**
+ *
+ *
*
* Mutates a row atomically based on the output of a predicate Reader filter.
*
*/
- public com.google.common.util.concurrent.ListenableFuture checkAndMutateRow(
- com.google.bigtable.v2.CheckAndMutateRowRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture<
+ com.google.bigtable.v2.CheckAndMutateRowResponse>
+ checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request) {
return futureUnaryCall(
getChannel().newCall(getCheckAndMutateRowMethodHelper(), getCallOptions()), request);
}
/**
+ *
+ *
*
* Modifies a row atomically on the server. The method reads the latest
* existing timestamp and value from the specified columns and writes a new
@@ -659,8 +823,9 @@ public com.google.common.util.concurrent.ListenableFuture
*/
- public com.google.common.util.concurrent.ListenableFuture readModifyWriteRow(
- com.google.bigtable.v2.ReadModifyWriteRowRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture<
+ com.google.bigtable.v2.ReadModifyWriteRowResponse>
+ readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request) {
return futureUnaryCall(
getChannel().newCall(getReadModifyWriteRowMethodHelper(), getCallOptions()), request);
}
@@ -673,11 +838,11 @@ public com.google.common.util.concurrent.ListenableFuture implements
- io.grpc.stub.ServerCalls.UnaryMethod,
- io.grpc.stub.ServerCalls.ServerStreamingMethod,
- io.grpc.stub.ServerCalls.ClientStreamingMethod,
- io.grpc.stub.ServerCalls.BidiStreamingMethod {
+ private static final class MethodHandlers
+ implements io.grpc.stub.ServerCalls.UnaryMethod,
+ io.grpc.stub.ServerCalls.ServerStreamingMethod,
+ io.grpc.stub.ServerCalls.ClientStreamingMethod,
+ io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final BigtableImplBase serviceImpl;
private final int methodId;
@@ -691,28 +856,40 @@ private static final class MethodHandlers implements
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_READ_ROWS:
- serviceImpl.readRows((com.google.bigtable.v2.ReadRowsRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.readRows(
+ (com.google.bigtable.v2.ReadRowsRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
case METHODID_SAMPLE_ROW_KEYS:
- serviceImpl.sampleRowKeys((com.google.bigtable.v2.SampleRowKeysRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.sampleRowKeys(
+ (com.google.bigtable.v2.SampleRowKeysRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
case METHODID_MUTATE_ROW:
- serviceImpl.mutateRow((com.google.bigtable.v2.MutateRowRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.mutateRow(
+ (com.google.bigtable.v2.MutateRowRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
case METHODID_MUTATE_ROWS:
- serviceImpl.mutateRows((com.google.bigtable.v2.MutateRowsRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.mutateRows(
+ (com.google.bigtable.v2.MutateRowsRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
case METHODID_CHECK_AND_MUTATE_ROW:
- serviceImpl.checkAndMutateRow((com.google.bigtable.v2.CheckAndMutateRowRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.checkAndMutateRow(
+ (com.google.bigtable.v2.CheckAndMutateRowRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
case METHODID_READ_MODIFY_WRITE_ROW:
- serviceImpl.readModifyWriteRow((com.google.bigtable.v2.ReadModifyWriteRowRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
+ serviceImpl.readModifyWriteRow(
+ (com.google.bigtable.v2.ReadModifyWriteRowRequest) request,
+ (io.grpc.stub.StreamObserver)
+ responseObserver);
break;
default:
throw new AssertionError();
@@ -730,8 +907,9 @@ public io.grpc.stub.StreamObserver invoke(
}
}
- private static abstract class BigtableBaseDescriptorSupplier
- implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+ private abstract static class BigtableBaseDescriptorSupplier
+ implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
+ io.grpc.protobuf.ProtoServiceDescriptorSupplier {
BigtableBaseDescriptorSupplier() {}
@java.lang.Override
@@ -745,13 +923,11 @@ public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor()
}
}
- private static final class BigtableFileDescriptorSupplier
- extends BigtableBaseDescriptorSupplier {
+ private static final class BigtableFileDescriptorSupplier extends BigtableBaseDescriptorSupplier {
BigtableFileDescriptorSupplier() {}
}
- private static final class BigtableMethodDescriptorSupplier
- extends BigtableBaseDescriptorSupplier
+ private static final class BigtableMethodDescriptorSupplier extends BigtableBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
@@ -773,15 +949,17 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
synchronized (BigtableGrpc.class) {
result = serviceDescriptor;
if (result == null) {
- serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
- .setSchemaDescriptor(new BigtableFileDescriptorSupplier())
- .addMethod(getReadRowsMethodHelper())
- .addMethod(getSampleRowKeysMethodHelper())
- .addMethod(getMutateRowMethodHelper())
- .addMethod(getMutateRowsMethodHelper())
- .addMethod(getCheckAndMutateRowMethodHelper())
- .addMethod(getReadModifyWriteRowMethodHelper())
- .build();
+ serviceDescriptor =
+ result =
+ io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+ .setSchemaDescriptor(new BigtableFileDescriptorSupplier())
+ .addMethod(getReadRowsMethodHelper())
+ .addMethod(getSampleRowKeysMethodHelper())
+ .addMethod(getMutateRowMethodHelper())
+ .addMethod(getMutateRowsMethodHelper())
+ .addMethod(getCheckAndMutateRowMethodHelper())
+ .addMethod(getReadModifyWriteRowMethodHelper())
+ .build();
}
}
}
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
index f045bb96c57e..dde0523f2d00 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
@@ -5,290 +5,316 @@
public final class BigtableProto {
private BigtableProto() {}
- 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.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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_CheckAndMutateRowRequest_descriptor;
- static final
- com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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_ReadModifyWriteRowRequest_descriptor;
- static final
- com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.FieldAccessorTable
+ internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor;
+ static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_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\035google/bigtable/v2/data.proto\032\036go" +
- "ogle/protobuf/wrappers.proto\032\027google/rpc" +
- "/status.proto\"\252\001\n\017ReadRowsRequest\022\022\n\ntab" +
- "le_name\030\001 \001(\t\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.Row" +
- "Filter\022\022\n\nrows_limit\030\004 \001(\003\"\370\002\n\020ReadRowsR" +
- "esponse\022>\n\006chunks\030\001 \003(\0132..google.bigtabl" +
- "e.v2.ReadRowsResponse.CellChunk\022\034\n\024last_" +
- "scanned_row_key\030\002 \001(\014\032\205\002\n\tCellChunk\022\017\n\007r" +
- "ow_key\030\001 \001(\014\0221\n\013family_name\030\002 \001(\0132\034.goog" +
- "le.protobuf.StringValue\022.\n\tqualifier\030\003 \001" +
- "(\0132\033.google.protobuf.BytesValue\022\030\n\020times" +
- "tamp_micros\030\004 \001(\003\022\016\n\006labels\030\005 \003(\t\022\r\n\005val" +
- "ue\030\006 \001(\014\022\022\n\nvalue_size\030\007 \001(\005\022\023\n\treset_ro" +
- "w\030\010 \001(\010H\000\022\024\n\ncommit_row\030\t \001(\010H\000B\014\n\nrow_s" +
- "tatus\"B\n\024SampleRowKeysRequest\022\022\n\ntable_n" +
- "ame\030\001 \001(\t\022\026\n\016app_profile_id\030\002 \001(\t\">\n\025Sam" +
- "pleRowKeysResponse\022\017\n\007row_key\030\001 \001(\014\022\024\n\014o" +
- "ffset_bytes\030\002 \001(\003\"\200\001\n\020MutateRowRequest\022\022" +
- "\n\ntable_name\030\001 \001(\t\022\026\n\016app_profile_id\030\004 \001" +
- "(\t\022\017\n\007row_key\030\002 \001(\014\022/\n\tmutations\030\003 \003(\0132\034" +
- ".google.bigtable.v2.Mutation\"\023\n\021MutateRo" +
- "wResponse\"\310\001\n\021MutateRowsRequest\022\022\n\ntable" +
- "_name\030\001 \001(\t\022\026\n\016app_profile_id\030\003 \001(\t\022<\n\007e" +
- "ntries\030\002 \003(\0132+.google.bigtable.v2.Mutate" +
- "RowsRequest.Entry\032I\n\005Entry\022\017\n\007row_key\030\001 " +
- "\001(\014\022/\n\tmutations\030\002 \003(\0132\034.google.bigtable" +
- ".v2.Mutation\"\217\001\n\022MutateRowsResponse\022=\n\007e" +
- "ntries\030\001 \003(\0132,.google.bigtable.v2.Mutate" +
- "RowsResponse.Entry\032:\n\005Entry\022\r\n\005index\030\001 \001" +
- "(\003\022\"\n\006status\030\002 \001(\0132\022.google.rpc.Status\"\375" +
- "\001\n\030CheckAndMutateRowRequest\022\022\n\ntable_nam" +
- "e\030\001 \001(\t\022\026\n\016app_profile_id\030\007 \001(\t\022\017\n\007row_k" +
- "ey\030\002 \001(\014\0227\n\020predicate_filter\030\006 \001(\0132\035.goo" +
- "gle.bigtable.v2.RowFilter\0224\n\016true_mutati" +
- "ons\030\004 \003(\0132\034.google.bigtable.v2.Mutation\022" +
- "5\n\017false_mutations\030\005 \003(\0132\034.google.bigtab" +
- "le.v2.Mutation\"6\n\031CheckAndMutateRowRespo" +
- "nse\022\031\n\021predicate_matched\030\001 \001(\010\"\220\001\n\031ReadM" +
- "odifyWriteRowRequest\022\022\n\ntable_name\030\001 \001(\t" +
- "\022\026\n\016app_profile_id\030\004 \001(\t\022\017\n\007row_key\030\002 \001(" +
- "\014\0226\n\005rules\030\003 \003(\0132\'.google.bigtable.v2.Re" +
- "adModifyWriteRule\"B\n\032ReadModifyWriteRowR" +
- "esponse\022$\n\003row\030\001 \001(\0132\027.google.bigtable.v" +
- "2.Row2\255\010\n\010Bigtable\022\235\001\n\010ReadRows\022#.google" +
- ".bigtable.v2.ReadRowsRequest\032$.google.bi" +
- "gtable.v2.ReadRowsResponse\"D\202\323\344\223\002>\"9/v2/" +
- "{table_name=projects/*/instances/*/table" +
- "s/*}:readRows:\001*0\001\022\256\001\n\rSampleRowKeys\022(.g" +
- "oogle.bigtable.v2.SampleRowKeysRequest\032)" +
- ".google.bigtable.v2.SampleRowKeysRespons" +
- "e\"F\202\323\344\223\002@\022>/v2/{table_name=projects/*/in" +
- "stances/*/tables/*}:sampleRowKeys0\001\022\237\001\n\t" +
- "MutateRow\022$.google.bigtable.v2.MutateRow" +
- "Request\032%.google.bigtable.v2.MutateRowRe" +
- "sponse\"E\202\323\344\223\002?\":/v2/{table_name=projects" +
- "/*/instances/*/tables/*}:mutateRow:\001*\022\245\001" +
- "\n\nMutateRows\022%.google.bigtable.v2.Mutate" +
- "RowsRequest\032&.google.bigtable.v2.MutateR" +
- "owsResponse\"F\202\323\344\223\002@\";/v2/{table_name=pro" +
- "jects/*/instances/*/tables/*}:mutateRows" +
- ":\001*0\001\022\277\001\n\021CheckAndMutateRow\022,.google.big" +
- "table.v2.CheckAndMutateRowRequest\032-.goog" +
- "le.bigtable.v2.CheckAndMutateRowResponse" +
- "\"M\202\323\344\223\002G\"B/v2/{table_name=projects/*/ins" +
- "tances/*/tables/*}:checkAndMutateRow:\001*\022" +
- "\303\001\n\022ReadModifyWriteRow\022-.google.bigtable" +
- ".v2.ReadModifyWriteRowRequest\032..google.b" +
- "igtable.v2.ReadModifyWriteRowResponse\"N\202" +
- "\323\344\223\002H\"C/v2/{table_name=projects/*/instan" +
- "ces/*/tables/*}:readModifyWriteRow:\001*B\233\001" +
- "\n\026com.google.bigtable.v2B\rBigtableProtoP" +
- "\001Z:google.golang.org/genproto/googleapis" +
- "/bigtable/v2;bigtable\252\002\030Google.Cloud.Big" +
- "table.V2\312\002\030Google\\Cloud\\Bigtable\\V2b\006pro" +
- "to3"
+ "\n!google/bigtable/v2/bigtable.proto\022\022goo"
+ + "gle.bigtable.v2\032\034google/api/annotations."
+ + "proto\032\035google/bigtable/v2/data.proto\032\036go"
+ + "ogle/protobuf/wrappers.proto\032\027google/rpc"
+ + "/status.proto\"\252\001\n\017ReadRowsRequest\022\022\n\ntab"
+ + "le_name\030\001 \001(\t\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.Row"
+ + "Filter\022\022\n\nrows_limit\030\004 \001(\003\"\370\002\n\020ReadRowsR"
+ + "esponse\022>\n\006chunks\030\001 \003(\0132..google.bigtabl"
+ + "e.v2.ReadRowsResponse.CellChunk\022\034\n\024last_"
+ + "scanned_row_key\030\002 \001(\014\032\205\002\n\tCellChunk\022\017\n\007r"
+ + "ow_key\030\001 \001(\014\0221\n\013family_name\030\002 \001(\0132\034.goog"
+ + "le.protobuf.StringValue\022.\n\tqualifier\030\003 \001"
+ + "(\0132\033.google.protobuf.BytesValue\022\030\n\020times"
+ + "tamp_micros\030\004 \001(\003\022\016\n\006labels\030\005 \003(\t\022\r\n\005val"
+ + "ue\030\006 \001(\014\022\022\n\nvalue_size\030\007 \001(\005\022\023\n\treset_ro"
+ + "w\030\010 \001(\010H\000\022\024\n\ncommit_row\030\t \001(\010H\000B\014\n\nrow_s"
+ + "tatus\"B\n\024SampleRowKeysRequest\022\022\n\ntable_n"
+ + "ame\030\001 \001(\t\022\026\n\016app_profile_id\030\002 \001(\t\">\n\025Sam"
+ + "pleRowKeysResponse\022\017\n\007row_key\030\001 \001(\014\022\024\n\014o"
+ + "ffset_bytes\030\002 \001(\003\"\200\001\n\020MutateRowRequest\022\022"
+ + "\n\ntable_name\030\001 \001(\t\022\026\n\016app_profile_id\030\004 \001"
+ + "(\t\022\017\n\007row_key\030\002 \001(\014\022/\n\tmutations\030\003 \003(\0132\034"
+ + ".google.bigtable.v2.Mutation\"\023\n\021MutateRo"
+ + "wResponse\"\310\001\n\021MutateRowsRequest\022\022\n\ntable"
+ + "_name\030\001 \001(\t\022\026\n\016app_profile_id\030\003 \001(\t\022<\n\007e"
+ + "ntries\030\002 \003(\0132+.google.bigtable.v2.Mutate"
+ + "RowsRequest.Entry\032I\n\005Entry\022\017\n\007row_key\030\001 "
+ + "\001(\014\022/\n\tmutations\030\002 \003(\0132\034.google.bigtable"
+ + ".v2.Mutation\"\217\001\n\022MutateRowsResponse\022=\n\007e"
+ + "ntries\030\001 \003(\0132,.google.bigtable.v2.Mutate"
+ + "RowsResponse.Entry\032:\n\005Entry\022\r\n\005index\030\001 \001"
+ + "(\003\022\"\n\006status\030\002 \001(\0132\022.google.rpc.Status\"\375"
+ + "\001\n\030CheckAndMutateRowRequest\022\022\n\ntable_nam"
+ + "e\030\001 \001(\t\022\026\n\016app_profile_id\030\007 \001(\t\022\017\n\007row_k"
+ + "ey\030\002 \001(\014\0227\n\020predicate_filter\030\006 \001(\0132\035.goo"
+ + "gle.bigtable.v2.RowFilter\0224\n\016true_mutati"
+ + "ons\030\004 \003(\0132\034.google.bigtable.v2.Mutation\022"
+ + "5\n\017false_mutations\030\005 \003(\0132\034.google.bigtab"
+ + "le.v2.Mutation\"6\n\031CheckAndMutateRowRespo"
+ + "nse\022\031\n\021predicate_matched\030\001 \001(\010\"\220\001\n\031ReadM"
+ + "odifyWriteRowRequest\022\022\n\ntable_name\030\001 \001(\t"
+ + "\022\026\n\016app_profile_id\030\004 \001(\t\022\017\n\007row_key\030\002 \001("
+ + "\014\0226\n\005rules\030\003 \003(\0132\'.google.bigtable.v2.Re"
+ + "adModifyWriteRule\"B\n\032ReadModifyWriteRowR"
+ + "esponse\022$\n\003row\030\001 \001(\0132\027.google.bigtable.v"
+ + "2.Row2\255\010\n\010Bigtable\022\235\001\n\010ReadRows\022#.google"
+ + ".bigtable.v2.ReadRowsRequest\032$.google.bi"
+ + "gtable.v2.ReadRowsResponse\"D\202\323\344\223\002>\"9/v2/"
+ + "{table_name=projects/*/instances/*/table"
+ + "s/*}:readRows:\001*0\001\022\256\001\n\rSampleRowKeys\022(.g"
+ + "oogle.bigtable.v2.SampleRowKeysRequest\032)"
+ + ".google.bigtable.v2.SampleRowKeysRespons"
+ + "e\"F\202\323\344\223\002@\022>/v2/{table_name=projects/*/in"
+ + "stances/*/tables/*}:sampleRowKeys0\001\022\237\001\n\t"
+ + "MutateRow\022$.google.bigtable.v2.MutateRow"
+ + "Request\032%.google.bigtable.v2.MutateRowRe"
+ + "sponse\"E\202\323\344\223\002?\":/v2/{table_name=projects"
+ + "/*/instances/*/tables/*}:mutateRow:\001*\022\245\001"
+ + "\n\nMutateRows\022%.google.bigtable.v2.Mutate"
+ + "RowsRequest\032&.google.bigtable.v2.MutateR"
+ + "owsResponse\"F\202\323\344\223\002@\";/v2/{table_name=pro"
+ + "jects/*/instances/*/tables/*}:mutateRows"
+ + ":\001*0\001\022\277\001\n\021CheckAndMutateRow\022,.google.big"
+ + "table.v2.CheckAndMutateRowRequest\032-.goog"
+ + "le.bigtable.v2.CheckAndMutateRowResponse"
+ + "\"M\202\323\344\223\002G\"B/v2/{table_name=projects/*/ins"
+ + "tances/*/tables/*}:checkAndMutateRow:\001*\022"
+ + "\303\001\n\022ReadModifyWriteRow\022-.google.bigtable"
+ + ".v2.ReadModifyWriteRowRequest\032..google.b"
+ + "igtable.v2.ReadModifyWriteRowResponse\"N\202"
+ + "\323\344\223\002H\"C/v2/{table_name=projects/*/instan"
+ + "ces/*/tables/*}:readModifyWriteRow:\001*B\233\001"
+ + "\n\026com.google.bigtable.v2B\rBigtableProtoP"
+ + "\001Z:google.golang.org/genproto/googleapis"
+ + "/bigtable/v2;bigtable\252\002\030Google.Cloud.Big"
+ + "table.V2\312\002\030Google\\Cloud\\Bigtable\\V2b\006pro"
+ + "to3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
- new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
+ new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
- com.google.protobuf.Descriptors.FileDescriptor
- .internalBuildGeneratedFileFrom(descriptorData,
+ com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
+ descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.api.AnnotationsProto.getDescriptor(),
com.google.bigtable.v2.DataProto.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
com.google.rpc.StatusProto.getDescriptor(),
- }, assigner);
+ },
+ assigner);
internal_static_google_bigtable_v2_ReadRowsRequest_descriptor =
- 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", "AppProfileId", "Rows", "Filter", "RowsLimit", });
+ 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", "AppProfileId", "Rows", "Filter", "RowsLimit",
+ });
internal_static_google_bigtable_v2_ReadRowsResponse_descriptor =
- 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", });
+ 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",
+ });
internal_static_google_bigtable_v2_ReadRowsResponse_CellChunk_descriptor =
- 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_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().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", "AppProfileId", });
+ 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", "AppProfileId",
+ });
internal_static_google_bigtable_v2_SampleRowKeysResponse_descriptor =
- 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", });
+ 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().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", "AppProfileId", "RowKey", "Mutations", });
+ 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", "AppProfileId", "RowKey", "Mutations",
+ });
internal_static_google_bigtable_v2_MutateRowResponse_descriptor =
- 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[] { });
+ 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().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", "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", "AppProfileId", "Entries",
+ });
internal_static_google_bigtable_v2_MutateRowsRequest_Entry_descriptor =
- 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", });
+ 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",
+ });
internal_static_google_bigtable_v2_MutateRowsResponse_descriptor =
- 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", });
+ 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",
+ });
internal_static_google_bigtable_v2_MutateRowsResponse_Entry_descriptor =
- 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_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_CheckAndMutateRowRequest_descriptor =
- getDescriptor().getMessageTypes().get(8);
- 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", "AppProfileId", "RowKey", "PredicateFilter", "TrueMutations", "FalseMutations", });
+ getDescriptor().getMessageTypes().get(8);
+ 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",
+ "AppProfileId",
+ "RowKey",
+ "PredicateFilter",
+ "TrueMutations",
+ "FalseMutations",
+ });
internal_static_google_bigtable_v2_CheckAndMutateRowResponse_descriptor =
- getDescriptor().getMessageTypes().get(9);
- 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", });
+ getDescriptor().getMessageTypes().get(9);
+ 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_ReadModifyWriteRowRequest_descriptor =
- getDescriptor().getMessageTypes().get(10);
- 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", "AppProfileId", "RowKey", "Rules", });
+ getDescriptor().getMessageTypes().get(10);
+ 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", "AppProfileId", "RowKey", "Rules",
+ });
internal_static_google_bigtable_v2_ReadModifyWriteRowResponse_descriptor =
- getDescriptor().getMessageTypes().get(11);
- 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", });
+ getDescriptor().getMessageTypes().get(11);
+ 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",
+ });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.api.AnnotationsProto.http);
- com.google.protobuf.Descriptors.FileDescriptor
- .internalUpdateFileDescriptor(descriptor, registry);
+ com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
+ descriptor, registry);
com.google.api.AnnotationsProto.getDescriptor();
com.google.bigtable.v2.DataProto.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
index 00e616eecac3..aa65f4631074 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/Cell.java
@@ -4,21 +4,24 @@
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}
*/
-public final class Cell extends
- com.google.protobuf.GeneratedMessageV3 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;
+ private static final long serialVersionUID = 0L;
// Use Cell.newBuilder() to construct.
private Cell(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+
private Cell() {
timestampMicros_ = 0L;
value_ = com.google.protobuf.ByteString.EMPTY;
@@ -26,10 +29,10 @@ private Cell() {
}
@java.lang.Override
- public final com.google.protobuf.UnknownFieldSet
- getUnknownFields() {
+ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
+
private Cell(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -49,39 +52,39 @@ private Cell(
case 0:
done = true;
break;
- case 8: {
-
- timestampMicros_ = input.readInt64();
- break;
- }
- case 18: {
-
- value_ = input.readBytes();
- break;
- }
- case 26: {
- java.lang.String s = input.readStringRequireUtf8();
- if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
- labels_ = new com.google.protobuf.LazyStringArrayList();
- mutable_bitField0_ |= 0x00000004;
+ case 8:
+ {
+ timestampMicros_ = input.readInt64();
+ break;
}
- labels_.add(s);
- break;
- }
- default: {
- if (!parseUnknownFieldProto3(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
+ case 18:
+ {
+ value_ = input.readBytes();
+ break;
+ }
+ case 26:
+ {
+ java.lang.String s = input.readStringRequireUtf8();
+ if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
+ labels_ = new com.google.protobuf.LazyStringArrayList();
+ mutable_bitField0_ |= 0x00000004;
+ }
+ labels_.add(s);
+ break;
+ }
+ default:
+ {
+ if (!parseUnknownFieldProto3(input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
}
- break;
- }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(
- e).setUnfinishedMessage(this);
+ throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
labels_ = labels_.getUnmodifiableView();
@@ -90,23 +93,25 @@ private Cell(
makeExtensionsImmutable();
}
}
- 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.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- 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);
+ 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);
}
private int bitField0_;
public static final int TIMESTAMP_MICROS_FIELD_NUMBER = 1;
private long timestampMicros_;
/**
+ *
+ *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -125,6 +130,8 @@ public long getTimestampMicros() {
public static final int VALUE_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString value_;
/**
+ *
+ *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -140,17 +147,20 @@ public com.google.protobuf.ByteString getValue() {
public static final int LABELS_FIELD_NUMBER = 3;
private com.google.protobuf.LazyStringList labels_;
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- 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].
*
@@ -161,6 +171,8 @@ public int getLabelsCount() {
return labels_.size();
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -171,18 +183,20 @@ 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;
*/
- 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;
@@ -194,8 +208,7 @@ 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_);
}
@@ -215,12 +228,10 @@ 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;
@@ -238,7 +249,7 @@ 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);
@@ -246,12 +257,9 @@ public boolean equals(final java.lang.Object obj) {
com.google.bigtable.v2.Cell other = (com.google.bigtable.v2.Cell) obj;
boolean result = true;
- result = result && (getTimestampMicros()
- == other.getTimestampMicros());
- result = result && getValue()
- .equals(other.getValue());
- result = result && getLabelsList()
- .equals(other.getLabelsList());
+ result = result && (getTimestampMicros() == other.getTimestampMicros());
+ result = result && getValue().equals(other.getValue());
+ result = result && getLabelsList().equals(other.getLabelsList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@@ -264,8 +272,7 @@ 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) {
@@ -277,116 +284,122 @@ 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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3.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.GeneratedMessageV3.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.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);
}
@@ -396,16 +409,15 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
+
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
- }
+ if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
}
+
@java.lang.Override
public Builder clear() {
super.clear();
@@ -419,8 +431,7 @@ 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_Cell_descriptor;
}
@@ -459,38 +470,39 @@ public com.google.bigtable.v2.Cell buildPartial() {
public Builder clone() {
return (Builder) super.clone();
}
+
@java.lang.Override
public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) super.setField(field, value);
}
+
@java.lang.Override
- public Builder clearField(
- com.google.protobuf.Descriptors.FieldDescriptor field) {
+ public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
+
@java.lang.Override
- public Builder clearOneof(
- com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
+
@java.lang.Override
public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
+
@java.lang.Override
public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) 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;
@@ -543,10 +555,13 @@ public Builder mergeFrom(
}
return this;
}
+
private int bitField0_;
- private long timestampMicros_ ;
+ private long timestampMicros_;
/**
+ *
+ *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -562,6 +577,8 @@ public long getTimestampMicros() {
return timestampMicros_;
}
/**
+ *
+ *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -574,12 +591,14 @@ public long getTimestampMicros() {
* int64 timestamp_micros = 1;
*/
public Builder setTimestampMicros(long value) {
-
+
timestampMicros_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* The cell's stored timestamp, which also uniquely identifies it within
* its column.
@@ -592,7 +611,7 @@ public Builder setTimestampMicros(long value) {
* int64 timestamp_micros = 1;
*/
public Builder clearTimestampMicros() {
-
+
timestampMicros_ = 0L;
onChanged();
return this;
@@ -600,6 +619,8 @@ 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
@@ -612,6 +633,8 @@ 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
@@ -622,14 +645,16 @@ public com.google.protobuf.ByteString getValue() {
*/
public Builder setValue(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
-
+ throw new NullPointerException();
+ }
+
value_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -639,31 +664,36 @@ public Builder setValue(com.google.protobuf.ByteString value) {
* bytes value = 2;
*/
public Builder clearValue() {
-
+
value_ = getDefaultInstance().getValue();
onChanged();
return this;
}
- private com.google.protobuf.LazyStringList labels_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ private com.google.protobuf.LazyStringList labels_ =
+ com.google.protobuf.LazyStringArrayList.EMPTY;
+
private void ensureLabelsIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
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;
*/
- public com.google.protobuf.ProtocolStringList
- getLabelsList() {
+ public com.google.protobuf.ProtocolStringList getLabelsList() {
return labels_.getUnmodifiableView();
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -674,6 +704,8 @@ public int getLabelsCount() {
return labels_.size();
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -684,66 +716,71 @@ 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;
*/
- 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;
*/
- public Builder setLabels(
- int index, java.lang.String value) {
+ public Builder setLabels(int index, java.lang.String value) {
if (value == null) {
- throw new NullPointerException();
- }
- ensureLabelsIsMutable();
+ throw new NullPointerException();
+ }
+ ensureLabelsIsMutable();
labels_.set(index, value);
onChanged();
return this;
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- public Builder addLabels(
- java.lang.String value) {
+ public Builder addLabels(java.lang.String value) {
if (value == null) {
- throw new NullPointerException();
- }
- ensureLabelsIsMutable();
+ throw new NullPointerException();
+ }
+ ensureLabelsIsMutable();
labels_.add(value);
onChanged();
return this;
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- 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_);
onChanged();
return this;
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -757,26 +794,27 @@ public Builder clearLabels() {
return this;
}
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- public Builder addLabelsBytes(
- com.google.protobuf.ByteString value) {
+ public Builder addLabelsBytes(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
ensureLabelsIsMutable();
labels_.add(value);
onChanged();
return this;
}
+
@java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
+ public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
@@ -786,12 +824,12 @@ public final Builder mergeUnknownFields(
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();
}
@@ -800,16 +838,16 @@ 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 {
- return new Cell(input, extensionRegistry);
- }
- };
+ 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 {
+ return new Cell(input, extensionRegistry);
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -824,6 +862,4 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.Cell getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
-
}
-
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
index 2938559f0b1e..c676a0802717 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CellOrBuilder.java
@@ -3,11 +3,14 @@
package com.google.bigtable.v2;
-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.
@@ -22,6 +25,8 @@ public interface CellOrBuilder extends
long getTimestampMicros();
/**
+ *
+ *
*
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
@@ -33,15 +38,18 @@ public interface CellOrBuilder extends
com.google.protobuf.ByteString getValue();
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- java.util.List
- getLabelsList();
+ java.util.List getLabelsList();
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -50,6 +58,8 @@ public interface CellOrBuilder extends
*/
int getLabelsCount();
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
@@ -58,12 +68,13 @@ public interface CellOrBuilder extends
*/
java.lang.String getLabels(int index);
/**
+ *
+ *
*
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
*
* repeated string labels = 3;
*/
- com.google.protobuf.ByteString
- getLabelsBytes(int index);
+ com.google.protobuf.ByteString getLabelsBytes(int index);
}
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
index 1a32fb4c5195..6f59fd58cefe 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequest.java
@@ -4,21 +4,24 @@
package com.google.bigtable.v2;
/**
+ *
+ *
*
* Request message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowRequest}
*/
-public final class CheckAndMutateRowRequest extends
- com.google.protobuf.GeneratedMessageV3 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;
+ private static final long serialVersionUID = 0L;
// Use CheckAndMutateRowRequest.newBuilder() to construct.
private CheckAndMutateRowRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+
private CheckAndMutateRowRequest() {
tableName_ = "";
appProfileId_ = "";
@@ -28,10 +31,10 @@ private CheckAndMutateRowRequest() {
}
@java.lang.Override
- public final com.google.protobuf.UnknownFieldSet
- getUnknownFields() {
+ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
+
private CheckAndMutateRowRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -51,68 +54,73 @@ private CheckAndMutateRowRequest(
case 0:
done = true;
break;
- case 10: {
- java.lang.String s = input.readStringRequireUtf8();
+ case 10:
+ {
+ java.lang.String s = input.readStringRequireUtf8();
- tableName_ = s;
- break;
- }
- case 18: {
-
- rowKey_ = input.readBytes();
- break;
- }
- case 34: {
- if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
- trueMutations_ = new java.util.ArrayList();
- mutable_bitField0_ |= 0x00000010;
+ tableName_ = s;
+ break;
}
- trueMutations_.add(
- input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry));
- break;
- }
- case 42: {
- if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
- falseMutations_ = new java.util.ArrayList();
- mutable_bitField0_ |= 0x00000020;
+ case 18:
+ {
+ rowKey_ = input.readBytes();
+ break;
}
- falseMutations_.add(
- input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry));
- break;
- }
- case 50: {
- com.google.bigtable.v2.RowFilter.Builder subBuilder = null;
- if (predicateFilter_ != null) {
- subBuilder = predicateFilter_.toBuilder();
+ case 34:
+ {
+ if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
+ trueMutations_ = new java.util.ArrayList();
+ mutable_bitField0_ |= 0x00000010;
+ }
+ trueMutations_.add(
+ input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry));
+ break;
}
- predicateFilter_ = input.readMessage(com.google.bigtable.v2.RowFilter.parser(), extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(predicateFilter_);
- predicateFilter_ = subBuilder.buildPartial();
+ case 42:
+ {
+ if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
+ falseMutations_ = new java.util.ArrayList();
+ mutable_bitField0_ |= 0x00000020;
+ }
+ falseMutations_.add(
+ input.readMessage(com.google.bigtable.v2.Mutation.parser(), extensionRegistry));
+ break;
}
+ case 50:
+ {
+ com.google.bigtable.v2.RowFilter.Builder subBuilder = null;
+ if (predicateFilter_ != null) {
+ subBuilder = predicateFilter_.toBuilder();
+ }
+ predicateFilter_ =
+ input.readMessage(com.google.bigtable.v2.RowFilter.parser(), extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(predicateFilter_);
+ predicateFilter_ = subBuilder.buildPartial();
+ }
+
+ break;
+ }
+ case 58:
+ {
+ java.lang.String s = input.readStringRequireUtf8();
- break;
- }
- case 58: {
- java.lang.String s = input.readStringRequireUtf8();
-
- appProfileId_ = s;
- break;
- }
- default: {
- if (!parseUnknownFieldProto3(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
+ appProfileId_ = s;
+ break;
+ }
+ default:
+ {
+ if (!parseUnknownFieldProto3(input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
}
- break;
- }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(
- e).setUnfinishedMessage(this);
+ throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
trueMutations_ = java.util.Collections.unmodifiableList(trueMutations_);
@@ -124,23 +132,28 @@ private CheckAndMutateRowRequest(
makeExtensionsImmutable();
}
}
- 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.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;
private volatile java.lang.Object tableName_;
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -155,14 +168,15 @@ 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;
}
}
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -172,13 +186,11 @@ public java.lang.String getTableName() {
*
* string table_name = 1;
*/
- 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 {
@@ -189,6 +201,8 @@ public java.lang.String getTableName() {
public static final int APP_PROFILE_ID_FIELD_NUMBER = 7;
private volatile java.lang.Object appProfileId_;
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -201,14 +215,15 @@ 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.
@@ -216,13 +231,11 @@ public java.lang.String getAppProfileId() {
*
* string app_profile_id = 7;
*/
- 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 {
@@ -233,6 +246,8 @@ public java.lang.String getAppProfileId() {
public static final int ROW_KEY_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString rowKey_;
/**
+ *
+ *
*
* The key of the row to which the conditional mutation should be applied.
*
@@ -246,6 +261,8 @@ 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
@@ -259,6 +276,8 @@ public boolean hasPredicateFilter() {
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
@@ -269,9 +288,13 @@ public boolean hasPredicateFilter() {
* .google.bigtable.v2.RowFilter predicate_filter = 6;
*/
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
@@ -288,6 +311,8 @@ public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
public static final int TRUE_MUTATIONS_FIELD_NUMBER = 4;
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
@@ -302,6 +327,8 @@ 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
@@ -312,11 +339,13 @@ public java.util.List getTrueMutationsList() {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- 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
@@ -331,6 +360,8 @@ 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
@@ -345,6 +376,8 @@ 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
@@ -355,14 +388,15 @@ public com.google.bigtable.v2.Mutation getTrueMutations(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) {
return trueMutations_.get(index);
}
public static final int FALSE_MUTATIONS_FIELD_NUMBER = 5;
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
@@ -377,6 +411,8 @@ 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
@@ -387,11 +423,13 @@ public java.util.List getFalseMutationsList() {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- 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
@@ -406,6 +444,8 @@ 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
@@ -420,6 +460,8 @@ 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
@@ -430,12 +472,12 @@ public com.google.bigtable.v2.Mutation getFalseMutations(int index) {
*
* 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) {
return falseMutations_.get(index);
}
private byte memoizedIsInitialized = -1;
+
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -447,8 +489,7 @@ 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 (!getTableNameBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, tableName_);
}
@@ -480,20 +521,16 @@ public int getSerializedSize() {
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 (predicateFilter_ != null) {
- size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(6, getPredicateFilter());
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getPredicateFilter());
}
if (!getAppProfileIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, appProfileId_);
@@ -506,29 +543,24 @@ 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;
boolean result = true;
- result = result && getTableName()
- .equals(other.getTableName());
- result = result && getAppProfileId()
- .equals(other.getAppProfileId());
- result = result && getRowKey()
- .equals(other.getRowKey());
+ result = result && getTableName().equals(other.getTableName());
+ result = result && getAppProfileId().equals(other.getAppProfileId());
+ result = result && getRowKey().equals(other.getRowKey());
result = result && (hasPredicateFilter() == other.hasPredicateFilter());
if (hasPredicateFilter()) {
- result = result && getPredicateFilter()
- .equals(other.getPredicateFilter());
+ result = result && getPredicateFilter().equals(other.getPredicateFilter());
}
- result = result && getTrueMutationsList()
- .equals(other.getTrueMutationsList());
- result = result && getFalseMutationsList()
- .equals(other.getFalseMutationsList());
+ result = result && getTrueMutationsList().equals(other.getTrueMutationsList());
+ result = result && getFalseMutationsList().equals(other.getFalseMutationsList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@@ -563,118 +595,127 @@ 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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3.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.GeneratedMessageV3.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.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()
@@ -682,18 +723,18 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
+
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getTrueMutationsFieldBuilder();
getFalseMutationsFieldBuilder();
}
}
+
@java.lang.Override
public Builder clear() {
super.clear();
@@ -725,9 +766,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
@@ -746,7 +787,8 @@ 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);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.tableName_ = tableName_;
@@ -784,38 +826,39 @@ public com.google.bigtable.v2.CheckAndMutateRowRequest buildPartial() {
public Builder clone() {
return (Builder) super.clone();
}
+
@java.lang.Override
public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) super.setField(field, value);
}
+
@java.lang.Override
- public Builder clearField(
- com.google.protobuf.Descriptors.FieldDescriptor field) {
+ public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
+
@java.lang.Override
- public Builder clearOneof(
- com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
+
@java.lang.Override
public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
+
@java.lang.Override
public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) 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;
@@ -823,7 +866,8 @@ 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_;
onChanged();
@@ -856,9 +900,10 @@ public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other)
trueMutationsBuilder_ = null;
trueMutations_ = other.trueMutations_;
bitField0_ = (bitField0_ & ~0x00000010);
- trueMutationsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
- getTrueMutationsFieldBuilder() : null;
+ trueMutationsBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+ ? getTrueMutationsFieldBuilder()
+ : null;
} else {
trueMutationsBuilder_.addAllMessages(other.trueMutations_);
}
@@ -882,9 +927,10 @@ public Builder mergeFrom(com.google.bigtable.v2.CheckAndMutateRowRequest other)
falseMutationsBuilder_ = null;
falseMutations_ = other.falseMutations_;
bitField0_ = (bitField0_ & ~0x00000020);
- falseMutationsBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
- getFalseMutationsFieldBuilder() : null;
+ falseMutationsBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
+ ? getFalseMutationsFieldBuilder()
+ : null;
} else {
falseMutationsBuilder_.addAllMessages(other.falseMutations_);
}
@@ -918,10 +964,13 @@ public Builder mergeFrom(
}
return this;
}
+
private int bitField0_;
private java.lang.Object tableName_ = "";
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -934,8 +983,7 @@ public Builder mergeFrom(
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;
@@ -944,6 +992,8 @@ public java.lang.String getTableName() {
}
}
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -953,13 +1003,11 @@ public java.lang.String getTableName() {
*
* string table_name = 1;
*/
- 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 {
@@ -967,6 +1015,8 @@ public java.lang.String getTableName() {
}
}
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -976,17 +1026,18 @@ public java.lang.String getTableName() {
*
* string table_name = 1;
*/
- public Builder setTableName(
- java.lang.String value) {
+ public Builder setTableName(java.lang.String value) {
if (value == null) {
- throw new NullPointerException();
- }
-
+ throw new NullPointerException();
+ }
+
tableName_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -997,12 +1048,14 @@ public Builder setTableName(
* string table_name = 1;
*/
public Builder clearTableName() {
-
+
tableName_ = getDefaultInstance().getTableName();
onChanged();
return this;
}
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -1012,13 +1065,12 @@ public Builder clearTableName() {
*
* string table_name = 1;
*/
- public Builder setTableNameBytes(
- com.google.protobuf.ByteString value) {
+ public Builder setTableNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
-
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
tableName_ = value;
onChanged();
return this;
@@ -1026,6 +1078,8 @@ public Builder setTableNameBytes(
private java.lang.Object appProfileId_ = "";
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -1036,8 +1090,7 @@ public Builder setTableNameBytes(
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;
@@ -1046,6 +1099,8 @@ public java.lang.String getAppProfileId() {
}
}
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -1053,13 +1108,11 @@ public java.lang.String getAppProfileId() {
*
* string app_profile_id = 7;
*/
- 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 {
@@ -1067,6 +1120,8 @@ public java.lang.String getAppProfileId() {
}
}
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -1074,17 +1129,18 @@ public java.lang.String getAppProfileId() {
*
* string app_profile_id = 7;
*/
- public Builder setAppProfileId(
- java.lang.String value) {
+ public Builder setAppProfileId(java.lang.String value) {
if (value == null) {
- throw new NullPointerException();
- }
-
+ throw new NullPointerException();
+ }
+
appProfileId_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -1093,12 +1149,14 @@ public Builder setAppProfileId(
* string app_profile_id = 7;
*/
public Builder clearAppProfileId() {
-
+
appProfileId_ = getDefaultInstance().getAppProfileId();
onChanged();
return this;
}
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -1106,13 +1164,12 @@ public Builder clearAppProfileId() {
*
* string app_profile_id = 7;
*/
- public Builder setAppProfileIdBytes(
- com.google.protobuf.ByteString value) {
+ public Builder setAppProfileIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
-
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
appProfileId_ = value;
onChanged();
return this;
@@ -1120,6 +1177,8 @@ public Builder setAppProfileIdBytes(
private com.google.protobuf.ByteString rowKey_ = com.google.protobuf.ByteString.EMPTY;
/**
+ *
+ *
*
* The key of the row to which the conditional mutation should be applied.
*
@@ -1130,6 +1189,8 @@ public com.google.protobuf.ByteString getRowKey() {
return rowKey_;
}
/**
+ *
+ *
*
* The key of the row to which the conditional mutation should be applied.
*
@@ -1138,14 +1199,16 @@ public com.google.protobuf.ByteString getRowKey() {
*/
public Builder setRowKey(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
-
+ throw new NullPointerException();
+ }
+
rowKey_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* The key of the row to which the conditional mutation should be applied.
*
@@ -1153,7 +1216,7 @@ public Builder setRowKey(com.google.protobuf.ByteString value) {
* bytes row_key = 2;
*/
public Builder clearRowKey() {
-
+
rowKey_ = getDefaultInstance().getRowKey();
onChanged();
return this;
@@ -1161,8 +1224,13 @@ public Builder clearRowKey() {
private com.google.bigtable.v2.RowFilter predicateFilter_ = null;
private com.google.protobuf.SingleFieldBuilderV3<
- com.google.bigtable.v2.RowFilter, com.google.bigtable.v2.RowFilter.Builder, com.google.bigtable.v2.RowFilterOrBuilder> predicateFilterBuilder_;
+ 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
@@ -1176,6 +1244,8 @@ public boolean hasPredicateFilter() {
return predicateFilterBuilder_ != null || 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
@@ -1187,12 +1257,16 @@ public boolean hasPredicateFilter() {
*/
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
@@ -1216,6 +1290,8 @@ public Builder setPredicateFilter(com.google.bigtable.v2.RowFilter value) {
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
@@ -1225,8 +1301,7 @@ 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();
onChanged();
@@ -1237,6 +1312,8 @@ public Builder setPredicateFilter(
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
@@ -1250,7 +1327,9 @@ public Builder mergePredicateFilter(com.google.bigtable.v2.RowFilter value) {
if (predicateFilterBuilder_ == null) {
if (predicateFilter_ != null) {
predicateFilter_ =
- com.google.bigtable.v2.RowFilter.newBuilder(predicateFilter_).mergeFrom(value).buildPartial();
+ com.google.bigtable.v2.RowFilter.newBuilder(predicateFilter_)
+ .mergeFrom(value)
+ .buildPartial();
} else {
predicateFilter_ = value;
}
@@ -1262,6 +1341,8 @@ public Builder mergePredicateFilter(com.google.bigtable.v2.RowFilter value) {
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
@@ -1283,6 +1364,8 @@ public Builder clearPredicateFilter() {
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
@@ -1293,11 +1376,13 @@ public Builder clearPredicateFilter() {
* .google.bigtable.v2.RowFilter predicate_filter = 6;
*/
public com.google.bigtable.v2.RowFilter.Builder getPredicateFilterBuilder() {
-
+
onChanged();
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
@@ -1311,11 +1396,14 @@ 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
@@ -1326,32 +1414,41 @@ public com.google.bigtable.v2.RowFilterOrBuilder getPredicateFilterOrBuilder() {
* .google.bigtable.v2.RowFilter predicate_filter = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- com.google.bigtable.v2.RowFilter, com.google.bigtable.v2.RowFilter.Builder, com.google.bigtable.v2.RowFilterOrBuilder>
+ 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.SingleFieldBuilderV3<
- 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_ & 0x00000010) == 0x00000010)) {
trueMutations_ = new java.util.ArrayList(trueMutations_);
bitField0_ |= 0x00000010;
- }
+ }
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder> trueMutationsBuilder_;
+ 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
@@ -1370,6 +1467,8 @@ public 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
@@ -1388,6 +1487,8 @@ public 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
@@ -1406,6 +1507,8 @@ public 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
@@ -1416,8 +1519,7 @@ 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();
@@ -1431,6 +1533,8 @@ 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
@@ -1453,6 +1557,8 @@ 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
@@ -1477,6 +1583,8 @@ 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
@@ -1487,8 +1595,7 @@ 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();
@@ -1502,6 +1609,8 @@ 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
@@ -1512,8 +1621,7 @@ public Builder addTrueMutations(
*
* 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());
@@ -1524,6 +1632,8 @@ 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
@@ -1546,6 +1656,8 @@ 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
@@ -1560,8 +1672,7 @@ 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);
@@ -1569,6 +1680,8 @@ public Builder addAllTrueMutations(
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
@@ -1590,6 +1703,8 @@ 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
@@ -1611,6 +1726,8 @@ 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
@@ -1621,11 +1738,12 @@ public Builder removeTrueMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public com.google.bigtable.v2.Mutation.Builder getTrueMutationsBuilder(
- int 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
@@ -1636,14 +1754,16 @@ public com.google.bigtable.v2.Mutation.Builder getTrueMutationsBuilder(
*
* 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
@@ -1654,8 +1774,8 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*
* 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 {
@@ -1663,6 +1783,8 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
}
}
/**
+ *
+ *
*
* 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
@@ -1674,10 +1796,12 @@ public com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder() {
- return getTrueMutationsFieldBuilder().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
@@ -1688,12 +1812,13 @@ 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 getTrueMutationsFieldBuilder().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
@@ -1704,16 +1829,21 @@ public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder(
*
* repeated .google.bigtable.v2.Mutation true_mutations = 4;
*/
- public java.util.List
- getTrueMutationsBuilderList() {
+ public java.util.List getTrueMutationsBuilderList() {
return getTrueMutationsFieldBuilder().getBuilderList();
}
+
private com.google.protobuf.RepeatedFieldBuilderV3<
- com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>
+ 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.RepeatedFieldBuilderV3<
- 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_ & 0x00000010) == 0x00000010),
getParentForChildren(),
@@ -1724,18 +1854,24 @@ public com.google.bigtable.v2.Mutation.Builder addTrueMutationsBuilder(
}
private java.util.List falseMutations_ =
- java.util.Collections.emptyList();
+ java.util.Collections.emptyList();
+
private void ensureFalseMutationsIsMutable() {
if (!((bitField0_ & 0x00000020) == 0x00000020)) {
falseMutations_ = new java.util.ArrayList(falseMutations_);
bitField0_ |= 0x00000020;
- }
+ }
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder> falseMutationsBuilder_;
+ 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
@@ -1754,6 +1890,8 @@ public 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
@@ -1772,6 +1910,8 @@ public 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
@@ -1790,6 +1930,8 @@ public 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
@@ -1800,8 +1942,7 @@ 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();
@@ -1815,6 +1956,8 @@ 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
@@ -1837,6 +1980,8 @@ 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
@@ -1861,6 +2006,8 @@ 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
@@ -1871,8 +2018,7 @@ 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();
@@ -1886,6 +2032,8 @@ 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
@@ -1896,8 +2044,7 @@ public Builder addFalseMutations(
*
* 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());
@@ -1908,6 +2055,8 @@ 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
@@ -1930,6 +2079,8 @@ 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
@@ -1944,8 +2095,7 @@ 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);
@@ -1953,6 +2103,8 @@ public Builder addAllFalseMutations(
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
@@ -1974,6 +2126,8 @@ 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
@@ -1995,6 +2149,8 @@ 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
@@ -2005,11 +2161,12 @@ public Builder removeFalseMutations(int index) {
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public com.google.bigtable.v2.Mutation.Builder getFalseMutationsBuilder(
- int 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
@@ -2020,14 +2177,16 @@ public com.google.bigtable.v2.Mutation.Builder getFalseMutationsBuilder(
*
* 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
@@ -2038,8 +2197,8 @@ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
*
* 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 {
@@ -2047,6 +2206,8 @@ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
}
}
/**
+ *
+ *
*
* 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
@@ -2058,10 +2219,12 @@ public com.google.bigtable.v2.MutationOrBuilder getFalseMutationsOrBuilder(
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder() {
- return getFalseMutationsFieldBuilder().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
@@ -2072,12 +2235,13 @@ 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 getFalseMutationsFieldBuilder().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
@@ -2088,16 +2252,21 @@ public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder(
*
* repeated .google.bigtable.v2.Mutation false_mutations = 5;
*/
- public java.util.List
- getFalseMutationsBuilderList() {
+ public java.util.List getFalseMutationsBuilderList() {
return getFalseMutationsFieldBuilder().getBuilderList();
}
+
private com.google.protobuf.RepeatedFieldBuilderV3<
- com.google.bigtable.v2.Mutation, com.google.bigtable.v2.Mutation.Builder, com.google.bigtable.v2.MutationOrBuilder>
+ 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.RepeatedFieldBuilderV3<
- 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_ & 0x00000020) == 0x00000020),
getParentForChildren(),
@@ -2106,9 +2275,9 @@ public com.google.bigtable.v2.Mutation.Builder addFalseMutationsBuilder(
}
return falseMutationsBuilder_;
}
+
@java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
+ public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
@@ -2118,12 +2287,12 @@ public final Builder mergeUnknownFields(
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();
}
@@ -2132,16 +2301,16 @@ 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 {
- return new CheckAndMutateRowRequest(input, extensionRegistry);
- }
- };
+ 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 {
+ return new CheckAndMutateRowRequest(input, extensionRegistry);
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -2156,6 +2325,4 @@ public com.google.protobuf.Parser getParserForType() {
public com.google.bigtable.v2.CheckAndMutateRowRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
-
}
-
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
index 7933098515e0..3196678739ab 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowRequestOrBuilder.java
@@ -3,11 +3,14 @@
package com.google.bigtable.v2;
-public interface CheckAndMutateRowRequestOrBuilder extends
+public interface CheckAndMutateRowRequestOrBuilder
+ extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.CheckAndMutateRowRequest)
com.google.protobuf.MessageOrBuilder {
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -19,6 +22,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
java.lang.String getTableName();
/**
+ *
+ *
*
* The unique name of the table to which the conditional mutation should be
* applied.
@@ -28,10 +33,11 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*
* string table_name = 1;
*/
- com.google.protobuf.ByteString
- getTableNameBytes();
+ com.google.protobuf.ByteString getTableNameBytes();
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -41,6 +47,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
java.lang.String getAppProfileId();
/**
+ *
+ *
*
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
@@ -48,10 +56,11 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*
* string app_profile_id = 7;
*/
- com.google.protobuf.ByteString
- getAppProfileIdBytes();
+ com.google.protobuf.ByteString getAppProfileIdBytes();
/**
+ *
+ *
*
* The key of the row to which the conditional mutation should be applied.
*
@@ -61,6 +70,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
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
@@ -72,6 +83,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
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
@@ -83,6 +96,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
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
@@ -95,6 +110,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
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
@@ -105,9 +122,10 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*
* 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
@@ -120,6 +138,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
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
@@ -132,6 +152,8 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*/
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
@@ -142,9 +164,11 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*
* 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
@@ -155,10 +179,11 @@ public interface CheckAndMutateRowRequestOrBuilder extends
*
* 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
@@ -169,9 +194,10 @@ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*
* 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
@@ -184,6 +210,8 @@ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*/
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
@@ -196,6 +224,8 @@ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*/
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
@@ -206,9 +236,11 @@ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*
* 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
@@ -219,6 +251,5 @@ com.google.bigtable.v2.MutationOrBuilder getTrueMutationsOrBuilder(
*
* 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/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
index 1f978071d86d..288b4d80ce6a 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponse.java
@@ -4,30 +4,33 @@
package com.google.bigtable.v2;
/**
+ *
+ *
*
* Response message for Bigtable.CheckAndMutateRow.
*
*
* Protobuf type {@code google.bigtable.v2.CheckAndMutateRowResponse}
*/
-public final class CheckAndMutateRowResponse extends
- com.google.protobuf.GeneratedMessageV3 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;
+ private static final long serialVersionUID = 0L;
// Use CheckAndMutateRowResponse.newBuilder() to construct.
private CheckAndMutateRowResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
+
private CheckAndMutateRowResponse() {
predicateMatched_ = false;
}
@java.lang.Override
- public final com.google.protobuf.UnknownFieldSet
- getUnknownFields() {
+ public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}
+
private CheckAndMutateRowResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -47,46 +50,50 @@ private CheckAndMutateRowResponse(
case 0:
done = true;
break;
- case 8: {
-
- predicateMatched_ = input.readBool();
- break;
- }
- default: {
- if (!parseUnknownFieldProto3(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
+ case 8:
+ {
+ predicateMatched_ = input.readBool();
+ break;
+ }
+ default:
+ {
+ if (!parseUnknownFieldProto3(input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
}
- break;
- }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
- throw new com.google.protobuf.InvalidProtocolBufferException(
- e).setUnfinishedMessage(this);
+ throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
- 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.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_;
/**
+ *
+ *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
@@ -99,6 +106,7 @@ public boolean getPredicateMatched() {
}
private byte memoizedIsInitialized = -1;
+
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -110,8 +118,7 @@ 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_);
}
@@ -125,8 +132,7 @@ 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 += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -136,16 +142,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.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;
boolean result = true;
- result = result && (getPredicateMatched()
- == other.getPredicateMatched());
+ result = result && (getPredicateMatched() == other.getPredicateMatched());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@@ -158,125 +164,133 @@ 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) + unknownFields.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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3
- .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.GeneratedMessageV3.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.GeneratedMessageV3.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.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()
@@ -284,16 +298,15 @@ private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
+
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
- }
+ if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
}
+
@java.lang.Override
public Builder clear() {
super.clear();
@@ -303,9 +316,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
@@ -324,7 +337,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);
+ com.google.bigtable.v2.CheckAndMutateRowResponse result =
+ new com.google.bigtable.v2.CheckAndMutateRowResponse(this);
result.predicateMatched_ = predicateMatched_;
onBuilt();
return result;
@@ -334,38 +348,39 @@ public com.google.bigtable.v2.CheckAndMutateRowResponse buildPartial() {
public Builder clone() {
return (Builder) super.clone();
}
+
@java.lang.Override
public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) super.setField(field, value);
}
+
@java.lang.Override
- public Builder clearField(
- com.google.protobuf.Descriptors.FieldDescriptor field) {
+ public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
+
@java.lang.Override
- public Builder clearOneof(
- com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
+
@java.lang.Override
public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
+
@java.lang.Override
public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return (Builder) 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;
@@ -373,7 +388,8 @@ 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());
}
@@ -406,8 +422,10 @@ public Builder mergeFrom(
return this;
}
- private boolean predicateMatched_ ;
+ private boolean predicateMatched_;
/**
+ *
+ *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
@@ -419,6 +437,8 @@ public boolean getPredicateMatched() {
return predicateMatched_;
}
/**
+ *
+ *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
@@ -427,12 +447,14 @@ public boolean getPredicateMatched() {
* bool predicate_matched = 1;
*/
public Builder setPredicateMatched(boolean value) {
-
+
predicateMatched_ = value;
onChanged();
return this;
}
/**
+ *
+ *
*
* Whether or not the request's `predicate_filter` yielded any results for
* the specified row.
@@ -441,14 +463,14 @@ public Builder setPredicateMatched(boolean value) {
* bool predicate_matched = 1;
*/
public Builder clearPredicateMatched() {
-
+
predicateMatched_ = false;
onChanged();
return this;
}
+
@java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
+ public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
@@ -458,12 +480,12 @@ public final Builder mergeUnknownFields(
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();
}
@@ -472,16 +494,16 @@ 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 {
- return new CheckAndMutateRowResponse(input, extensionRegistry);
- }
- };
+ 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 {
+ return new CheckAndMutateRowResponse(input, extensionRegistry);
+ }
+ };
public static com.google.protobuf.Parser parser() {
return PARSER;
@@ -496,6 +518,4 @@ public com.google.protobuf.Parser getParserForType()
public com.google.bigtable.v2.CheckAndMutateRowResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
-
}
-
diff --git a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
index f67ab46266f7..4022b308ebf5 100644
--- a/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/CheckAndMutateRowResponseOrBuilder.java
@@ -3,11 +3,14 @@
package com.google.bigtable.v2;
-public interface CheckAndMutateRowResponseOrBuilder extends
+public interface CheckAndMutateRowResponseOrBuilder
+ extends
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.CheckAndMutateRowResponse)
com.google.protobuf.MessageOrBuilder {
/**
+ *
+ *
* | | | | | |