Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentsResource.ListRequest

Lists all the GoldengateDeployments for the given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListGoldengateDeploymentsResponse>
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.ListRequest
Implements
IClientServiceRequest<ListGoldengateDeploymentsResponse>
IClientServiceRequest
Inherited Members
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.Xgafv
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.AccessToken
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.Alt
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.Callback
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.Fields
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.Key
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.OauthToken
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.PrettyPrint
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.QuotaUser
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.UploadType
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.UploadProtocol
ClientServiceRequest<ListGoldengateDeploymentsResponse>.Execute()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ExecuteAsStream()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ExecuteAsync()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListGoldengateDeploymentsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListGoldengateDeploymentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.GetBody()
ClientServiceRequest<ListGoldengateDeploymentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ETagAction
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ModifyRequest
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ValidateParameters
ClientServiceRequest<ListGoldengateDeploymentsResponse>.ApiVersion
ClientServiceRequest<ListGoldengateDeploymentsResponse>.RequestParameters
ClientServiceRequest<ListGoldengateDeploymentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GoldengateDeploymentsResource.ListRequest : OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>, IClientServiceRequest<ListGoldengateDeploymentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. An expression for filtering the results of the request.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGoldengateDeploymentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGoldengateDeploymentsResponse>.MethodName

OrderBy

Optional. An expression for ordering the results of the request.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of items to return. If unspecified, at most 50 GoldengateDeployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListGoldengateDeployments call. Provide this to retrieve the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent value for GoldengateDeployments in the following format: projects/{project}/locations/{location}.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListGoldengateDeploymentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX