Class ProjectsResource.LocationsResource.RetrieveApiViewsRequest
Retrieve API views.
Inheritance
ProjectsResource.LocationsResource.RetrieveApiViewsRequest
Inherited Members
Namespace: Google.Apis.APIhub.v1
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RetrieveApiViewsRequest : APIhubBaseServiceRequest<GoogleCloudApihubV1RetrieveApiViewsResponse>, IClientServiceRequest<GoogleCloudApihubV1RetrieveApiViewsResponse>, IClientServiceRequest
Constructors
RetrieveApiViewsRequest(IClientService, string)
Constructs a new RetrieveApiViews request.
Declaration
public RetrieveApiViewsRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
Filter
Optional. The filter expression.
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. The maximum number of results to return. Default to 100.
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 RetrieveApiViews 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 resource name. 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
View
Required. The view type to return.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.RetrieveApiViewsRequest.ViewEnum? View { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.RetrieveApiViewsRequest.ViewEnum? |
Methods
InitParameters()
Initializes RetrieveApiViews parameter list.
Declaration
protected override void InitParameters()