Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DbSystemShapesResource.ListRequest

Lists the database system shapes available for the project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDbSystemShapesResponse>
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>
ProjectsResource.LocationsResource.DbSystemShapesResource.ListRequest
Implements
IClientServiceRequest<ListDbSystemShapesResponse>
IClientServiceRequest
Inherited Members
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.Xgafv
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.AccessToken
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.Alt
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.Callback
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.Fields
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.Key
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.OauthToken
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.PrettyPrint
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.QuotaUser
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.UploadType
OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>.UploadProtocol
ClientServiceRequest<ListDbSystemShapesResponse>.Execute()
ClientServiceRequest<ListDbSystemShapesResponse>.ExecuteAsStream()
ClientServiceRequest<ListDbSystemShapesResponse>.ExecuteAsync()
ClientServiceRequest<ListDbSystemShapesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDbSystemShapesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDbSystemShapesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDbSystemShapesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDbSystemShapesResponse>.GenerateRequestUri()
ClientServiceRequest<ListDbSystemShapesResponse>.GetBody()
ClientServiceRequest<ListDbSystemShapesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDbSystemShapesResponse>.ETagAction
ClientServiceRequest<ListDbSystemShapesResponse>.ModifyRequest
ClientServiceRequest<ListDbSystemShapesResponse>.ValidateParameters
ClientServiceRequest<ListDbSystemShapesResponse>.ApiVersion
ClientServiceRequest<ListDbSystemShapesResponse>.RequestParameters
ClientServiceRequest<ListDbSystemShapesResponse>.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.DbSystemShapesResource.ListRequest : OracleDatabaseBaseServiceRequest<ListDbSystemShapesResponse>, IClientServiceRequest<ListDbSystemShapesResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of items to return. If unspecified, at most 50 database system shapes 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 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 value for Database System Shapes 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<ListDbSystemShapesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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