Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataTaxonomyService::Rest::ServiceStub.
REST service stub for the DataTaxonomyService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_data_attribute
def create_data_attribute(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_data_attribute REST call
- request_pb (::Google::Cloud::Dataplex::V1::CreateDataAttributeRequest) — 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)
#create_data_attribute_binding
def create_data_attribute_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_data_attribute_binding REST call
- request_pb (::Google::Cloud::Dataplex::V1::CreateDataAttributeBindingRequest) — 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)
#create_data_taxonomy
def create_data_taxonomy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_data_taxonomy REST call
- request_pb (::Google::Cloud::Dataplex::V1::CreateDataTaxonomyRequest) — 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_data_attribute
def delete_data_attribute(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_data_attribute REST call
- request_pb (::Google::Cloud::Dataplex::V1::DeleteDataAttributeRequest) — 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_data_attribute_binding
def delete_data_attribute_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_data_attribute_binding REST call
- request_pb (::Google::Cloud::Dataplex::V1::DeleteDataAttributeBindingRequest) — 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_data_taxonomy
def delete_data_taxonomy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_data_taxonomy REST call
- request_pb (::Google::Cloud::Dataplex::V1::DeleteDataTaxonomyRequest) — 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)
#get_data_attribute
def get_data_attribute(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::DataAttribute
Baseline implementation for the get_data_attribute REST call
- request_pb (::Google::Cloud::Dataplex::V1::GetDataAttributeRequest) — 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::Dataplex::V1::DataAttribute)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::DataAttribute) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_attribute_binding
def get_data_attribute_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::DataAttributeBinding
Baseline implementation for the get_data_attribute_binding REST call
- request_pb (::Google::Cloud::Dataplex::V1::GetDataAttributeBindingRequest) — 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::Dataplex::V1::DataAttributeBinding)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::DataAttributeBinding) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_taxonomy
def get_data_taxonomy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::DataTaxonomy
Baseline implementation for the get_data_taxonomy REST call
- request_pb (::Google::Cloud::Dataplex::V1::GetDataTaxonomyRequest) — 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::Dataplex::V1::DataTaxonomy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::DataTaxonomy) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_data_attribute_bindings
def list_data_attribute_bindings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListDataAttributeBindingsResponse
Baseline implementation for the list_data_attribute_bindings REST call
- request_pb (::Google::Cloud::Dataplex::V1::ListDataAttributeBindingsRequest) — 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::Dataplex::V1::ListDataAttributeBindingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::ListDataAttributeBindingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_attributes
def list_data_attributes(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListDataAttributesResponse
Baseline implementation for the list_data_attributes REST call
- request_pb (::Google::Cloud::Dataplex::V1::ListDataAttributesRequest) — 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::Dataplex::V1::ListDataAttributesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::ListDataAttributesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_taxonomies
def list_data_taxonomies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse
Baseline implementation for the list_data_taxonomies REST call
- request_pb (::Google::Cloud::Dataplex::V1::ListDataTaxonomiesRequest) — 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::Dataplex::V1::ListDataTaxonomiesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_data_attribute
def update_data_attribute(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_data_attribute REST call
- request_pb (::Google::Cloud::Dataplex::V1::UpdateDataAttributeRequest) — 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)
#update_data_attribute_binding
def update_data_attribute_binding(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_data_attribute_binding REST call
- request_pb (::Google::Cloud::Dataplex::V1::UpdateDataAttributeBindingRequest) — 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)
#update_data_taxonomy
def update_data_taxonomy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_data_taxonomy REST call
- request_pb (::Google::Cloud::Dataplex::V1::UpdateDataTaxonomyRequest) — 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)