Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListDataAccessLabelsResponse.
Response message for ListDataAccessLabels.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_access_labels
def data_access_labels() -> ::Array<::Google::Cloud::Chronicle::V1::DataAccessLabel>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataAccessLabel>) — List of data access labels.
#data_access_labels=
def data_access_labels=(value) -> ::Array<::Google::Cloud::Chronicle::V1::DataAccessLabel>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::DataAccessLabel>) — List of data access labels.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::DataAccessLabel>) — List of data access labels.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.