Interface ListNotificationsRequestOrBuilder (0.1.0)

public interface ListNotificationsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLanguageCode()

public abstract String getLanguageCode()

ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.

string language_code = 5;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.

string language_code = 5;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getPageSize()

public abstract int getPageSize()

The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}".

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getView()

public abstract NotificationView getView()

Specifies which parts of the notification resource should be returned in the response.

.google.cloud.advisorynotifications.v1.NotificationView view = 4;

Returns
TypeDescription
NotificationView

The view.

getViewValue()

public abstract int getViewValue()

Specifies which parts of the notification resource should be returned in the response.

.google.cloud.advisorynotifications.v1.NotificationView view = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for view.