Google Cloud Logging v2 API - Class ListLinksRequest (4.3.0)

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.

Inheritance

object > ListLinksRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

ListLinksRequest()

public ListLinksRequest()

ListLinksRequest(ListLinksRequest)

public ListLinksRequest(ListLinksRequest other)
Parameter
NameDescription
otherListLinksRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return from this request.

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.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLogBucketName

public LogBucketName ParentAsLogBucketName { get; set; }

LogBucketName-typed view over the Parent resource name property.

Property Value
TypeDescription
LogBucketName