public sealed class DeleteLinkRequest : IMessage<DeleteLinkRequest>, IEquatable<DeleteLinkRequest>, IDeepCloneable<DeleteLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLinkRequest.
The parameters to DeleteLink.
Implements
IMessageDeleteLinkRequest, IEquatableDeleteLinkRequest, IDeepCloneableDeleteLinkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
DeleteLinkRequest()
public DeleteLinkRequest()
DeleteLinkRequest(DeleteLinkRequest)
public DeleteLinkRequest(DeleteLinkRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteLinkRequest |
Properties
LinkName
public LinkName LinkName { get; set; }
Property Value | |
---|---|
Type | Description |
LinkName |
Name
public string Name { get; set; }
Required. The full resource name of the link to delete.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
Property Value | |
---|---|
Type | Description |
string |