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

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

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

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

Inheritance

object > CreateAttributeRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

CreateAttributeRequest()

public CreateAttributeRequest()

CreateAttributeRequest(CreateAttributeRequest)

public CreateAttributeRequest(CreateAttributeRequest other)
Parameter
Name Description
other CreateAttributeRequest

Properties

Attribute

public Attribute Attribute { get; set; }

Required. The attribute to create.

Property Value
Type Description
Attribute

AttributeId

public string AttributeId { get; set; }

Optional. The ID to use for the attribute, which will become the final component of the attribute's resource name. This field is optional.

  • If provided, the same will be used. The service will throw an error if the specified id is already used by another attribute resource in the API hub.
  • If not provided, a system generated id will be used.

This value should be 4-500 characters, and valid characters are /[a-z][A-Z][0-9]-_/.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource for Attribute. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName