public sealed class GetLinkRequest : IMessage<GetLinkRequest>, IEquatable<GetLinkRequest>, IDeepCloneable<GetLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class GetLinkRequest.
The parameters to GetLink.
Implements
IMessageGetLinkRequest, IEquatableGetLinkRequest, IDeepCloneableGetLinkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
GetLinkRequest()
public GetLinkRequest()
GetLinkRequest(GetLinkRequest)
public GetLinkRequest(GetLinkRequest other)
Parameter | |
---|---|
Name | Description |
other | GetLinkRequest |
Properties
LinkName
public LinkName LinkName { get; set; }
Property Value | |
---|---|
Type | Description |
LinkName |
Name
public string Name { get; set; }
Required. The resource name of the link:
"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 |