class Google::Cloud::Dataplex::V1::MetadataService::Rest::ServiceStub
def self.transcode_create_entity_request request_pb
-
(Array(String, [String, nil], Hash{String => String}))-
Parameters:
-
request_pb(::Google::Cloud::Dataplex::V1::CreateEntityRequest) --
Other tags:
- Private: -
def self.transcode_create_entity_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :post, uri_template: "/v1/{parent}/entities", body: "entity", matches: [ ["parent", %r{^projects/[^/]+/locations/[^/]+/lakes/[^/]+/zones/[^/]+/?$}, false] ] ) transcoder.transcode request_pb end