API hub v1 API - Class GetAttributeRequest (1.0.0-beta02)

public sealed class GetAttributeRequest : IMessage<GetAttributeRequest>, IEquatable<GetAttributeRequest>, IDeepCloneable<GetAttributeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class GetAttributeRequest.

The [GetAttribute][google.cloud.apihub.v1.ApiHub.GetAttribute] method's request.

Inheritance

object > GetAttributeRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

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