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.
Implements
IMessage<GetProjectRequest>, IEquatable<GetProjectRequest>, IDeepCloneable<GetProjectRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
GetProjectRequest()
public GetProjectRequest()
GetProjectRequest(GetProjectRequest)
public GetProjectRequest(GetProjectRequest other)
Parameter | |
---|---|
Name | Description |
other | GetProjectRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the project (for example, projects/415104041262
).
Property Value | |
---|---|
Type | Description |
String |
ProjectName
public ProjectName ProjectName { get; set; }
ProjectName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |