Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::ListLogsRequest.
The parameters to ListLogs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
-
(::Integer) — Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of
nextPageToken
in the response indicates that more results might be available.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of
nextPageToken
in the response indicates that more results might be available.
-
(::Integer) — Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of
nextPageToken
in the response indicates that more results might be available.
#page_token
def page_token() -> ::String
-
(::String) — Optional. If present, then retrieve the next batch of results from the
preceding call to this method.
pageToken
must be the value ofnextPageToken
from the previous response. The values of other method parameters should be identical to those in the previous call.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. If present, then retrieve the next batch of results from the
preceding call to this method.
pageToken
must be the value ofnextPageToken
from the previous response. The values of other method parameters should be identical to those in the previous call.
-
(::String) — Optional. If present, then retrieve the next batch of results from the
preceding call to this method.
pageToken
must be the value ofnextPageToken
from the previous response. The values of other method parameters should be identical to those in the previous call.
#parent
def parent() -> ::String
-
(::String) —
Required. The resource name to list logs for:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
-
#parent=
def parent=(value) -> ::String
-
value (::String) —
Required. The resource name to list logs for:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
-
-
(::String) —
Required. The resource name to list logs for:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
-
#resource_names
def resource_names() -> ::Array<::String>
-
(::Array<::String>) — Optional. List of resource names to list logs for:
projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
To support legacy queries, it could also be:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
The resource name in the
parent
field is added to this list.
#resource_names=
def resource_names=(value) -> ::Array<::String>
-
value (::Array<::String>) — Optional. List of resource names to list logs for:
projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
To support legacy queries, it could also be:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
The resource name in the
parent
field is added to this list.
-
(::Array<::String>) — Optional. List of resource names to list logs for:
projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
To support legacy queries, it could also be:
-
projects/[PROJECT_ID]
-
organizations/[ORGANIZATION_ID]
-
billingAccounts/[BILLING_ACCOUNT_ID]
-
folders/[FOLDER_ID]
The resource name in the
parent
field is added to this list.