Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::DatabaseCenter::Rest::ServiceStub.
REST service stub for the DatabaseCenter service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#aggregate_fleet
def aggregate_fleet(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DatabaseCenter::V1beta::AggregateFleetResponseBaseline implementation for the aggregate_fleet REST call
- request_pb (::Google::Cloud::DatabaseCenter::V1beta::AggregateFleetRequest) — 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::DatabaseCenter::V1beta::AggregateFleetResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DatabaseCenter::V1beta::AggregateFleetResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#query_database_resource_groups
def query_database_resource_groups(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DatabaseCenter::V1beta::QueryDatabaseResourceGroupsResponseBaseline implementation for the query_database_resource_groups REST call
- request_pb (::Google::Cloud::DatabaseCenter::V1beta::QueryDatabaseResourceGroupsRequest) — 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::DatabaseCenter::V1beta::QueryDatabaseResourceGroupsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DatabaseCenter::V1beta::QueryDatabaseResourceGroupsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#query_products
def query_products(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::DatabaseCenter::V1beta::QueryProductsResponseBaseline implementation for the query_products REST call
- request_pb (::Google::Cloud::DatabaseCenter::V1beta::QueryProductsRequest) — 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::DatabaseCenter::V1beta::QueryProductsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::DatabaseCenter::V1beta::QueryProductsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)