Dataplex V1 API - Class Google::Cloud::Dataplex::V1::BusinessGlossaryService::Rest::ServiceStub (v2.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::BusinessGlossaryService::Rest::ServiceStub.

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

Inherits

  • Object

Methods

#create_glossary

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

Baseline implementation for the create_glossary REST call

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

#create_glossary_category

def create_glossary_category(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryCategory

Baseline implementation for the create_glossary_category REST call

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

#create_glossary_term

def create_glossary_term(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryTerm

Baseline implementation for the create_glossary_term REST call

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

#delete_glossary

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

Baseline implementation for the delete_glossary REST call

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

#delete_glossary_category

def delete_glossary_category(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_glossary_category REST call

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

#delete_glossary_term

def delete_glossary_term(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_glossary_term 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)

#get_glossary

def get_glossary(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::Glossary

Baseline implementation for the get_glossary REST call

Parameters
  • request_pb (::Google::Cloud::Dataplex::V1::GetGlossaryRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_glossary_category

def get_glossary_category(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryCategory

Baseline implementation for the get_glossary_category REST call

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

#get_glossary_term

def get_glossary_term(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryTerm

Baseline implementation for the get_glossary_term REST call

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

#list_glossaries

def list_glossaries(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListGlossariesResponse

Baseline implementation for the list_glossaries REST call

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

#list_glossary_categories

def list_glossary_categories(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListGlossaryCategoriesResponse

Baseline implementation for the list_glossary_categories REST call

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

#list_glossary_terms

def list_glossary_terms(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::ListGlossaryTermsResponse

Baseline implementation for the list_glossary_terms REST call

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

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_glossary

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

Baseline implementation for the update_glossary REST call

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

#update_glossary_category

def update_glossary_category(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryCategory

Baseline implementation for the update_glossary_category REST call

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

#update_glossary_term

def update_glossary_term(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dataplex::V1::GlossaryTerm

Baseline implementation for the update_glossary_term REST call

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