public sealed class CreateLinkRequest : IMessage<CreateLinkRequest>, IEquatable<CreateLinkRequest>, IDeepCloneable<CreateLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CreateLinkRequest.
The parameters to CreateLink.
Implements
IMessageCreateLinkRequest, IEquatableCreateLinkRequest, IDeepCloneableCreateLinkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
CreateLinkRequest()
public CreateLinkRequest()
CreateLinkRequest(CreateLinkRequest)
public CreateLinkRequest(CreateLinkRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateLinkRequest |
Properties
Link
public Link Link { get; set; }
Required. The new link.
Property Value | |
---|---|
Type | Description |
Link |
LinkId
public string LinkId { get; set; }
Required. The ID to use for the link. The link_id can have up to 100 characters. A valid link_id must only have alphanumeric characters and underscores within it.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The full resource name of the bucket to create a link for.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"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 |