|
|
|
@ -20,6 +20,7 @@ import "google/api/annotations.proto"; |
|
|
|
|
import "google/api/client.proto"; |
|
|
|
|
import "google/api/field_behavior.proto"; |
|
|
|
|
import "google/api/resource.proto"; |
|
|
|
|
import "google/cloud/common/operation_metadata.proto"; |
|
|
|
|
import "google/cloud/video/stitcher/v1/ad_tag_details.proto"; |
|
|
|
|
import "google/cloud/video/stitcher/v1/cdn_keys.proto"; |
|
|
|
|
import "google/cloud/video/stitcher/v1/live_configs.proto"; |
|
|
|
@ -29,7 +30,6 @@ import "google/cloud/video/stitcher/v1/stitch_details.proto"; |
|
|
|
|
import "google/longrunning/operations.proto"; |
|
|
|
|
import "google/protobuf/empty.proto"; |
|
|
|
|
import "google/protobuf/field_mask.proto"; |
|
|
|
|
import "google/protobuf/timestamp.proto"; |
|
|
|
|
|
|
|
|
|
option go_package = "cloud.google.com/go/video/stitcher/apiv1/stitcherpb;stitcherpb"; |
|
|
|
|
option java_multiple_files = true; |
|
|
|
@ -55,7 +55,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "parent,cdn_key,cdn_key_id"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "CdnKey" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -83,7 +83,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "name"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "google.protobuf.Empty" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -97,7 +97,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "cdn_key,update_mask"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "CdnKey" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -181,7 +181,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "parent,slate,slate_id"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "Slate" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -210,7 +210,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "slate,update_mask"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "Slate" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -222,7 +222,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "name"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "google.protobuf.Empty" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -254,7 +254,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "parent,live_config,live_config_id"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "LiveConfig" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -286,7 +286,7 @@ service VideoStitcherService { |
|
|
|
|
option (google.api.method_signature) = "name"; |
|
|
|
|
option (google.longrunning.operation_info) = { |
|
|
|
|
response_type: "google.protobuf.Empty" |
|
|
|
|
metadata_type: "OperationMetadata" |
|
|
|
|
metadata_type: "google.cloud.common.OperationMetadata" |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -763,18 +763,3 @@ message DeleteLiveConfigRequest { |
|
|
|
|
} |
|
|
|
|
]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Represents the metadata of the long-running operation. |
|
|
|
|
message OperationMetadata { |
|
|
|
|
// The time the operation was created. |
|
|
|
|
google.protobuf.Timestamp create_time = 1; |
|
|
|
|
|
|
|
|
|
// The time the operation finished running. |
|
|
|
|
google.protobuf.Timestamp end_time = 2; |
|
|
|
|
|
|
|
|
|
// Server-defined resource path for the target of the operation. |
|
|
|
|
string target = 3; |
|
|
|
|
|
|
|
|
|
// Name of the verb executed by the operation. |
|
|
|
|
string verb = 4; |
|
|
|
|
} |
|
|
|
|