Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Versions::Rest::ServiceStub.
REST service stub for the Versions service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_version
def create_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Version
Baseline implementation for the create_version REST call
- request_pb (::Google::Cloud::Dialogflow::V2::CreateVersionRequest) — 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::Dialogflow::V2::Version)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Version) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_version
def delete_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_version REST call
- request_pb (::Google::Cloud::Dialogflow::V2::DeleteVersionRequest) — 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_version
def get_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Version
Baseline implementation for the get_version REST call
- request_pb (::Google::Cloud::Dialogflow::V2::GetVersionRequest) — 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::Dialogflow::V2::Version)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Version) — 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_versions
def list_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::ListVersionsResponse
Baseline implementation for the list_versions REST call
- request_pb (::Google::Cloud::Dialogflow::V2::ListVersionsRequest) — 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::Dialogflow::V2::ListVersionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::ListVersionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_version
def update_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Version
Baseline implementation for the update_version REST call
- request_pb (::Google::Cloud::Dialogflow::V2::UpdateVersionRequest) — 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::Dialogflow::V2::Version)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Version) — A result object deserialized from the server's reply
- (::ArgumentError)