Class AnywhereCachesResource.ListRequest
Returns a list of Anywhere Cache instances of the bucket matching the criteria.
Inheritance
AnywhereCachesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class AnywhereCachesResource.ListRequest : StorageBaseServiceRequest<AnywhereCaches>, IClientServiceRequest<AnywhereCaches>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string bucket)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | bucket |
Properties
Bucket
Name of the parent bucket.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.AnywhereCaches>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.AnywhereCaches>.MethodName
PageSize
Maximum number of items to return in a single page of responses. Maximum 1000.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A previously-returned page token representing part of the larger set of results to view.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.AnywhereCaches>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()