Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::GetReferenceListRequest.
A request to get details about a reference list.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
Returns
-
(::String) — Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
#view
def view() -> ::Google::Cloud::Chronicle::V1::ReferenceListView
Returns
- (::Google::Cloud::Chronicle::V1::ReferenceListView) — How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
#view=
def view=(value) -> ::Google::Cloud::Chronicle::V1::ReferenceListView
Parameter
- value (::Google::Cloud::Chronicle::V1::ReferenceListView) — How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
Returns
- (::Google::Cloud::Chronicle::V1::ReferenceListView) — How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.