Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Generators::Rest::ServiceStub.
REST service stub for the Generators service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_generator
def create_generator(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Generator
Baseline implementation for the create_generator REST call
- request_pb (::Google::Cloud::Dialogflow::V2::CreateGeneratorRequest) — 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::Generator)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Generator) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_generator
def delete_generator(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_generator REST call
- request_pb (::Google::Cloud::Dialogflow::V2::DeleteGeneratorRequest) — 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_generator
def get_generator(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Generator
Baseline implementation for the get_generator REST call
- request_pb (::Google::Cloud::Dialogflow::V2::GetGeneratorRequest) — 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::Generator)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Generator) — 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_generators
def list_generators(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::ListGeneratorsResponse
Baseline implementation for the list_generators REST call
- request_pb (::Google::Cloud::Dialogflow::V2::ListGeneratorsRequest) — 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::ListGeneratorsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::ListGeneratorsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_generator
def update_generator(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Generator
Baseline implementation for the update_generator REST call
- request_pb (::Google::Cloud::Dialogflow::V2::UpdateGeneratorRequest) — 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::Generator)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dialogflow::V2::Generator) — A result object deserialized from the server's reply
- (::ArgumentError)