Cloud Resource Manager v3 API - Class GetProjectRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class GetProjectRequest.

The request sent to the [GetProject][google.cloud.resourcemanager.v3.Projects.GetProject] method.

Inheritance

object > GetProjectRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

GetProjectRequest()

public GetProjectRequest()

GetProjectRequest(GetProjectRequest)

public GetProjectRequest(GetProjectRequest other)
Parameter
NameDescription
otherGetProjectRequest

Properties

Name

public string Name { get; set; }

Required. The name of the project (for example, projects/415104041262).

Property Value
TypeDescription
string

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName