Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::TranscoderService::Rest::ServiceStub.
REST service stub for the TranscoderService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_job
def create_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::Job
Baseline implementation for the create_job REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::CreateJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_job_template
def create_job_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::JobTemplate
Baseline implementation for the create_job_template REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::CreateJobTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::JobTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::JobTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_job
def delete_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_job REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::DeleteJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_job_template
def delete_job_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_job_template REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_job
def get_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::Job
Baseline implementation for the get_job REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::GetJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::Job)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::Job) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_job_template
def get_job_template(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::JobTemplate
Baseline implementation for the get_job_template REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::GetJobTemplateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::JobTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::JobTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_job_templates
def list_job_templates(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse
Baseline implementation for the list_job_templates REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::ListJobTemplatesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::ListJobTemplatesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_jobs
def list_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Video::Transcoder::V1::ListJobsResponse
Baseline implementation for the list_jobs REST call
- request_pb (::Google::Cloud::Video::Transcoder::V1::ListJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Video::Transcoder::V1::ListJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Video::Transcoder::V1::ListJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)