Google Cloud Storage v1 API - Class GetNotificationOptions (4.10.0)

public sealed class GetNotificationOptions

Reference documentation and code samples for the Google Cloud Storage v1 API class GetNotificationOptions.

Options for GetNotification operations.

Inheritance

object > GetNotificationOptions

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Properties

RetryOptions

public RetryOptions RetryOptions { get; set; }

Options to pass custom retry configuration for each API request.

Property Value
TypeDescription
RetryOptions

UserProject

public string UserProject { get; set; }

If set, this is the ID of the project which will be billed for the request. The caller must have suitable permissions for the project being billed.

Property Value
TypeDescription
string