Dataplex V1 API - Class Google::Cloud::Dataplex::V1::LookupContextRequest (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::LookupContextRequest.

Lookup Context using permissions in the source system.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#context

def context() -> ::String
Returns
  • (::String) — Optional. The text representing contextual information for which metadata context is being requested.

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — Optional. The text representing contextual information for which metadata context is being requested.
Returns
  • (::String) — Optional. The text representing contextual information for which metadata context is being requested.

#name

def name() -> ::String
Returns
  • (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

#options

def options() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Allows to configure the context.

    Supported options:

    • format - The format of the context (one of yaml, xml, json, default is yaml).
    • context_budget - If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.

#options=

def options=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Allows to configure the context.

    Supported options:

    • format - The format of the context (one of yaml, xml, json, default is yaml).
    • context_budget - If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Allows to configure the context.

    Supported options:

    • format - The format of the context (one of yaml, xml, json, default is yaml).
    • context_budget - If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.

#resources

def resources() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.

    Examples:

    projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

#resources=

def resources=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.

    Examples:

    projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

Returns
  • (::Array<::String>) — Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.

    Examples:

    projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}