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
- request_pb (::Google::Cloud::ResourceManager::V3::CreateTagBindingRequest) — 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)
#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
- request_pb (::Google::Cloud::ResourceManager::V3::DeleteTagBindingRequest) — 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
def endpoint() -> String
The effective endpoint
- (String)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#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
- request_pb (::Google::Cloud::ResourceManager::V3::ListEffectiveTagsRequest) — 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::ResourceManager::V3::ListEffectiveTagsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ResourceManager::V3::ListEffectiveTagsResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::ResourceManager::V3::ListTagBindingsRequest) — 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::ResourceManager::V3::ListTagBindingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ResourceManager::V3::ListTagBindingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)