public class SnoozeService.SnoozeServiceClient : ClientBase<SnoozeService.SnoozeServiceClient>Reference documentation and code samples for the Google Cloud Monitoring v3 API class SnoozeService.SnoozeServiceClient.
Client for SnoozeService
Inheritance
object > ClientBase > ClientBaseSnoozeServiceSnoozeServiceClient > SnoozeService.SnoozeServiceClientNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
SnoozeServiceClient()
protected SnoozeServiceClient()Protected parameterless constructor to allow creation of test doubles.
SnoozeServiceClient(CallInvoker)
public SnoozeServiceClient(CallInvoker callInvoker)Creates a new client for SnoozeService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
SnoozeServiceClient(ChannelBase)
public SnoozeServiceClient(ChannelBase channel)Creates a new client for SnoozeService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
SnoozeServiceClient(ClientBaseConfiguration)
protected SnoozeServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateSnooze(CreateSnoozeRequest, CallOptions)
public virtual Snooze CreateSnooze(CreateSnoozeRequest request, CallOptions options)Creates a Snooze that will prevent alerts, which match the provided
criteria, from being opened. The Snooze applies for a specific time
interval.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Snooze |
The response received from the server. |
CreateSnooze(CreateSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual Snooze CreateSnooze(CreateSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a Snooze that will prevent alerts, which match the provided
criteria, from being opened. The Snooze applies for a specific time
interval.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSnoozeRequestThe 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 |
Snooze |
The response received from the server. |
CreateSnoozeAsync(CreateSnoozeRequest, CallOptions)
public virtual AsyncUnaryCall<Snooze> CreateSnoozeAsync(CreateSnoozeRequest request, CallOptions options)Creates a Snooze that will prevent alerts, which match the provided
criteria, from being opened. The Snooze applies for a specific time
interval.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSnooze |
The call object. |
CreateSnoozeAsync(CreateSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Snooze> CreateSnoozeAsync(CreateSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a Snooze that will prevent alerts, which match the provided
criteria, from being opened. The Snooze applies for a specific time
interval.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSnoozeRequestThe 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 |
AsyncUnaryCallSnooze |
The call object. |
GetSnooze(GetSnoozeRequest, CallOptions)
public virtual Snooze GetSnooze(GetSnoozeRequest request, CallOptions options)Retrieves a Snooze by name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Snooze |
The response received from the server. |
GetSnooze(GetSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual Snooze GetSnooze(GetSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a Snooze by name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSnoozeRequestThe 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 |
Snooze |
The response received from the server. |
GetSnoozeAsync(GetSnoozeRequest, CallOptions)
public virtual AsyncUnaryCall<Snooze> GetSnoozeAsync(GetSnoozeRequest request, CallOptions options)Retrieves a Snooze by name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSnooze |
The call object. |
GetSnoozeAsync(GetSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Snooze> GetSnoozeAsync(GetSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a Snooze by name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSnoozeRequestThe 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 |
AsyncUnaryCallSnooze |
The call object. |
ListSnoozes(ListSnoozesRequest, CallOptions)
public virtual ListSnoozesResponse ListSnoozes(ListSnoozesRequest request, CallOptions options)Lists the Snoozes associated with a project. Can optionally pass in
filter, which specifies predicates to match Snoozes.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSnoozesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListSnoozesResponse |
The response received from the server. |
ListSnoozes(ListSnoozesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListSnoozesResponse ListSnoozes(ListSnoozesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the Snoozes associated with a project. Can optionally pass in
filter, which specifies predicates to match Snoozes.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSnoozesRequestThe 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 |
ListSnoozesResponse |
The response received from the server. |
ListSnoozesAsync(ListSnoozesRequest, CallOptions)
public virtual AsyncUnaryCall<ListSnoozesResponse> ListSnoozesAsync(ListSnoozesRequest request, CallOptions options)Lists the Snoozes associated with a project. Can optionally pass in
filter, which specifies predicates to match Snoozes.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSnoozesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListSnoozesResponse |
The call object. |
ListSnoozesAsync(ListSnoozesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListSnoozesResponse> ListSnoozesAsync(ListSnoozesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the Snoozes associated with a project. Can optionally pass in
filter, which specifies predicates to match Snoozes.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSnoozesRequestThe 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 |
AsyncUnaryCallListSnoozesResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override SnoozeService.SnoozeServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
SnoozeServiceSnoozeServiceClient |
|
UpdateSnooze(UpdateSnoozeRequest, CallOptions)
public virtual Snooze UpdateSnooze(UpdateSnoozeRequest request, CallOptions options)Updates a Snooze, identified by its name, with the parameters in the
given Snooze object.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Snooze |
The response received from the server. |
UpdateSnooze(UpdateSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual Snooze UpdateSnooze(UpdateSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a Snooze, identified by its name, with the parameters in the
given Snooze object.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSnoozeRequestThe 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 |
Snooze |
The response received from the server. |
UpdateSnoozeAsync(UpdateSnoozeRequest, CallOptions)
public virtual AsyncUnaryCall<Snooze> UpdateSnoozeAsync(UpdateSnoozeRequest request, CallOptions options)Updates a Snooze, identified by its name, with the parameters in the
given Snooze object.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSnoozeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSnooze |
The call object. |
UpdateSnoozeAsync(UpdateSnoozeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Snooze> UpdateSnoozeAsync(UpdateSnoozeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a Snooze, identified by its name, with the parameters in the
given Snooze object.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSnoozeRequestThe 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 |
AsyncUnaryCallSnooze |
The call object. |