Class RapidCachesResource
The "rapidCaches" collection of methods.
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class RapidCachesResource
Constructors
RapidCachesResource(IClientService)
Constructs a new resource.
Declaration
public RapidCachesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Disable(string, string)
Disables a Rapid Cache instance.
Declaration
public virtual RapidCachesResource.DisableRequest Disable(string bucket, string rapidCacheId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bucket | Name of the parent bucket. |
| string | rapidCacheId | The ID of the requested Rapid Cache instance. |
Returns
| Type | Description |
|---|---|
| RapidCachesResource.DisableRequest |
Get(string, string)
Returns the metadata of a Rapid Cache instance.
Declaration
public virtual RapidCachesResource.GetRequest Get(string bucket, string rapidCacheId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bucket | Name of the parent bucket. |
| string | rapidCacheId | The ID of the requested Rapid Cache instance. |
Returns
| Type | Description |
|---|---|
| RapidCachesResource.GetRequest |
Insert(RapidCache, string)
Creates a Rapid Cache instance.
Declaration
public virtual RapidCachesResource.InsertRequest Insert(RapidCache body, string bucket)
Parameters
| Type | Name | Description |
|---|---|---|
| RapidCache | body | The body of the request. |
| string | bucket | Name of the parent bucket. |
Returns
| Type | Description |
|---|---|
| RapidCachesResource.InsertRequest |
List(string)
Returns a list of Rapid Cache instances of the bucket.
Declaration
public virtual RapidCachesResource.ListRequest List(string bucket)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bucket | Name of the parent bucket. |
Returns
| Type | Description |
|---|---|
| RapidCachesResource.ListRequest |
Update(RapidCache, string, string)
Updates the configuration of a Rapid Cache instance.
Declaration
public virtual RapidCachesResource.UpdateRequest Update(RapidCache body, string bucket, string rapidCacheId)
Parameters
| Type | Name | Description |
|---|---|---|
| RapidCache | body | The body of the request. |
| string | bucket | Name of the parent bucket. |
| string | rapidCacheId | The ID of the requested Rapid Cache instance. |
Returns
| Type | Description |
|---|---|
| RapidCachesResource.UpdateRequest |