public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class GetEnvironmentRequest.
Get an environment.
Implements
IMessageGetEnvironmentRequest, IEquatableGetEnvironmentRequest, IDeepCloneableGetEnvironmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
GetEnvironmentRequest()
public GetEnvironmentRequest()GetEnvironmentRequest(GetEnvironmentRequest)
public GetEnvironmentRequest(GetEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEnvironmentRequest |
Properties
Name
public string Name { get; set; }The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Property Value | |
|---|---|
| Type | Description |
string |
|