Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Changelogs::Rest::ServiceStub.
REST service stub for the Changelogs service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#get_changelog
def get_changelog(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::CX::V3::Changelog
Baseline implementation for the get_changelog REST call
Parameters
- request_pb (::Google::Cloud::Dialogflow::CX::V3::GetChangelogRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
- (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
- result (::Google::Cloud::Dialogflow::CX::V3::Changelog)
- operation (::Gapic::Rest::TransportOperation)
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Changelog) — A result object deserialized from the server's reply
Raises
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
Returns
- (ServiceStub) — a new instance of ServiceStub
#list_changelogs
def list_changelogs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse
Baseline implementation for the list_changelogs REST call
Parameters
- request_pb (::Google::Cloud::Dialogflow::CX::V3::ListChangelogsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
- (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
- result (::Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse)
- operation (::Gapic::Rest::TransportOperation)
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse) — A result object deserialized from the server's reply
Raises
- (::ArgumentError)