ListLogMetricsRequest
class ListLogMetricsRequest extends Message
The parameters to ListLogMetrics.
Protobuf type Google\Logging\V2\ListLogMetricsRequest
Methods
No description
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken
must be the value of
nextPageToken
from the previous response. The values of other method
parameters should be identical to those in the previous call.
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken
must be the value of
nextPageToken
from the previous response. The values of other method
parameters should be identical to those in the previous call.
Optional. The maximum number of results to return from this request.
Optional. The maximum number of results to return from this request.
Details
at line 43
__construct()
at line 55
string
getParent()
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
Generated from protobuf field string parent = 1;
at line 67
setParent(string $var)
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
Generated from protobuf field string parent = 1;
at line 82
string
getPageToken()
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken
must be the value of
nextPageToken
from the previous response. The values of other method
parameters should be identical to those in the previous call.
Generated from protobuf field string page_token = 2;
at line 96
setPageToken(string $var)
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken
must be the value of
nextPageToken
from the previous response. The values of other method
parameters should be identical to those in the previous call.
Generated from protobuf field string page_token = 2;
at line 110
int
getPageSize()
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.
Generated from protobuf field int32 page_size = 3;
at line 123
setPageSize(int $var)
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.
Generated from protobuf field int32 page_size = 3;