public sealed class ListLinksRequest : IPageRequest, IMessage<ListLinksRequest>, IEquatable<ListLinksRequest>, IDeepCloneable<ListLinksRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class ListLinksRequest.
The parameters to ListLinks.
Implements
IPageRequest, IMessageListLinksRequest, IEquatableListLinksRequest, IDeepCloneableListLinksRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
ListLinksRequest()
public ListLinksRequest()
ListLinksRequest(ListLinksRequest)
public ListLinksRequest(ListLinksRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListLinksRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of results to return from this request.
Property Value | |
---|---|
Type | Description |
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource whose links are to be listed:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/
Property Value | |
---|---|
Type | Description |
string |
ParentAsLogBucketName
public LogBucketName ParentAsLogBucketName { get; set; }
LogBucketName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LogBucketName |