Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::GetEntryRequest.
Get Entry request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aspect_types
def aspect_types() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
#aspect_types=
def aspect_types=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
Returns
- (::Array<::String>) — Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Returns
-
(::String) — Required. The resource name of the Entry:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
#paths
def paths() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
#paths=
def paths=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
Returns
- (::Array<::String>) — Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
#view
def view() -> ::Google::Cloud::Dataplex::V1::EntryView
Returns
- (::Google::Cloud::Dataplex::V1::EntryView) — Optional. View to control which parts of an entry the service should return. Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
#view=
def view=(value) -> ::Google::Cloud::Dataplex::V1::EntryView
Parameter
- value (::Google::Cloud::Dataplex::V1::EntryView) — Optional. View to control which parts of an entry the service should return. Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
Returns
- (::Google::Cloud::Dataplex::V1::EntryView) — Optional. View to control which parts of an entry the service should return. Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.