Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::NodeGroupController::Rest::ServiceStub (v1.2.0)
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::NodeGroupController::Rest::ServiceStub.
REST service stub for the NodeGroupController service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_node_group
defcreate_node_group(request_pb,options=nil){|result,operation|...}->::Google::Longrunning::OperationBaseline implementation for the create_node_group REST call
- request_pb (::Google::Cloud::Dataproc::V1::CreateNodeGroupRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
defendpoint()->StringThe effective endpoint
- (String)
#get_node_group
defget_node_group(request_pb,options=nil){|result,operation|...}->::Google::Cloud::Dataproc::V1::NodeGroupBaseline implementation for the get_node_group REST call
- request_pb (::Google::Cloud::Dataproc::V1::GetNodeGroupRequest) — 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::NodeGroup)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataproc::V1::NodeGroup) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
deflogger(stub:false)->LoggerThe logger used for request/response debug logging.
- (Logger)
#resize_node_group
defresize_node_group(request_pb,options=nil){|result,operation|...}->::Google::Longrunning::OperationBaseline implementation for the resize_node_group REST call
- request_pb (::Google::Cloud::Dataproc::V1::ResizeNodeGroupRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
defuniverse_domain()->StringThe effective universe domain
- (String)