Synchronize new proto changes.
This commit is contained in:
parent
03d1d27553
commit
d3928c05d0
|
|
@ -21,6 +21,7 @@ import "google/bigtable/v2/data.proto";
|
|||
import "google/protobuf/wrappers.proto";
|
||||
import "google/rpc/status.proto";
|
||||
|
||||
option csharp_namespace = "Google.Cloud.Bigtable.V2";
|
||||
option go_package = "google.golang.org/genproto/googleapis/bigtable/v2;bigtable";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "BigtableProto";
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ syntax = "proto3";
|
|||
|
||||
package google.bigtable.v2;
|
||||
|
||||
option csharp_namespace = "Google.Cloud.Bigtable.V2";
|
||||
option go_package = "google.golang.org/genproto/googleapis/bigtable/v2;bigtable";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DataProto";
|
||||
|
|
|
|||
Loading…
Reference in New Issue