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

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

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

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

Inheritance

object > CreateSpecRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

CreateSpecRequest()

public CreateSpecRequest()

CreateSpecRequest(CreateSpecRequest)

public CreateSpecRequest(CreateSpecRequest other)
Parameter
Name Description
other CreateSpecRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource for Spec. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

Property Value
Type Description
string

ParentAsVersionName

public VersionName ParentAsVersionName { get; set; }

VersionName-typed view over the Parent resource name property.

Property Value
Type Description
VersionName

Spec

public Spec Spec { get; set; }

Required. The spec to create.

Property Value
Type Description
Spec

SpecId

public string SpecId { get; set; }

Optional. The ID to use for the spec, which will become the final component of the spec'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 spec in the API resource.
  • 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