Resource Manager V3 API - Class Google::Cloud::ResourceManager::V3::TagBindings::Rest::ServiceStub (v0.9.0)

Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::TagBindings::Rest::ServiceStub.

REST service stub for the TagBindings service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_tag_binding

def create_tag_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the create_tag_binding REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_tag_binding

def delete_tag_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the delete_tag_binding REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#list_effective_tags

def list_effective_tags(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ResourceManager::V3::ListEffectiveTagsResponse

Baseline implementation for the list_effective_tags REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_tag_bindings

def list_tag_bindings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ResourceManager::V3::ListTagBindingsResponse

Baseline implementation for the list_tag_bindings REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)