Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentTypesResource.ListRequest

Lists GoldenGateDeploymentTypes in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>
ProjectsResource.LocationsResource.GoldengateDeploymentTypesResource.ListRequest
Implements
IClientServiceRequest<ListGoldengateDeploymentTypesResponse>
IClientServiceRequest
Inherited Members
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.Xgafv
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.AccessToken
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.Alt
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.Callback
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.Fields
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.Key
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.OauthToken
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.PrettyPrint
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.QuotaUser
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.UploadType
OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>.UploadProtocol
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.Execute()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ExecuteAsStream()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ExecuteAsync()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.GenerateRequestUri()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.GetBody()
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ETagAction
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ModifyRequest
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ValidateParameters
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.ApiVersion
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.RequestParameters
ClientServiceRequest<ListGoldengateDeploymentTypesResponse>.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.GoldengateDeploymentTypesResource.ListRequest : OracleDatabaseBaseServiceRequest<ListGoldengateDeploymentTypesResponse>, IClientServiceRequest<ListGoldengateDeploymentTypesResponse>, 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. Either the deployment_type and ogg_version fields must be specified in the format: deployment_type="DATABASE_ORACLE" or ogg_version="version". Allowed values for deployment_type are: DATABASE_ORACLE, BIGDATA, DATABASE_MICROSOFT_SQLSERVER, DATABASE_MYSQL, DATABASE_POSTGRESQL, DATABASE_DB2ZOS, DATABASE_DB2I, GGSA, DATA_TRANSFORMS.

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<ListGoldengateDeploymentTypesResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Hint for how to order the results

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

Optional. A token identifying a page of results the server should return.

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

Parent

Required. The parent resource. 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<ListGoldengateDeploymentTypesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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