chore: set Ruby namespace in proto options
PiperOrigin-RevId: 316039767
This commit is contained in:
parent
e0558da52e
commit
94fe363755
|
|
@ -35,6 +35,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "BigtableInstanceAdminProto";
|
||||
option java_package = "com.google.bigtable.admin.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\Admin\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::Admin::V2";
|
||||
|
||||
// Service for creating, configuring, and deleting Cloud Bigtable Instances and
|
||||
// Clusters. Provides access to the Instance and Cluster schemas only, not the
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "BigtableTableAdminProto";
|
||||
option java_package = "com.google.bigtable.admin.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\Admin\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::Admin::V2";
|
||||
|
||||
// Service for creating, configuring, and deleting Cloud Bigtable tables.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "CommonProto";
|
||||
option java_package = "com.google.bigtable.admin.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\Admin\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::Admin::V2";
|
||||
|
||||
// Storage media types for persisting Bigtable data.
|
||||
enum StorageType {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "InstanceProto";
|
||||
option java_package = "com.google.bigtable.admin.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\Admin\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::Admin::V2";
|
||||
|
||||
// A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and
|
||||
// the resources that serve them.
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "TableProto";
|
||||
option java_package = "com.google.bigtable.admin.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\Admin\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::Admin::V2";
|
||||
|
||||
// Indicates the type of the restore source.
|
||||
enum RestoreSourceType {
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "BigtableProto";
|
||||
option java_package = "com.google.bigtable.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::V2";
|
||||
option (google.api.resource_definition) = {
|
||||
type: "bigtable.googleapis.com/Table"
|
||||
pattern: "projects/{project}/instances/{instance}/tables/{table}"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ option java_multiple_files = true;
|
|||
option java_outer_classname = "DataProto";
|
||||
option java_package = "com.google.bigtable.v2";
|
||||
option php_namespace = "Google\\Cloud\\Bigtable\\V2";
|
||||
option ruby_package = "Google::Cloud::Bigtable::V2";
|
||||
|
||||
// Specifies the complete (requested) contents of a single row of a table.
|
||||
// Rows which exceed 256MiB in size cannot be read in full.
|
||||
|
|
|
|||
Loading…
Reference in New Issue