Compute Engine v1 API - Class GetProjectRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetProjectRequest.

A request message for Projects.Get. See the method description for details.

Inheritance

object > GetProjectRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetProjectRequest()

public GetProjectRequest()

GetProjectRequest(GetProjectRequest)

public GetProjectRequest(GetProjectRequest other)
Parameter
NameDescription
otherGetProjectRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string