Class ProjectsResource.LocationsResource.EnvironmentsResource.FetchDatabasePropertiesRequest
Fetches database properties.
Inheritance
ProjectsResource.LocationsResource.EnvironmentsResource.FetchDatabasePropertiesRequest
Inherited Members
Namespace: Google.Apis.CloudComposer.v1
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EnvironmentsResource.FetchDatabasePropertiesRequest : CloudComposerBaseServiceRequest<FetchDatabasePropertiesResponse>, IClientServiceRequest<FetchDatabasePropertiesResponse>, IClientServiceRequest
Constructors
FetchDatabasePropertiesRequest(IClientService, string)
Constructs a new FetchDatabaseProperties request.
Declaration
public FetchDatabasePropertiesRequest(IClientService service, string environment)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | environment |
Properties
Environment
Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Declaration
[RequestParameter("environment", RequestParameterType.Path)]
public virtual string Environment { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchDatabaseProperties parameter list.
Declaration
protected override void InitParameters()