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.
Implements
IMessageFetchDatabasePropertiesRequest, IEquatableFetchDatabasePropertiesRequest, IDeepCloneableFetchDatabasePropertiesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
FetchDatabasePropertiesRequest()
public FetchDatabasePropertiesRequest()
FetchDatabasePropertiesRequest(FetchDatabasePropertiesRequest)
public FetchDatabasePropertiesRequest(FetchDatabasePropertiesRequest other)
Parameter | |
---|---|
Name | Description |
other | FetchDatabasePropertiesRequest |
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 | |
---|---|
Type | Description |
string |
EnvironmentAsEnvironmentName
public EnvironmentName EnvironmentAsEnvironmentName { get; set; }
EnvironmentName-typed view over the Environment resource name property.
Property Value | |
---|---|
Type | Description |
EnvironmentName |