Cloud Composer v1 API - Class FetchDatabasePropertiesRequest (2.6.0)

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

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

Request to fetch properties of environment's database.

Inheritance

object > FetchDatabasePropertiesRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

FetchDatabasePropertiesRequest()

public FetchDatabasePropertiesRequest()

FetchDatabasePropertiesRequest(FetchDatabasePropertiesRequest)

public FetchDatabasePropertiesRequest(FetchDatabasePropertiesRequest other)
Parameter
NameDescription
otherFetchDatabasePropertiesRequest

Properties

Environment

public string Environment { get; set; }

Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Property Value
TypeDescription
string

EnvironmentAsEnvironmentName

public EnvironmentName EnvironmentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Environment resource name property.

Property Value
TypeDescription
EnvironmentName