public class SaasDeployments.SaasDeploymentsClient : ClientBase<SaasDeployments.SaasDeploymentsClient>
Reference documentation and code samples for the SaaS Runtime v1beta1 API class SaasDeployments.SaasDeploymentsClient.
Client for SaasDeployments
Inheritance
object > ClientBase > ClientBaseSaasDeploymentsSaasDeploymentsClient > SaasDeployments.SaasDeploymentsClientNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
SaasDeploymentsClient()
protected SaasDeploymentsClient()
Protected parameterless constructor to allow creation of test doubles.
SaasDeploymentsClient(CallInvoker)
public SaasDeploymentsClient(CallInvoker callInvoker)
Creates a new client for SaasDeployments that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
SaasDeploymentsClient(ChannelBase)
public SaasDeploymentsClient(ChannelBase channel)
Creates a new client for SaasDeployments
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
SaasDeploymentsClient(ClientBaseConfiguration)
protected SaasDeploymentsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()
Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateRelease(CreateReleaseRequest, CallOptions)
public virtual Release CreateRelease(CreateReleaseRequest request, CallOptions options)
Create a new release.
Parameters | |
---|---|
Name | Description |
request |
CreateReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
CreateRelease(CreateReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual Release CreateRelease(CreateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new release.
Parameters | |
---|---|
Name | Description |
request |
CreateReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
CreateReleaseAsync(CreateReleaseRequest, CallOptions)
public virtual AsyncUnaryCall<Release> CreateReleaseAsync(CreateReleaseRequest request, CallOptions options)
Create a new release.
Parameters | |
---|---|
Name | Description |
request |
CreateReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
CreateReleaseAsync(CreateReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Release> CreateReleaseAsync(CreateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new release.
Parameters | |
---|---|
Name | Description |
request |
CreateReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
CreateSaas(CreateSaasRequest, CallOptions)
public virtual Saas CreateSaas(CreateSaasRequest request, CallOptions options)
Create a new saas.
Parameters | |
---|---|
Name | Description |
request |
CreateSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
CreateSaas(CreateSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual Saas CreateSaas(CreateSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new saas.
Parameters | |
---|---|
Name | Description |
request |
CreateSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
CreateSaasAsync(CreateSaasRequest, CallOptions)
public virtual AsyncUnaryCall<Saas> CreateSaasAsync(CreateSaasRequest request, CallOptions options)
Create a new saas.
Parameters | |
---|---|
Name | Description |
request |
CreateSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
CreateSaasAsync(CreateSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Saas> CreateSaasAsync(CreateSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new saas.
Parameters | |
---|---|
Name | Description |
request |
CreateSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
CreateTenant(CreateTenantRequest, CallOptions)
public virtual Tenant CreateTenant(CreateTenantRequest request, CallOptions options)
Create a new tenant.
Parameters | |
---|---|
Name | Description |
request |
CreateTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
CreateTenant(CreateTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual Tenant CreateTenant(CreateTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new tenant.
Parameters | |
---|---|
Name | Description |
request |
CreateTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
CreateTenantAsync(CreateTenantRequest, CallOptions)
public virtual AsyncUnaryCall<Tenant> CreateTenantAsync(CreateTenantRequest request, CallOptions options)
Create a new tenant.
Parameters | |
---|---|
Name | Description |
request |
CreateTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
CreateTenantAsync(CreateTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tenant> CreateTenantAsync(CreateTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new tenant.
Parameters | |
---|---|
Name | Description |
request |
CreateTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
CreateUnit(CreateUnitRequest, CallOptions)
public virtual Unit CreateUnit(CreateUnitRequest request, CallOptions options)
Create a new unit.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
CreateUnit(CreateUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual Unit CreateUnit(CreateUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
CreateUnitAsync(CreateUnitRequest, CallOptions)
public virtual AsyncUnaryCall<Unit> CreateUnitAsync(CreateUnitRequest request, CallOptions options)
Create a new unit.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
CreateUnitAsync(CreateUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Unit> CreateUnitAsync(CreateUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
CreateUnitKind(CreateUnitKindRequest, CallOptions)
public virtual UnitKind CreateUnitKind(CreateUnitKindRequest request, CallOptions options)
Create a new unit kind.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
CreateUnitKind(CreateUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitKind CreateUnitKind(CreateUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit kind.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
CreateUnitKindAsync(CreateUnitKindRequest, CallOptions)
public virtual AsyncUnaryCall<UnitKind> CreateUnitKindAsync(CreateUnitKindRequest request, CallOptions options)
Create a new unit kind.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
CreateUnitKindAsync(CreateUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitKind> CreateUnitKindAsync(CreateUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit kind.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
CreateUnitOperation(CreateUnitOperationRequest, CallOptions)
public virtual UnitOperation CreateUnitOperation(CreateUnitOperationRequest request, CallOptions options)
Create a new unit operation.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
CreateUnitOperation(CreateUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitOperation CreateUnitOperation(CreateUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit operation.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
CreateUnitOperationAsync(CreateUnitOperationRequest, CallOptions)
public virtual AsyncUnaryCall<UnitOperation> CreateUnitOperationAsync(CreateUnitOperationRequest request, CallOptions options)
Create a new unit operation.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |
CreateUnitOperationAsync(CreateUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitOperation> CreateUnitOperationAsync(CreateUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create a new unit operation.
Parameters | |
---|---|
Name | Description |
request |
CreateUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |
DeleteRelease(DeleteReleaseRequest, CallOptions)
public virtual Empty DeleteRelease(DeleteReleaseRequest request, CallOptions options)
Delete a single release.
Parameters | |
---|---|
Name | Description |
request |
DeleteReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteRelease(DeleteReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteRelease(DeleteReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single release.
Parameters | |
---|---|
Name | Description |
request |
DeleteReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteReleaseAsync(DeleteReleaseRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteReleaseAsync(DeleteReleaseRequest request, CallOptions options)
Delete a single release.
Parameters | |
---|---|
Name | Description |
request |
DeleteReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteReleaseAsync(DeleteReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteReleaseAsync(DeleteReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single release.
Parameters | |
---|---|
Name | Description |
request |
DeleteReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteSaas(DeleteSaasRequest, CallOptions)
public virtual Empty DeleteSaas(DeleteSaasRequest request, CallOptions options)
Delete a single saas.
Parameters | |
---|---|
Name | Description |
request |
DeleteSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteSaas(DeleteSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteSaas(DeleteSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single saas.
Parameters | |
---|---|
Name | Description |
request |
DeleteSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteSaasAsync(DeleteSaasRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteSaasAsync(DeleteSaasRequest request, CallOptions options)
Delete a single saas.
Parameters | |
---|---|
Name | Description |
request |
DeleteSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteSaasAsync(DeleteSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteSaasAsync(DeleteSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single saas.
Parameters | |
---|---|
Name | Description |
request |
DeleteSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteTenant(DeleteTenantRequest, CallOptions)
public virtual Empty DeleteTenant(DeleteTenantRequest request, CallOptions options)
Delete a single tenant.
Parameters | |
---|---|
Name | Description |
request |
DeleteTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteTenant(DeleteTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteTenant(DeleteTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single tenant.
Parameters | |
---|---|
Name | Description |
request |
DeleteTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteTenantAsync(DeleteTenantRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteTenantAsync(DeleteTenantRequest request, CallOptions options)
Delete a single tenant.
Parameters | |
---|---|
Name | Description |
request |
DeleteTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteTenantAsync(DeleteTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteTenantAsync(DeleteTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single tenant.
Parameters | |
---|---|
Name | Description |
request |
DeleteTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnit(DeleteUnitRequest, CallOptions)
public virtual Empty DeleteUnit(DeleteUnitRequest request, CallOptions options)
Delete a single unit.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnit(DeleteUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteUnit(DeleteUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnitAsync(DeleteUnitRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteUnitAsync(DeleteUnitRequest request, CallOptions options)
Delete a single unit.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnitAsync(DeleteUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteUnitAsync(DeleteUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnitKind(DeleteUnitKindRequest, CallOptions)
public virtual Empty DeleteUnitKind(DeleteUnitKindRequest request, CallOptions options)
Delete a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnitKind(DeleteUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteUnitKind(DeleteUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnitKindAsync(DeleteUnitKindRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteUnitKindAsync(DeleteUnitKindRequest request, CallOptions options)
Delete a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnitKindAsync(DeleteUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteUnitKindAsync(DeleteUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnitOperation(DeleteUnitOperationRequest, CallOptions)
public virtual Empty DeleteUnitOperation(DeleteUnitOperationRequest request, CallOptions options)
Delete a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnitOperation(DeleteUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteUnitOperation(DeleteUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteUnitOperationAsync(DeleteUnitOperationRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteUnitOperationAsync(DeleteUnitOperationRequest request, CallOptions options)
Delete a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteUnitOperationAsync(DeleteUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteUnitOperationAsync(DeleteUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
DeleteUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
GetRelease(GetReleaseRequest, CallOptions)
public virtual Release GetRelease(GetReleaseRequest request, CallOptions options)
Retrieve a single release.
Parameters | |
---|---|
Name | Description |
request |
GetReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
GetRelease(GetReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual Release GetRelease(GetReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single release.
Parameters | |
---|---|
Name | Description |
request |
GetReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
GetReleaseAsync(GetReleaseRequest, CallOptions)
public virtual AsyncUnaryCall<Release> GetReleaseAsync(GetReleaseRequest request, CallOptions options)
Retrieve a single release.
Parameters | |
---|---|
Name | Description |
request |
GetReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
GetReleaseAsync(GetReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Release> GetReleaseAsync(GetReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single release.
Parameters | |
---|---|
Name | Description |
request |
GetReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
GetSaas(GetSaasRequest, CallOptions)
public virtual Saas GetSaas(GetSaasRequest request, CallOptions options)
Retrieve a single saas.
Parameters | |
---|---|
Name | Description |
request |
GetSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
GetSaas(GetSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual Saas GetSaas(GetSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single saas.
Parameters | |
---|---|
Name | Description |
request |
GetSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
GetSaasAsync(GetSaasRequest, CallOptions)
public virtual AsyncUnaryCall<Saas> GetSaasAsync(GetSaasRequest request, CallOptions options)
Retrieve a single saas.
Parameters | |
---|---|
Name | Description |
request |
GetSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
GetSaasAsync(GetSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Saas> GetSaasAsync(GetSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single saas.
Parameters | |
---|---|
Name | Description |
request |
GetSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
GetTenant(GetTenantRequest, CallOptions)
public virtual Tenant GetTenant(GetTenantRequest request, CallOptions options)
Retrieve a single tenant.
Parameters | |
---|---|
Name | Description |
request |
GetTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
GetTenant(GetTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual Tenant GetTenant(GetTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single tenant.
Parameters | |
---|---|
Name | Description |
request |
GetTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
GetTenantAsync(GetTenantRequest, CallOptions)
public virtual AsyncUnaryCall<Tenant> GetTenantAsync(GetTenantRequest request, CallOptions options)
Retrieve a single tenant.
Parameters | |
---|---|
Name | Description |
request |
GetTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
GetTenantAsync(GetTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tenant> GetTenantAsync(GetTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single tenant.
Parameters | |
---|---|
Name | Description |
request |
GetTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
GetUnit(GetUnitRequest, CallOptions)
public virtual Unit GetUnit(GetUnitRequest request, CallOptions options)
Retrieve a single unit.
Parameters | |
---|---|
Name | Description |
request |
GetUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
GetUnit(GetUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual Unit GetUnit(GetUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit.
Parameters | |
---|---|
Name | Description |
request |
GetUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
GetUnitAsync(GetUnitRequest, CallOptions)
public virtual AsyncUnaryCall<Unit> GetUnitAsync(GetUnitRequest request, CallOptions options)
Retrieve a single unit.
Parameters | |
---|---|
Name | Description |
request |
GetUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
GetUnitAsync(GetUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Unit> GetUnitAsync(GetUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit.
Parameters | |
---|---|
Name | Description |
request |
GetUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
GetUnitKind(GetUnitKindRequest, CallOptions)
public virtual UnitKind GetUnitKind(GetUnitKindRequest request, CallOptions options)
Retrieve a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
GetUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
GetUnitKind(GetUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitKind GetUnitKind(GetUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
GetUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
GetUnitKindAsync(GetUnitKindRequest, CallOptions)
public virtual AsyncUnaryCall<UnitKind> GetUnitKindAsync(GetUnitKindRequest request, CallOptions options)
Retrieve a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
GetUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
GetUnitKindAsync(GetUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitKind> GetUnitKindAsync(GetUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
GetUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
GetUnitOperation(GetUnitOperationRequest, CallOptions)
public virtual UnitOperation GetUnitOperation(GetUnitOperationRequest request, CallOptions options)
Retrieve a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
GetUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
GetUnitOperation(GetUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitOperation GetUnitOperation(GetUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
GetUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
GetUnitOperationAsync(GetUnitOperationRequest, CallOptions)
public virtual AsyncUnaryCall<UnitOperation> GetUnitOperationAsync(GetUnitOperationRequest request, CallOptions options)
Retrieve a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
GetUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |
GetUnitOperationAsync(GetUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitOperation> GetUnitOperationAsync(GetUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
GetUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |
ListReleases(ListReleasesRequest, CallOptions)
public virtual ListReleasesResponse ListReleases(ListReleasesRequest request, CallOptions options)
Retrieve a collection of releases.
Parameters | |
---|---|
Name | Description |
request |
ListReleasesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListReleasesResponse |
The response received from the server. |
ListReleases(ListReleasesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListReleasesResponse ListReleases(ListReleasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of releases.
Parameters | |
---|---|
Name | Description |
request |
ListReleasesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListReleasesResponse |
The response received from the server. |
ListReleasesAsync(ListReleasesRequest, CallOptions)
public virtual AsyncUnaryCall<ListReleasesResponse> ListReleasesAsync(ListReleasesRequest request, CallOptions options)
Retrieve a collection of releases.
Parameters | |
---|---|
Name | Description |
request |
ListReleasesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListReleasesResponse |
The call object. |
ListReleasesAsync(ListReleasesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListReleasesResponse> ListReleasesAsync(ListReleasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of releases.
Parameters | |
---|---|
Name | Description |
request |
ListReleasesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListReleasesResponse |
The call object. |
ListSaas(ListSaasRequest, CallOptions)
public virtual ListSaasResponse ListSaas(ListSaasRequest request, CallOptions options)
Retrieve a collection of saas.
Parameters | |
---|---|
Name | Description |
request |
ListSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListSaasResponse |
The response received from the server. |
ListSaas(ListSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual ListSaasResponse ListSaas(ListSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of saas.
Parameters | |
---|---|
Name | Description |
request |
ListSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListSaasResponse |
The response received from the server. |
ListSaasAsync(ListSaasRequest, CallOptions)
public virtual AsyncUnaryCall<ListSaasResponse> ListSaasAsync(ListSaasRequest request, CallOptions options)
Retrieve a collection of saas.
Parameters | |
---|---|
Name | Description |
request |
ListSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListSaasResponse |
The call object. |
ListSaasAsync(ListSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListSaasResponse> ListSaasAsync(ListSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of saas.
Parameters | |
---|---|
Name | Description |
request |
ListSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListSaasResponse |
The call object. |
ListTenants(ListTenantsRequest, CallOptions)
public virtual ListTenantsResponse ListTenants(ListTenantsRequest request, CallOptions options)
Retrieve a collection of tenants.
Parameters | |
---|---|
Name | Description |
request |
ListTenantsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListTenantsResponse |
The response received from the server. |
ListTenants(ListTenantsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListTenantsResponse ListTenants(ListTenantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of tenants.
Parameters | |
---|---|
Name | Description |
request |
ListTenantsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListTenantsResponse |
The response received from the server. |
ListTenantsAsync(ListTenantsRequest, CallOptions)
public virtual AsyncUnaryCall<ListTenantsResponse> ListTenantsAsync(ListTenantsRequest request, CallOptions options)
Retrieve a collection of tenants.
Parameters | |
---|---|
Name | Description |
request |
ListTenantsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListTenantsResponse |
The call object. |
ListTenantsAsync(ListTenantsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListTenantsResponse> ListTenantsAsync(ListTenantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of tenants.
Parameters | |
---|---|
Name | Description |
request |
ListTenantsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListTenantsResponse |
The call object. |
ListUnitKinds(ListUnitKindsRequest, CallOptions)
public virtual ListUnitKindsResponse ListUnitKinds(ListUnitKindsRequest request, CallOptions options)
Retrieve a collection of unit kinds.
Parameters | |
---|---|
Name | Description |
request |
ListUnitKindsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListUnitKindsResponse |
The response received from the server. |
ListUnitKinds(ListUnitKindsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListUnitKindsResponse ListUnitKinds(ListUnitKindsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of unit kinds.
Parameters | |
---|---|
Name | Description |
request |
ListUnitKindsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListUnitKindsResponse |
The response received from the server. |
ListUnitKindsAsync(ListUnitKindsRequest, CallOptions)
public virtual AsyncUnaryCall<ListUnitKindsResponse> ListUnitKindsAsync(ListUnitKindsRequest request, CallOptions options)
Retrieve a collection of unit kinds.
Parameters | |
---|---|
Name | Description |
request |
ListUnitKindsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitKindsResponse |
The call object. |
ListUnitKindsAsync(ListUnitKindsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListUnitKindsResponse> ListUnitKindsAsync(ListUnitKindsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of unit kinds.
Parameters | |
---|---|
Name | Description |
request |
ListUnitKindsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitKindsResponse |
The call object. |
ListUnitOperations(ListUnitOperationsRequest, CallOptions)
public virtual ListUnitOperationsResponse ListUnitOperations(ListUnitOperationsRequest request, CallOptions options)
Retrieve a collection of unit operations.
Parameters | |
---|---|
Name | Description |
request |
ListUnitOperationsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListUnitOperationsResponse |
The response received from the server. |
ListUnitOperations(ListUnitOperationsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListUnitOperationsResponse ListUnitOperations(ListUnitOperationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of unit operations.
Parameters | |
---|---|
Name | Description |
request |
ListUnitOperationsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListUnitOperationsResponse |
The response received from the server. |
ListUnitOperationsAsync(ListUnitOperationsRequest, CallOptions)
public virtual AsyncUnaryCall<ListUnitOperationsResponse> ListUnitOperationsAsync(ListUnitOperationsRequest request, CallOptions options)
Retrieve a collection of unit operations.
Parameters | |
---|---|
Name | Description |
request |
ListUnitOperationsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitOperationsResponse |
The call object. |
ListUnitOperationsAsync(ListUnitOperationsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListUnitOperationsResponse> ListUnitOperationsAsync(ListUnitOperationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of unit operations.
Parameters | |
---|---|
Name | Description |
request |
ListUnitOperationsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitOperationsResponse |
The call object. |
ListUnits(ListUnitsRequest, CallOptions)
public virtual ListUnitsResponse ListUnits(ListUnitsRequest request, CallOptions options)
Retrieve a collection of units.
Parameters | |
---|---|
Name | Description |
request |
ListUnitsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListUnitsResponse |
The response received from the server. |
ListUnits(ListUnitsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListUnitsResponse ListUnits(ListUnitsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of units.
Parameters | |
---|---|
Name | Description |
request |
ListUnitsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListUnitsResponse |
The response received from the server. |
ListUnitsAsync(ListUnitsRequest, CallOptions)
public virtual AsyncUnaryCall<ListUnitsResponse> ListUnitsAsync(ListUnitsRequest request, CallOptions options)
Retrieve a collection of units.
Parameters | |
---|---|
Name | Description |
request |
ListUnitsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitsResponse |
The call object. |
ListUnitsAsync(ListUnitsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListUnitsResponse> ListUnitsAsync(ListUnitsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieve a collection of units.
Parameters | |
---|---|
Name | Description |
request |
ListUnitsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListUnitsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override SaasDeployments.SaasDeploymentsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
SaasDeploymentsSaasDeploymentsClient |
UpdateRelease(UpdateReleaseRequest, CallOptions)
public virtual Release UpdateRelease(UpdateReleaseRequest request, CallOptions options)
Update a single release.
Parameters | |
---|---|
Name | Description |
request |
UpdateReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
UpdateRelease(UpdateReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual Release UpdateRelease(UpdateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single release.
Parameters | |
---|---|
Name | Description |
request |
UpdateReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Release |
The response received from the server. |
UpdateReleaseAsync(UpdateReleaseRequest, CallOptions)
public virtual AsyncUnaryCall<Release> UpdateReleaseAsync(UpdateReleaseRequest request, CallOptions options)
Update a single release.
Parameters | |
---|---|
Name | Description |
request |
UpdateReleaseRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
UpdateReleaseAsync(UpdateReleaseRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Release> UpdateReleaseAsync(UpdateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single release.
Parameters | |
---|---|
Name | Description |
request |
UpdateReleaseRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRelease |
The call object. |
UpdateSaas(UpdateSaasRequest, CallOptions)
public virtual Saas UpdateSaas(UpdateSaasRequest request, CallOptions options)
Update a single saas.
Parameters | |
---|---|
Name | Description |
request |
UpdateSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
UpdateSaas(UpdateSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual Saas UpdateSaas(UpdateSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single saas.
Parameters | |
---|---|
Name | Description |
request |
UpdateSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Saas |
The response received from the server. |
UpdateSaasAsync(UpdateSaasRequest, CallOptions)
public virtual AsyncUnaryCall<Saas> UpdateSaasAsync(UpdateSaasRequest request, CallOptions options)
Update a single saas.
Parameters | |
---|---|
Name | Description |
request |
UpdateSaasRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
UpdateSaasAsync(UpdateSaasRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Saas> UpdateSaasAsync(UpdateSaasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single saas.
Parameters | |
---|---|
Name | Description |
request |
UpdateSaasRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSaas |
The call object. |
UpdateTenant(UpdateTenantRequest, CallOptions)
public virtual Tenant UpdateTenant(UpdateTenantRequest request, CallOptions options)
Update a single tenant.
Parameters | |
---|---|
Name | Description |
request |
UpdateTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
UpdateTenant(UpdateTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual Tenant UpdateTenant(UpdateTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single tenant.
Parameters | |
---|---|
Name | Description |
request |
UpdateTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Tenant |
The response received from the server. |
UpdateTenantAsync(UpdateTenantRequest, CallOptions)
public virtual AsyncUnaryCall<Tenant> UpdateTenantAsync(UpdateTenantRequest request, CallOptions options)
Update a single tenant.
Parameters | |
---|---|
Name | Description |
request |
UpdateTenantRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
UpdateTenantAsync(UpdateTenantRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tenant> UpdateTenantAsync(UpdateTenantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single tenant.
Parameters | |
---|---|
Name | Description |
request |
UpdateTenantRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTenant |
The call object. |
UpdateUnit(UpdateUnitRequest, CallOptions)
public virtual Unit UpdateUnit(UpdateUnitRequest request, CallOptions options)
Update a single unit.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
UpdateUnit(UpdateUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual Unit UpdateUnit(UpdateUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Unit |
The response received from the server. |
UpdateUnitAsync(UpdateUnitRequest, CallOptions)
public virtual AsyncUnaryCall<Unit> UpdateUnitAsync(UpdateUnitRequest request, CallOptions options)
Update a single unit.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
UpdateUnitAsync(UpdateUnitRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Unit> UpdateUnitAsync(UpdateUnitRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnit |
The call object. |
UpdateUnitKind(UpdateUnitKindRequest, CallOptions)
public virtual UnitKind UpdateUnitKind(UpdateUnitKindRequest request, CallOptions options)
Update a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
UpdateUnitKind(UpdateUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitKind UpdateUnitKind(UpdateUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitKind |
The response received from the server. |
UpdateUnitKindAsync(UpdateUnitKindRequest, CallOptions)
public virtual AsyncUnaryCall<UnitKind> UpdateUnitKindAsync(UpdateUnitKindRequest request, CallOptions options)
Update a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitKindRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
UpdateUnitKindAsync(UpdateUnitKindRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitKind> UpdateUnitKindAsync(UpdateUnitKindRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit kind.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitKindRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitKind |
The call object. |
UpdateUnitOperation(UpdateUnitOperationRequest, CallOptions)
public virtual UnitOperation UpdateUnitOperation(UpdateUnitOperationRequest request, CallOptions options)
Update a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
UpdateUnitOperation(UpdateUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual UnitOperation UpdateUnitOperation(UpdateUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
UnitOperation |
The response received from the server. |
UpdateUnitOperationAsync(UpdateUnitOperationRequest, CallOptions)
public virtual AsyncUnaryCall<UnitOperation> UpdateUnitOperationAsync(UpdateUnitOperationRequest request, CallOptions options)
Update a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitOperationRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |
UpdateUnitOperationAsync(UpdateUnitOperationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<UnitOperation> UpdateUnitOperationAsync(UpdateUnitOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update a single unit operation.
Parameters | |
---|---|
Name | Description |
request |
UpdateUnitOperationRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallUnitOperation |
The call object. |