Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::StreamingService::Rest::ServiceStub.
REST service stub for the StreamingService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#acquire_lease
def acquire_lease(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VisionAI::V1::Lease
Baseline implementation for the acquire_lease REST call
- request_pb (::Google::Cloud::VisionAI::V1::AcquireLeaseRequest) — 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::VisionAI::V1::Lease)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VisionAI::V1::Lease) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#release_lease
def release_lease(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VisionAI::V1::ReleaseLeaseResponse
Baseline implementation for the release_lease REST call
- request_pb (::Google::Cloud::VisionAI::V1::ReleaseLeaseRequest) — 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::VisionAI::V1::ReleaseLeaseResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VisionAI::V1::ReleaseLeaseResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#renew_lease
def renew_lease(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::VisionAI::V1::Lease
Baseline implementation for the renew_lease REST call
- request_pb (::Google::Cloud::VisionAI::V1::RenewLeaseRequest) — 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::VisionAI::V1::Lease)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::VisionAI::V1::Lease) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)