public sealed class GetAttributeRequest : IMessage<GetAttributeRequest>, IEquatable<GetAttributeRequest>, IDeepCloneable<GetAttributeRequest>, IBufferMessage, IMessageReference documentation and code samples for the API hub v1 API class GetAttributeRequest.
The [GetAttribute][google.cloud.apihub.v1.ApiHub.GetAttribute] method's request.
Implements
IMessageGetAttributeRequest, IEquatableGetAttributeRequest, IDeepCloneableGetAttributeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
GetAttributeRequest()
public GetAttributeRequest()GetAttributeRequest(GetAttributeRequest)
public GetAttributeRequest(GetAttributeRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetAttributeRequest | 
Properties
AttributeName
public AttributeName AttributeName { get; set; }AttributeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| AttributeName | |
Name
public string Name { get; set; }Required. The name of the attribute to retrieve.
Format:
projects/{project}/locations/{location}/attributes/{attribute}
| Property Value | |
|---|---|
| Type | Description | 
| string | |