@@ -20,6 +20,7 @@ import "google/api/annotations.proto";
2020import "google/api/client.proto" ;
2121import "google/api/field_behavior.proto" ;
2222import "google/api/resource.proto" ;
23+ import "google/cloud/common/operation_metadata.proto" ;
2324import "google/cloud/video/stitcher/v1/ad_tag_details.proto" ;
2425import "google/cloud/video/stitcher/v1/cdn_keys.proto" ;
2526import "google/cloud/video/stitcher/v1/live_configs.proto" ;
@@ -29,7 +30,6 @@ import "google/cloud/video/stitcher/v1/stitch_details.proto";
2930import "google/longrunning/operations.proto" ;
3031import "google/protobuf/empty.proto" ;
3132import "google/protobuf/field_mask.proto" ;
32- import "google/protobuf/timestamp.proto" ;
3333
3434option go_package = "cloud.google.com/go/video/stitcher/apiv1/stitcherpb;stitcherpb" ;
3535option java_multiple_files = true ;
@@ -55,7 +55,7 @@ service VideoStitcherService {
5555 option (google.api.method_signature ) = "parent,cdn_key,cdn_key_id" ;
5656 option (google.longrunning.operation_info ) = {
5757 response_type : "CdnKey"
58- metadata_type : "OperationMetadata"
58+ metadata_type : "google.cloud.common. OperationMetadata"
5959 };
6060 }
6161
@@ -83,7 +83,7 @@ service VideoStitcherService {
8383 option (google.api.method_signature ) = "name" ;
8484 option (google.longrunning.operation_info ) = {
8585 response_type : "google.protobuf.Empty"
86- metadata_type : "OperationMetadata"
86+ metadata_type : "google.cloud.common. OperationMetadata"
8787 };
8888 }
8989
@@ -97,7 +97,7 @@ service VideoStitcherService {
9797 option (google.api.method_signature ) = "cdn_key,update_mask" ;
9898 option (google.longrunning.operation_info ) = {
9999 response_type : "CdnKey"
100- metadata_type : "OperationMetadata"
100+ metadata_type : "google.cloud.common. OperationMetadata"
101101 };
102102 }
103103
@@ -181,7 +181,7 @@ service VideoStitcherService {
181181 option (google.api.method_signature ) = "parent,slate,slate_id" ;
182182 option (google.longrunning.operation_info ) = {
183183 response_type : "Slate"
184- metadata_type : "OperationMetadata"
184+ metadata_type : "google.cloud.common. OperationMetadata"
185185 };
186186 }
187187
@@ -210,7 +210,7 @@ service VideoStitcherService {
210210 option (google.api.method_signature ) = "slate,update_mask" ;
211211 option (google.longrunning.operation_info ) = {
212212 response_type : "Slate"
213- metadata_type : "OperationMetadata"
213+ metadata_type : "google.cloud.common. OperationMetadata"
214214 };
215215 }
216216
@@ -222,7 +222,7 @@ service VideoStitcherService {
222222 option (google.api.method_signature ) = "name" ;
223223 option (google.longrunning.operation_info ) = {
224224 response_type : "google.protobuf.Empty"
225- metadata_type : "OperationMetadata"
225+ metadata_type : "google.cloud.common. OperationMetadata"
226226 };
227227 }
228228
@@ -254,7 +254,7 @@ service VideoStitcherService {
254254 option (google.api.method_signature ) = "parent,live_config,live_config_id" ;
255255 option (google.longrunning.operation_info ) = {
256256 response_type : "LiveConfig"
257- metadata_type : "OperationMetadata"
257+ metadata_type : "google.cloud.common. OperationMetadata"
258258 };
259259 }
260260
@@ -286,7 +286,7 @@ service VideoStitcherService {
286286 option (google.api.method_signature ) = "name" ;
287287 option (google.longrunning.operation_info ) = {
288288 response_type : "google.protobuf.Empty"
289- metadata_type : "OperationMetadata"
289+ metadata_type : "google.cloud.common. OperationMetadata"
290290 };
291291 }
292292}
@@ -763,18 +763,3 @@ message DeleteLiveConfigRequest {
763763 }
764764 ];
765765}
766-
767- // Represents the metadata of the long-running operation.
768- message OperationMetadata {
769- // The time the operation was created.
770- google.protobuf.Timestamp create_time = 1 ;
771-
772- // The time the operation finished running.
773- google.protobuf.Timestamp end_time = 2 ;
774-
775- // Server-defined resource path for the target of the operation.
776- string target = 3 ;
777-
778- // Name of the verb executed by the operation.
779- string verb = 4 ;
780- }
0 commit comments