chore: Fix namespaces for Ruby, PHP, and C# clients
PiperOrigin-RevId: 340710837
This commit is contained in:
parent
8f3ba4de43
commit
709aaa0bf9
|
|
@ -27,7 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta1";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta1";
|
||||
|
||||
// Document represents the canonical document resource in Document Understanding
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentAiProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta1";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta1";
|
||||
|
||||
// Service to parse structured information from unstructured or semi-structured
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "GeometryProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta1";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta1";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta1";
|
||||
|
||||
// A vertex represents a 2D point in the image.
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta2";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta2";
|
||||
|
||||
// Document represents the canonical document resource in Document Understanding
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentAiProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta2";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta2";
|
||||
|
||||
// Service to parse structured information from unstructured or semi-structured
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1be
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "GeometryProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\V1beta2";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta2";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta2";
|
||||
|
||||
// A vertex represents a 2D point in the image.
|
||||
|
|
|
|||
|
|
@ -27,13 +27,13 @@ import "google/type/money.proto";
|
|||
import "google/type/postal_address.proto";
|
||||
import "google/api/annotations.proto";
|
||||
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.v1beta3";
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.V1Beta3";
|
||||
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta3";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\v1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::master";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta3";
|
||||
|
||||
// Document represents the canonical document resource in Document Understanding
|
||||
// AI.
|
||||
|
|
|
|||
|
|
@ -26,13 +26,13 @@ import "google/protobuf/field_mask.proto";
|
|||
import "google/protobuf/timestamp.proto";
|
||||
import "google/rpc/status.proto";
|
||||
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.v1beta3";
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.V1Beta3";
|
||||
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "DocumentAiProcessorService";
|
||||
option java_package = "com.google.cloud.documentai.v1beta3";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\v1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::master";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta3";
|
||||
|
||||
// (-- aip.dev/not-precedent: This is needed because we have references to
|
||||
// these resources in our public API, but the resource management is not
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@ package google.cloud.documentai.v1beta3;
|
|||
|
||||
import "google/api/annotations.proto";
|
||||
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.v1beta3";
|
||||
option csharp_namespace = "Google.Cloud.DocumentAI.V1Beta3";
|
||||
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "GeometryProto";
|
||||
option java_package = "com.google.cloud.documentai.v1beta3";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAi\\v1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::master";
|
||||
option php_namespace = "Google\\Cloud\\DocumentAI\\V1beta3";
|
||||
option ruby_package = "Google::Cloud::DocumentAI::V1beta3";
|
||||
|
||||
// A vertex represents a 2D point in the image.
|
||||
// NOTE: the vertex coordinates are in the same scale as the original image.
|
||||
|
|
|
|||
Loading…
Reference in New Issue