Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::SessionTemplateController::Rest::ServiceStub (v1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::SessionTemplateController::Rest::ServiceStub.
REST service stub for the SessionTemplateController service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_session_template
defcreate_session_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::SessionTemplateBaseline implementation for the create_session_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::CreateSessionTemplateRequest) — 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::Dataproc::V1::SessionTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::SessionTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_session_template
defdelete_session_template(request_pb,options=nil){|result,operation|...}->::Google::Protobuf::EmptyBaseline implementation for the delete_session_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::DeleteSessionTemplateRequest) — 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
defendpoint()->StringThe effective endpoint
- (String)
#get_session_template
defget_session_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::SessionTemplateBaseline implementation for the get_session_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::GetSessionTemplateRequest) — 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::Dataproc::V1::SessionTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::SessionTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_session_templates
deflist_session_templates(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::ListSessionTemplatesResponseBaseline implementation for the list_session_templates REST call
- request_pb (::Google::Cloud::Dataproc::V1::ListSessionTemplatesRequest) — 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::Dataproc::V1::ListSessionTemplatesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::ListSessionTemplatesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
deflogger(stub:false)->LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
defuniverse_domain()->StringThe effective universe domain
- (String)
#update_session_template
defupdate_session_template(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::SessionTemplateBaseline implementation for the update_session_template REST call
- request_pb (::Google::Cloud::Dataproc::V1::UpdateSessionTemplateRequest) — 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::Dataproc::V1::SessionTemplate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::SessionTemplate) — A result object deserialized from the server's reply
- (::ArgumentError)