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- (::String) — Optional. The text representing contextual information for which metadata context is being requested.
#context=
def context=(value) -> ::String- value (::String) — Optional. The text representing contextual information for which metadata context is being requested.
- (::String) — Optional. The text representing contextual information for which metadata context is being requested.
#name
def name() -> ::String-
(::String) — Required. The project to which the request should be attributed in the
following form:
projects/{project}/locations/{location}.
#name=
def name=(value) -> ::String-
value (::String) — Required. The project to which the request should be attributed in the
following form:
projects/{project}/locations/{location}.
-
(::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}-
(::Google::Protobuf::Map{::String => ::String}) —
Optional. Allows to configure the context.
Supported options:
format- The format of the context (one ofyaml,xml,json, default isyaml).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}-
value (::Google::Protobuf::Map{::String => ::String}) —
Optional. Allows to configure the context.
Supported options:
format- The format of the context (one ofyaml,xml,json, default isyaml).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.
-
(::Google::Protobuf::Map{::String => ::String}) —
Optional. Allows to configure the context.
Supported options:
format- The format of the context (one ofyaml,xml,json, default isyaml).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>-
(::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>-
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}
-
(::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}