Synchronize new proto changes.
This commit is contained in:
parent
dd422e4a77
commit
250964c9e2
|
|
@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/videointelligen
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "VideoIntelligenceServiceProto";
|
||||
option java_package = "com.google.cloud.videointelligence.v1";
|
||||
option php_namespace = "Google\\Cloud\\VideoIntelligence\\V1";
|
||||
|
||||
|
||||
// Service that implements Google Cloud Video Intelligence API.
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/videointelligen
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "VideoIntelligenceServiceProto";
|
||||
option java_package = "com.google.cloud.videointelligence.v1beta1";
|
||||
|
||||
option php_namespace = "Google\\Cloud\\VideoIntelligence\\V1beta1";
|
||||
|
||||
// Service that implements Google Cloud Video Intelligence API.
|
||||
service VideoIntelligenceService {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/videointelligen
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "VideoIntelligenceServiceProto";
|
||||
option java_package = "com.google.cloud.videointelligence.v1beta2";
|
||||
option php_namespace = "Google\\Cloud\\VideoIntelligence\\V1beta2";
|
||||
|
||||
|
||||
// Service that implements Google Cloud Video Intelligence API.
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ option go_package = "google.golang.org/genproto/googleapis/longrunning;longrunni
|
|||
option java_multiple_files = true;
|
||||
option java_outer_classname = "OperationsProto";
|
||||
option java_package = "com.google.longrunning";
|
||||
option php_namespace = "Google\\LongRunning";
|
||||
|
||||
|
||||
// Manages long-running operations with an API service.
|
||||
|
|
|
|||
Loading…
Reference in New Issue