Apigee Registry v1 API - Class CreateApiSpecRequest (1.0.0-beta06)

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

Reference documentation and code samples for the Apigee Registry v1 API class CreateApiSpecRequest.

Request message for CreateApiSpec.

Inheritance

object > CreateApiSpecRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

CreateApiSpecRequest()

public CreateApiSpecRequest()

CreateApiSpecRequest(CreateApiSpecRequest)

public CreateApiSpecRequest(CreateApiSpecRequest other)
Parameter
NameDescription
otherCreateApiSpecRequest

Properties

ApiSpec

public ApiSpec ApiSpec { get; set; }

Required. The spec to create.

Property Value
TypeDescription
ApiSpec

ApiSpecId

public string ApiSpecId { get; set; }

Required. The ID to use for the spec, which will become the final component of the spec's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Following AIP-162, IDs must not have the form of a UUID.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of specs. Format: projects/*/locations/*/apis/*/versions/*

Property Value
TypeDescription
string

ParentAsApiVersionName

public ApiVersionName ParentAsApiVersionName { get; set; }

ApiVersionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ApiVersionName