Google Cloud Logging v2 API - Class ListLogMetricsRequest (4.2.0)

public sealed class ListLogMetricsRequest : IMessage<ListLogMetricsRequest>, IEquatable<ListLogMetricsRequest>, IDeepCloneable<ListLogMetricsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Logging v2 API class ListLogMetricsRequest.

The parameters to ListLogMetrics.

Inheritance

object > ListLogMetricsRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListLogMetricsRequest()

public ListLogMetricsRequest()

ListLogMetricsRequest(ListLogMetricsRequest)

public ListLogMetricsRequest(ListLogMetricsRequest other)
Parameter
NameDescription
otherListLogMetricsRequest

Properties

PageSize

public int PageSize { get; set; }

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.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the project containing the metrics:

"projects/[PROJECT_ID]"
Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName