public class StorageControl.StorageControlClient : ClientBase<StorageControl.StorageControlClient>Reference documentation and code samples for the Cloud Storage v2 API class StorageControl.StorageControlClient.
Client for StorageControl
Inheritance
object > ClientBase > ClientBaseStorageControlStorageControlClient > StorageControl.StorageControlClientNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
StorageControlClient()
protected StorageControlClient()Protected parameterless constructor to allow creation of test doubles.
StorageControlClient(CallInvoker)
public StorageControlClient(CallInvoker callInvoker)Creates a new client for StorageControl that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
StorageControlClient(ChannelBase)
public StorageControlClient(ChannelBase channel)Creates a new client for StorageControl
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
StorageControlClient(ClientBaseConfiguration)
protected StorageControlClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateAnywhereCache(CreateAnywhereCacheRequest, CallOptions)
public virtual Operation CreateAnywhereCache(CreateAnywhereCacheRequest request, CallOptions options)Creates an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAnywhereCache(CreateAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateAnywhereCache(CreateAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAnywhereCacheAsync(CreateAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAnywhereCacheAsync(CreateAnywhereCacheRequest request, CallOptions options)Creates an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAnywhereCacheAsync(CreateAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAnywhereCacheAsync(CreateAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFolder(CreateFolderRequest, CallOptions)
public virtual Folder CreateFolder(CreateFolderRequest request, CallOptions options)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The response received from the server. |
CreateFolder(CreateFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual Folder CreateFolder(CreateFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The response received from the server. |
CreateFolderAsync(CreateFolderRequest, CallOptions)
public virtual AsyncUnaryCall<Folder> CreateFolderAsync(CreateFolderRequest request, CallOptions options)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFolder |
The call object. |
CreateFolderAsync(CreateFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Folder> CreateFolderAsync(CreateFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFolder |
The call object. |
CreateManagedFolder(CreateManagedFolderRequest, CallOptions)
public virtual ManagedFolder CreateManagedFolder(CreateManagedFolderRequest request, CallOptions options)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
CreateManagedFolder(CreateManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual ManagedFolder CreateManagedFolder(CreateManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
CreateManagedFolderAsync(CreateManagedFolderRequest, CallOptions)
public virtual AsyncUnaryCall<ManagedFolder> CreateManagedFolderAsync(CreateManagedFolderRequest request, CallOptions options)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
CreateManagedFolderAsync(CreateManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ManagedFolder> CreateManagedFolderAsync(CreateManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
CreateRapidCache(CreateRapidCacheRequest, CallOptions)
public virtual Operation CreateRapidCache(CreateRapidCacheRequest request, CallOptions options)Creates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateRapidCache(CreateRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateRapidCache(CreateRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateRapidCacheAsync(CreateRapidCacheRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateRapidCacheAsync(CreateRapidCacheRequest request, CallOptions options)Creates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateRapidCacheAsync(CreateRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateRapidCacheAsync(CreateRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFolder(DeleteFolderRequest, CallOptions)
public virtual Empty DeleteFolder(DeleteFolderRequest request, CallOptions options)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteFolder(DeleteFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteFolder(DeleteFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteFolderAsync(DeleteFolderRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteFolderAsync(DeleteFolderRequest request, CallOptions options)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteFolderAsync(DeleteFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteFolderAsync(DeleteFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteFolderRecursive(DeleteFolderRecursiveRequest, CallOptions)
public virtual Operation DeleteFolderRecursive(DeleteFolderRecursiveRequest request, CallOptions options)Deletes a folder recursively. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRecursiveRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFolderRecursive(DeleteFolderRecursiveRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFolderRecursive(DeleteFolderRecursiveRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a folder recursively. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRecursiveRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFolderRecursiveAsync(DeleteFolderRecursiveRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFolderRecursiveAsync(DeleteFolderRecursiveRequest request, CallOptions options)Deletes a folder recursively. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRecursiveRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFolderRecursiveAsync(DeleteFolderRecursiveRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFolderRecursiveAsync(DeleteFolderRecursiveRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a folder recursively. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFolderRecursiveRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteManagedFolder(DeleteManagedFolderRequest, CallOptions)
public virtual Empty DeleteManagedFolder(DeleteManagedFolderRequest request, CallOptions options)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteManagedFolder(DeleteManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteManagedFolder(DeleteManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteManagedFolderAsync(DeleteManagedFolderRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteManagedFolderAsync(DeleteManagedFolderRequest request, CallOptions options)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteManagedFolderAsync(DeleteManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteManagedFolderAsync(DeleteManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Permanently deletes an empty managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DisableAnywhereCache(DisableAnywhereCacheRequest, CallOptions)
public virtual AnywhereCache DisableAnywhereCache(DisableAnywhereCacheRequest request, CallOptions options)Disables an Anywhere Cache instance. A disabled instance is read-only. The disablement could be revoked by calling ResumeAnywhereCache. The cache instance will be deleted automatically if it remains in the disabled state for at least one hour.
| Parameters | |
|---|---|
| Name | Description |
request |
DisableAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
DisableAnywhereCache(DisableAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AnywhereCache DisableAnywhereCache(DisableAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Disables an Anywhere Cache instance. A disabled instance is read-only. The disablement could be revoked by calling ResumeAnywhereCache. The cache instance will be deleted automatically if it remains in the disabled state for at least one hour.
| Parameters | |
|---|---|
| Name | Description |
request |
DisableAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
DisableAnywhereCacheAsync(DisableAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<AnywhereCache> DisableAnywhereCacheAsync(DisableAnywhereCacheRequest request, CallOptions options)Disables an Anywhere Cache instance. A disabled instance is read-only. The disablement could be revoked by calling ResumeAnywhereCache. The cache instance will be deleted automatically if it remains in the disabled state for at least one hour.
| Parameters | |
|---|---|
| Name | Description |
request |
DisableAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
DisableAnywhereCacheAsync(DisableAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AnywhereCache> DisableAnywhereCacheAsync(DisableAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Disables an Anywhere Cache instance. A disabled instance is read-only. The disablement could be revoked by calling ResumeAnywhereCache. The cache instance will be deleted automatically if it remains in the disabled state for at least one hour.
| Parameters | |
|---|---|
| Name | Description |
request |
DisableAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
GetAnywhereCache(GetAnywhereCacheRequest, CallOptions)
public virtual AnywhereCache GetAnywhereCache(GetAnywhereCacheRequest request, CallOptions options)Gets an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
GetAnywhereCache(GetAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AnywhereCache GetAnywhereCache(GetAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
GetAnywhereCacheAsync(GetAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<AnywhereCache> GetAnywhereCacheAsync(GetAnywhereCacheRequest request, CallOptions options)Gets an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
GetAnywhereCacheAsync(GetAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AnywhereCache> GetAnywhereCacheAsync(GetAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
GetFolder(GetFolderRequest, CallOptions)
public virtual Folder GetFolder(GetFolderRequest request, CallOptions options)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The response received from the server. |
GetFolder(GetFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual Folder GetFolder(GetFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Folder |
The response received from the server. |
GetFolderAsync(GetFolderRequest, CallOptions)
public virtual AsyncUnaryCall<Folder> GetFolderAsync(GetFolderRequest request, CallOptions options)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFolder |
The call object. |
GetFolderAsync(GetFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Folder> GetFolderAsync(GetFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFolder |
The call object. |
GetFolderIntelligenceConfig(GetFolderIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig GetFolderIntelligenceConfig(GetFolderIntelligenceConfigRequest request, CallOptions options)Returns the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetFolderIntelligenceConfig(GetFolderIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig GetFolderIntelligenceConfig(GetFolderIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetFolderIntelligenceConfigAsync(GetFolderIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> GetFolderIntelligenceConfigAsync(GetFolderIntelligenceConfigRequest request, CallOptions options)Returns the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetFolderIntelligenceConfigAsync(GetFolderIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> GetFolderIntelligenceConfigAsync(GetFolderIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFolderIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetIamPolicy(GetIamPolicyRequest, CallOptions)
public virtual Policy GetIamPolicy(GetIamPolicyRequest request, CallOptions options)Gets the IAM policy for a specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
GetIamPolicy(GetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy GetIamPolicy(GetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IAM policy for a specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
GetIamPolicyAsync(GetIamPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyRequest request, CallOptions options)Gets the IAM policy for a specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
GetIamPolicyAsync(GetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IAM policy for a specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
GetIntelligenceFinding(GetIntelligenceFindingRequest, CallOptions)
public virtual IntelligenceFinding GetIntelligenceFinding(GetIntelligenceFindingRequest request, CallOptions options)Gets the IntelligenceFinding for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding |
The response received from the server. |
GetIntelligenceFinding(GetIntelligenceFindingRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceFinding GetIntelligenceFinding(GetIntelligenceFindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IntelligenceFinding for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding |
The response received from the server. |
GetIntelligenceFindingAsync(GetIntelligenceFindingRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceFinding> GetIntelligenceFindingAsync(GetIntelligenceFindingRequest request, CallOptions options)Gets the IntelligenceFinding for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceFinding |
The call object. |
GetIntelligenceFindingAsync(GetIntelligenceFindingRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceFinding> GetIntelligenceFindingAsync(GetIntelligenceFindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IntelligenceFinding for a project.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceFinding |
The call object. |
GetIntelligenceFindingRevision(GetIntelligenceFindingRevisionRequest, CallOptions)
public virtual IntelligenceFindingRevision GetIntelligenceFindingRevision(GetIntelligenceFindingRevisionRequest request, CallOptions options)Gets the IntelligenceFindingRevision resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRevisionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFindingRevision |
The response received from the server. |
GetIntelligenceFindingRevision(GetIntelligenceFindingRevisionRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceFindingRevision GetIntelligenceFindingRevision(GetIntelligenceFindingRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IntelligenceFindingRevision resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRevisionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFindingRevision |
The response received from the server. |
GetIntelligenceFindingRevisionAsync(GetIntelligenceFindingRevisionRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceFindingRevision> GetIntelligenceFindingRevisionAsync(GetIntelligenceFindingRevisionRequest request, CallOptions options)Gets the IntelligenceFindingRevision resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRevisionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceFindingRevision |
The call object. |
GetIntelligenceFindingRevisionAsync(GetIntelligenceFindingRevisionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceFindingRevision> GetIntelligenceFindingRevisionAsync(GetIntelligenceFindingRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the IntelligenceFindingRevision resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetIntelligenceFindingRevisionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceFindingRevision |
The call object. |
GetManagedFolder(GetManagedFolderRequest, CallOptions)
public virtual ManagedFolder GetManagedFolder(GetManagedFolderRequest request, CallOptions options)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
GetManagedFolder(GetManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual ManagedFolder GetManagedFolder(GetManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
GetManagedFolderAsync(GetManagedFolderRequest, CallOptions)
public virtual AsyncUnaryCall<ManagedFolder> GetManagedFolderAsync(GetManagedFolderRequest request, CallOptions options)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
GetManagedFolderAsync(GetManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ManagedFolder> GetManagedFolderAsync(GetManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for the specified managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
GetOrganizationIntelligenceConfig(GetOrganizationIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig GetOrganizationIntelligenceConfig(GetOrganizationIntelligenceConfigRequest request, CallOptions options)Returns the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOrganizationIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetOrganizationIntelligenceConfig(GetOrganizationIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig GetOrganizationIntelligenceConfig(GetOrganizationIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOrganizationIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetOrganizationIntelligenceConfigAsync(GetOrganizationIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> GetOrganizationIntelligenceConfigAsync(GetOrganizationIntelligenceConfigRequest request, CallOptions options)Returns the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOrganizationIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetOrganizationIntelligenceConfigAsync(GetOrganizationIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> GetOrganizationIntelligenceConfigAsync(GetOrganizationIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOrganizationIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetProjectIntelligenceConfig(GetProjectIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig GetProjectIntelligenceConfig(GetProjectIntelligenceConfigRequest request, CallOptions options)Returns the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProjectIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetProjectIntelligenceConfig(GetProjectIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig GetProjectIntelligenceConfig(GetProjectIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProjectIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
GetProjectIntelligenceConfigAsync(GetProjectIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> GetProjectIntelligenceConfigAsync(GetProjectIntelligenceConfigRequest request, CallOptions options)Returns the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProjectIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetProjectIntelligenceConfigAsync(GetProjectIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> GetProjectIntelligenceConfigAsync(GetProjectIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProjectIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
GetRapidCache(GetRapidCacheRequest, CallOptions)
public virtual RapidCache GetRapidCache(GetRapidCacheRequest request, CallOptions options)Gets a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RapidCache |
The response received from the server. |
GetRapidCache(GetRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual RapidCache GetRapidCache(GetRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
RapidCache |
The response received from the server. |
GetRapidCacheAsync(GetRapidCacheRequest, CallOptions)
public virtual AsyncUnaryCall<RapidCache> GetRapidCacheAsync(GetRapidCacheRequest request, CallOptions options)Gets a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRapidCache |
The call object. |
GetRapidCacheAsync(GetRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RapidCache> GetRapidCacheAsync(GetRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRapidCache |
The call object. |
GetStorageLayout(GetStorageLayoutRequest, CallOptions)
public virtual StorageLayout GetStorageLayout(GetStorageLayoutRequest request, CallOptions options)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
StorageLayout |
The response received from the server. |
GetStorageLayout(GetStorageLayoutRequest, Metadata, DateTime?, CancellationToken)
public virtual StorageLayout GetStorageLayout(GetStorageLayoutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
StorageLayout |
The response received from the server. |
GetStorageLayoutAsync(GetStorageLayoutRequest, CallOptions)
public virtual AsyncUnaryCall<StorageLayout> GetStorageLayoutAsync(GetStorageLayoutRequest request, CallOptions options)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallStorageLayout |
The call object. |
GetStorageLayoutAsync(GetStorageLayoutRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<StorageLayout> GetStorageLayoutAsync(GetStorageLayoutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the storage layout configuration for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
GetStorageLayoutRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallStorageLayout |
The call object. |
ListAnywhereCaches(ListAnywhereCachesRequest, CallOptions)
public virtual ListAnywhereCachesResponse ListAnywhereCaches(ListAnywhereCachesRequest request, CallOptions options)Lists Anywhere Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnywhereCachesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAnywhereCachesResponse |
The response received from the server. |
ListAnywhereCaches(ListAnywhereCachesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAnywhereCachesResponse ListAnywhereCaches(ListAnywhereCachesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Anywhere Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnywhereCachesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListAnywhereCachesResponse |
The response received from the server. |
ListAnywhereCachesAsync(ListAnywhereCachesRequest, CallOptions)
public virtual AsyncUnaryCall<ListAnywhereCachesResponse> ListAnywhereCachesAsync(ListAnywhereCachesRequest request, CallOptions options)Lists Anywhere Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnywhereCachesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAnywhereCachesResponse |
The call object. |
ListAnywhereCachesAsync(ListAnywhereCachesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAnywhereCachesResponse> ListAnywhereCachesAsync(ListAnywhereCachesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Anywhere Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAnywhereCachesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAnywhereCachesResponse |
The call object. |
ListFolders(ListFoldersRequest, CallOptions)
public virtual ListFoldersResponse ListFolders(ListFoldersRequest request, CallOptions options)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListFoldersResponse |
The response received from the server. |
ListFolders(ListFoldersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFoldersResponse ListFolders(ListFoldersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListFoldersResponse |
The response received from the server. |
ListFoldersAsync(ListFoldersRequest, CallOptions)
public virtual AsyncUnaryCall<ListFoldersResponse> ListFoldersAsync(ListFoldersRequest request, CallOptions options)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFoldersResponse |
The call object. |
ListFoldersAsync(ListFoldersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFoldersResponse> ListFoldersAsync(ListFoldersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFoldersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFoldersResponse |
The call object. |
ListIntelligenceFindingRevisions(ListIntelligenceFindingRevisionsRequest, CallOptions)
public virtual ListIntelligenceFindingRevisionsResponse ListIntelligenceFindingRevisions(ListIntelligenceFindingRevisionsRequest request, CallOptions options)Lists all the revisions of an IntelligenceFinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingRevisionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListIntelligenceFindingRevisionsResponse |
The response received from the server. |
ListIntelligenceFindingRevisions(ListIntelligenceFindingRevisionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListIntelligenceFindingRevisionsResponse ListIntelligenceFindingRevisions(ListIntelligenceFindingRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all the revisions of an IntelligenceFinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingRevisionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListIntelligenceFindingRevisionsResponse |
The response received from the server. |
ListIntelligenceFindingRevisionsAsync(ListIntelligenceFindingRevisionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListIntelligenceFindingRevisionsResponse> ListIntelligenceFindingRevisionsAsync(ListIntelligenceFindingRevisionsRequest request, CallOptions options)Lists all the revisions of an IntelligenceFinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingRevisionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListIntelligenceFindingRevisionsResponse |
The call object. |
ListIntelligenceFindingRevisionsAsync(ListIntelligenceFindingRevisionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListIntelligenceFindingRevisionsResponse> ListIntelligenceFindingRevisionsAsync(ListIntelligenceFindingRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all the revisions of an IntelligenceFinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingRevisionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListIntelligenceFindingRevisionsResponse |
The call object. |
ListIntelligenceFindings(ListIntelligenceFindingsRequest, CallOptions)
public virtual ListIntelligenceFindingsResponse ListIntelligenceFindings(ListIntelligenceFindingsRequest request, CallOptions options)Lists the IntelligenceFinding resources for the specified the project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListIntelligenceFindingsResponse |
The response received from the server. |
ListIntelligenceFindings(ListIntelligenceFindingsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListIntelligenceFindingsResponse ListIntelligenceFindings(ListIntelligenceFindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the IntelligenceFinding resources for the specified the project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListIntelligenceFindingsResponse |
The response received from the server. |
ListIntelligenceFindingsAsync(ListIntelligenceFindingsRequest, CallOptions)
public virtual AsyncUnaryCall<ListIntelligenceFindingsResponse> ListIntelligenceFindingsAsync(ListIntelligenceFindingsRequest request, CallOptions options)Lists the IntelligenceFinding resources for the specified the project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListIntelligenceFindingsResponse |
The call object. |
ListIntelligenceFindingsAsync(ListIntelligenceFindingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListIntelligenceFindingsResponse> ListIntelligenceFindingsAsync(ListIntelligenceFindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the IntelligenceFinding resources for the specified the project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListIntelligenceFindingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListIntelligenceFindingsResponse |
The call object. |
ListManagedFolders(ListManagedFoldersRequest, CallOptions)
public virtual ListManagedFoldersResponse ListManagedFolders(ListManagedFoldersRequest request, CallOptions options)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListManagedFoldersResponse |
The response received from the server. |
ListManagedFolders(ListManagedFoldersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListManagedFoldersResponse ListManagedFolders(ListManagedFoldersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListManagedFoldersResponse |
The response received from the server. |
ListManagedFoldersAsync(ListManagedFoldersRequest, CallOptions)
public virtual AsyncUnaryCall<ListManagedFoldersResponse> ListManagedFoldersAsync(ListManagedFoldersRequest request, CallOptions options)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListManagedFoldersResponse |
The call object. |
ListManagedFoldersAsync(ListManagedFoldersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListManagedFoldersResponse> ListManagedFoldersAsync(ListManagedFoldersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a list of managed folders for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagedFoldersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListManagedFoldersResponse |
The call object. |
ListRapidCaches(ListRapidCachesRequest, CallOptions)
public virtual ListRapidCachesResponse ListRapidCaches(ListRapidCachesRequest request, CallOptions options)Lists Rapid Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRapidCachesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesResponse |
The response received from the server. |
ListRapidCaches(ListRapidCachesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRapidCachesResponse ListRapidCaches(ListRapidCachesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Rapid Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRapidCachesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesResponse |
The response received from the server. |
ListRapidCachesAsync(ListRapidCachesRequest, CallOptions)
public virtual AsyncUnaryCall<ListRapidCachesResponse> ListRapidCachesAsync(ListRapidCachesRequest request, CallOptions options)Lists Rapid Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRapidCachesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRapidCachesResponse |
The call object. |
ListRapidCachesAsync(ListRapidCachesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRapidCachesResponse> ListRapidCachesAsync(ListRapidCachesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Rapid Cache instances for a given bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRapidCachesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListRapidCachesResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override StorageControl.StorageControlClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
StorageControlStorageControlClient |
|
PauseAnywhereCache(PauseAnywhereCacheRequest, CallOptions)
public virtual AnywhereCache PauseAnywhereCache(PauseAnywhereCacheRequest request, CallOptions options)Pauses an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
PauseAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
PauseAnywhereCache(PauseAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AnywhereCache PauseAnywhereCache(PauseAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Pauses an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
PauseAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
PauseAnywhereCacheAsync(PauseAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<AnywhereCache> PauseAnywhereCacheAsync(PauseAnywhereCacheRequest request, CallOptions options)Pauses an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
PauseAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
PauseAnywhereCacheAsync(PauseAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AnywhereCache> PauseAnywhereCacheAsync(PauseAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Pauses an Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
PauseAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
RenameFolder(RenameFolderRequest, CallOptions)
public virtual Operation RenameFolder(RenameFolderRequest request, CallOptions options)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
RenameFolder(RenameFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation RenameFolder(RenameFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
RenameFolderAsync(RenameFolderRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RenameFolderAsync(RenameFolderRequest request, CallOptions options)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
RenameFolderAsync(RenameFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> RenameFolderAsync(RenameFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes.
| Parameters | |
|---|---|
| Name | Description |
request |
RenameFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ResumeAnywhereCache(ResumeAnywhereCacheRequest, CallOptions)
public virtual AnywhereCache ResumeAnywhereCache(ResumeAnywhereCacheRequest request, CallOptions options)Resumes a disabled or paused Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResumeAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
ResumeAnywhereCache(ResumeAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AnywhereCache ResumeAnywhereCache(ResumeAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resumes a disabled or paused Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResumeAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AnywhereCache |
The response received from the server. |
ResumeAnywhereCacheAsync(ResumeAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<AnywhereCache> ResumeAnywhereCacheAsync(ResumeAnywhereCacheRequest request, CallOptions options)Resumes a disabled or paused Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResumeAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
ResumeAnywhereCacheAsync(ResumeAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AnywhereCache> ResumeAnywhereCacheAsync(ResumeAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resumes a disabled or paused Anywhere Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResumeAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAnywhereCache |
The call object. |
SetIamPolicy(SetIamPolicyRequest, CallOptions)
public virtual Policy SetIamPolicy(SetIamPolicyRequest request, CallOptions options)Updates an IAM policy for the specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
SetIamPolicy(SetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy SetIamPolicy(SetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an IAM policy for the specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Policy |
The response received from the server. |
SetIamPolicyAsync(SetIamPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyRequest request, CallOptions options)Updates an IAM policy for the specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
SetIamPolicyAsync(SetIamPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an IAM policy for the specified bucket.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
SetIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPolicy |
The call object. |
SummarizeIntelligenceFindings(SummarizeIntelligenceFindingsRequest, CallOptions)
public virtual SummarizeIntelligenceFindingsResponse SummarizeIntelligenceFindings(SummarizeIntelligenceFindingsRequest request, CallOptions options)Summarizes the intelligence findings for the specified scope (organization, folder or project).
| Parameters | |
|---|---|
| Name | Description |
request |
SummarizeIntelligenceFindingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
SummarizeIntelligenceFindingsResponse |
The response received from the server. |
SummarizeIntelligenceFindings(SummarizeIntelligenceFindingsRequest, Metadata, DateTime?, CancellationToken)
public virtual SummarizeIntelligenceFindingsResponse SummarizeIntelligenceFindings(SummarizeIntelligenceFindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Summarizes the intelligence findings for the specified scope (organization, folder or project).
| Parameters | |
|---|---|
| Name | Description |
request |
SummarizeIntelligenceFindingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
SummarizeIntelligenceFindingsResponse |
The response received from the server. |
SummarizeIntelligenceFindingsAsync(SummarizeIntelligenceFindingsRequest, CallOptions)
public virtual AsyncUnaryCall<SummarizeIntelligenceFindingsResponse> SummarizeIntelligenceFindingsAsync(SummarizeIntelligenceFindingsRequest request, CallOptions options)Summarizes the intelligence findings for the specified scope (organization, folder or project).
| Parameters | |
|---|---|
| Name | Description |
request |
SummarizeIntelligenceFindingsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSummarizeIntelligenceFindingsResponse |
The call object. |
SummarizeIntelligenceFindingsAsync(SummarizeIntelligenceFindingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SummarizeIntelligenceFindingsResponse> SummarizeIntelligenceFindingsAsync(SummarizeIntelligenceFindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Summarizes the intelligence findings for the specified scope (organization, folder or project).
| Parameters | |
|---|---|
| Name | Description |
request |
SummarizeIntelligenceFindingsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSummarizeIntelligenceFindingsResponse |
The call object. |
TestIamPermissions(TestIamPermissionsRequest, CallOptions)
public virtual TestIamPermissionsResponse TestIamPermissions(TestIamPermissionsRequest request, CallOptions options)Tests a set of permissions on the given bucket, object, or managed folder
to see which, if any, are held by the caller.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket,
projects/_/buckets/{bucket}/objects/{object} for an object, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse |
The response received from the server. |
TestIamPermissions(TestIamPermissionsRequest, Metadata, DateTime?, CancellationToken)
public virtual TestIamPermissionsResponse TestIamPermissions(TestIamPermissionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Tests a set of permissions on the given bucket, object, or managed folder
to see which, if any, are held by the caller.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket,
projects/_/buckets/{bucket}/objects/{object} for an object, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse |
The response received from the server. |
TestIamPermissionsAsync(TestIamPermissionsRequest, CallOptions)
public virtual AsyncUnaryCall<TestIamPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsRequest request, CallOptions options)Tests a set of permissions on the given bucket, object, or managed folder
to see which, if any, are held by the caller.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket,
projects/_/buckets/{bucket}/objects/{object} for an object, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTestIamPermissionsResponse |
The call object. |
TestIamPermissionsAsync(TestIamPermissionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TestIamPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Tests a set of permissions on the given bucket, object, or managed folder
to see which, if any, are held by the caller.
The resource field in the request should be
projects/_/buckets/{bucket} for a bucket,
projects/_/buckets/{bucket}/objects/{object} for an object, or
projects/_/buckets/{bucket}/managedFolders/{managedFolder}
for a managed folder.
| Parameters | |
|---|---|
| Name | Description |
request |
TestIamPermissionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTestIamPermissionsResponse |
The call object. |
UpdateAnywhereCache(UpdateAnywhereCacheRequest, CallOptions)
public virtual Operation UpdateAnywhereCache(UpdateAnywhereCacheRequest request, CallOptions options)Updates an Anywhere Cache instance. Mutable fields include ttl and
admission_policy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAnywhereCache(UpdateAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateAnywhereCache(UpdateAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an Anywhere Cache instance. Mutable fields include ttl and
admission_policy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAnywhereCacheAsync(UpdateAnywhereCacheRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateAnywhereCacheAsync(UpdateAnywhereCacheRequest request, CallOptions options)Updates an Anywhere Cache instance. Mutable fields include ttl and
admission_policy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAnywhereCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateAnywhereCacheAsync(UpdateAnywhereCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateAnywhereCacheAsync(UpdateAnywhereCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an Anywhere Cache instance. Mutable fields include ttl and
admission_policy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAnywhereCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateFolderIntelligenceConfig(UpdateFolderIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig UpdateFolderIntelligenceConfig(UpdateFolderIntelligenceConfigRequest request, CallOptions options)Updates the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFolderIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateFolderIntelligenceConfig(UpdateFolderIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig UpdateFolderIntelligenceConfig(UpdateFolderIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFolderIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateFolderIntelligenceConfigAsync(UpdateFolderIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateFolderIntelligenceConfigAsync(UpdateFolderIntelligenceConfigRequest request, CallOptions options)Updates the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFolderIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateFolderIntelligenceConfigAsync(UpdateFolderIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateFolderIntelligenceConfigAsync(UpdateFolderIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Folder scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFolderIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateManagedFolder(UpdateManagedFolderRequest, CallOptions)
public virtual ManagedFolder UpdateManagedFolder(UpdateManagedFolderRequest request, CallOptions options)Updates a managed folder. Currently, this RPC only supports updating the
rapid_cache_config field.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
UpdateManagedFolder(UpdateManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual ManagedFolder UpdateManagedFolder(UpdateManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a managed folder. Currently, this RPC only supports updating the
rapid_cache_config field.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ManagedFolder |
The response received from the server. |
UpdateManagedFolderAsync(UpdateManagedFolderRequest, CallOptions)
public virtual AsyncUnaryCall<ManagedFolder> UpdateManagedFolderAsync(UpdateManagedFolderRequest request, CallOptions options)Updates a managed folder. Currently, this RPC only supports updating the
rapid_cache_config field.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateManagedFolderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
UpdateManagedFolderAsync(UpdateManagedFolderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ManagedFolder> UpdateManagedFolderAsync(UpdateManagedFolderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a managed folder. Currently, this RPC only supports updating the
rapid_cache_config field.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateManagedFolderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallManagedFolder |
The call object. |
UpdateOrganizationIntelligenceConfig(UpdateOrganizationIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig UpdateOrganizationIntelligenceConfig(UpdateOrganizationIntelligenceConfigRequest request, CallOptions options)Updates the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateOrganizationIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateOrganizationIntelligenceConfig(UpdateOrganizationIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig UpdateOrganizationIntelligenceConfig(UpdateOrganizationIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateOrganizationIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateOrganizationIntelligenceConfigAsync(UpdateOrganizationIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateOrganizationIntelligenceConfigAsync(UpdateOrganizationIntelligenceConfigRequest request, CallOptions options)Updates the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateOrganizationIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateOrganizationIntelligenceConfigAsync(UpdateOrganizationIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateOrganizationIntelligenceConfigAsync(UpdateOrganizationIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Organization scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateOrganizationIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateProjectIntelligenceConfig(UpdateProjectIntelligenceConfigRequest, CallOptions)
public virtual IntelligenceConfig UpdateProjectIntelligenceConfig(UpdateProjectIntelligenceConfigRequest request, CallOptions options)Updates the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProjectIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateProjectIntelligenceConfig(UpdateProjectIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual IntelligenceConfig UpdateProjectIntelligenceConfig(UpdateProjectIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProjectIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The response received from the server. |
UpdateProjectIntelligenceConfigAsync(UpdateProjectIntelligenceConfigRequest, CallOptions)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateProjectIntelligenceConfigAsync(UpdateProjectIntelligenceConfigRequest request, CallOptions options)Updates the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProjectIntelligenceConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateProjectIntelligenceConfigAsync(UpdateProjectIntelligenceConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<IntelligenceConfig> UpdateProjectIntelligenceConfigAsync(UpdateProjectIntelligenceConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the Project scoped singleton IntelligenceConfig resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProjectIntelligenceConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallIntelligenceConfig |
The call object. |
UpdateRapidCache(UpdateRapidCacheRequest, CallOptions)
public virtual Operation UpdateRapidCache(UpdateRapidCacheRequest request, CallOptions options)Updates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRapidCache(UpdateRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateRapidCache(UpdateRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateRapidCacheAsync(UpdateRapidCacheRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateRapidCacheAsync(UpdateRapidCacheRequest request, CallOptions options)Updates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRapidCacheRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateRapidCacheAsync(UpdateRapidCacheRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateRapidCacheAsync(UpdateRapidCacheRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a Rapid Cache instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateRapidCacheRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ViewObjectFullContext(ViewObjectFullContextRequest, CallOptions)
public virtual ObjectFullContext ViewObjectFullContext(ViewObjectFullContextRequest request, CallOptions options)Retrieves the full content of an object context, including its key, value, and any associated extended data for a given context key.
Object contexts can optionally contain extended data. If an object context contains extended data, the metadata payload structure will contain only its type URL. To retrieve the full extended data, call this method.
Returns the complete representation of the context as an
[ObjectFullContext][google.storage.control.v2.ObjectFullContext].
| Parameters | |
|---|---|
| Name | Description |
request |
ViewObjectFullContextRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ObjectFullContext |
The response received from the server. |
ViewObjectFullContext(ViewObjectFullContextRequest, Metadata, DateTime?, CancellationToken)
public virtual ObjectFullContext ViewObjectFullContext(ViewObjectFullContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves the full content of an object context, including its key, value, and any associated extended data for a given context key.
Object contexts can optionally contain extended data. If an object context contains extended data, the metadata payload structure will contain only its type URL. To retrieve the full extended data, call this method.
Returns the complete representation of the context as an
[ObjectFullContext][google.storage.control.v2.ObjectFullContext].
| Parameters | |
|---|---|
| Name | Description |
request |
ViewObjectFullContextRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ObjectFullContext |
The response received from the server. |
ViewObjectFullContextAsync(ViewObjectFullContextRequest, CallOptions)
public virtual AsyncUnaryCall<ObjectFullContext> ViewObjectFullContextAsync(ViewObjectFullContextRequest request, CallOptions options)Retrieves the full content of an object context, including its key, value, and any associated extended data for a given context key.
Object contexts can optionally contain extended data. If an object context contains extended data, the metadata payload structure will contain only its type URL. To retrieve the full extended data, call this method.
Returns the complete representation of the context as an
[ObjectFullContext][google.storage.control.v2.ObjectFullContext].
| Parameters | |
|---|---|
| Name | Description |
request |
ViewObjectFullContextRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallObjectFullContext |
The call object. |
ViewObjectFullContextAsync(ViewObjectFullContextRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ObjectFullContext> ViewObjectFullContextAsync(ViewObjectFullContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves the full content of an object context, including its key, value, and any associated extended data for a given context key.
Object contexts can optionally contain extended data. If an object context contains extended data, the metadata payload structure will contain only its type URL. To retrieve the full extended data, call this method.
Returns the complete representation of the context as an
[ObjectFullContext][google.storage.control.v2.ObjectFullContext].
| Parameters | |
|---|---|
| Name | Description |
request |
ViewObjectFullContextRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallObjectFullContext |
The call object. |