Cloud Composer v1 API - Class GetEnvironmentRequest (2.7.0)

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

Reference documentation and code samples for the Cloud Composer v1 API class GetEnvironmentRequest.

Get an environment.

Inheritance

object > GetEnvironmentRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

GetEnvironmentRequest()

public GetEnvironmentRequest()

GetEnvironmentRequest(GetEnvironmentRequest)

public GetEnvironmentRequest(GetEnvironmentRequest other)
Parameter
NameDescription
otherGetEnvironmentRequest

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
TypeDescription
string