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

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

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

Runtime project attachment represents an attachment from the runtime project to the host project. Api Hub looks for deployments in the attached runtime projects and creates corresponding resources in Api Hub for the discovered deployments.

Inheritance

object > RuntimeProjectAttachment

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

RuntimeProjectAttachment()

public RuntimeProjectAttachment()

RuntimeProjectAttachment(RuntimeProjectAttachment)

public RuntimeProjectAttachment(RuntimeProjectAttachment other)
Parameter
Name Description
other RuntimeProjectAttachment

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Identifier. The resource name of a runtime project attachment. Format: "projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}".

Property Value
Type Description
string

RuntimeProject

public string RuntimeProject { get; set; }

Required. Immutable. Google cloud project name in the format: "projects/abc" or "projects/123". As input, project name with either project id or number are accepted. As output, this field will contain project number.

Property Value
Type Description
string

RuntimeProjectAsProjectName

public ProjectName RuntimeProjectAsProjectName { get; set; }

ProjectName-typed view over the RuntimeProject resource name property.

Property Value
Type Description
ProjectName

RuntimeProjectAttachmentName

public RuntimeProjectAttachmentName RuntimeProjectAttachmentName { get; set; }

RuntimeProjectAttachmentName-typed view over the Name resource name property.

Property Value
Type Description
RuntimeProjectAttachmentName