Class ListNotificationsResponse (0.31.0)

public final class ListNotificationsResponse extends GeneratedMessageV3 implements ListNotificationsResponseOrBuilder

Response of ListNotifications endpoint.

Protobuf type google.cloud.advisorynotifications.v1.ListNotificationsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

NOTIFICATIONS_FIELD_NUMBER

public static final int NOTIFICATIONS_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_SIZE_FIELD_NUMBER

public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListNotificationsResponse getDefaultInstance()
Returns
Type Description
ListNotificationsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListNotificationsResponse.Builder newBuilder()
Returns
Type Description
ListNotificationsResponse.Builder

newBuilder(ListNotificationsResponse prototype)

public static ListNotificationsResponse.Builder newBuilder(ListNotificationsResponse prototype)
Parameter
Name Description
prototype ListNotificationsResponse
Returns
Type Description
ListNotificationsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListNotificationsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListNotificationsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListNotificationsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListNotificationsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListNotificationsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListNotificationsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListNotificationsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListNotificationsResponse> parser()
Returns
Type Description
Parser<ListNotificationsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListNotificationsResponse getDefaultInstanceForType()
Returns
Type Description
ListNotificationsResponse

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getNotifications(int index)

public Notification getNotifications(int index)

List of notifications under a given parent.

repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;

Parameter
Name Description
index int
Returns
Type Description
Notification

getNotificationsCount()

public int getNotificationsCount()

List of notifications under a given parent.

repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;

Returns
Type Description
int

getNotificationsList()

public List<Notification> getNotificationsList()

List of notifications under a given parent.

repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;

Returns
Type Description
List<Notification>

getNotificationsOrBuilder(int index)

public NotificationOrBuilder getNotificationsOrBuilder(int index)

List of notifications under a given parent.

repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;

Parameter
Name Description
index int
Returns
Type Description
NotificationOrBuilder

getNotificationsOrBuilderList()

public List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()

List of notifications under a given parent.

repeated .google.cloud.advisorynotifications.v1.Notification notifications = 1;

Returns
Type Description
List<? extends com.google.cloud.advisorynotifications.v1.NotificationOrBuilder>

getParserForType()

public Parser<ListNotificationsResponse> getParserForType()
Returns
Type Description
Parser<ListNotificationsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTotalSize()

public int getTotalSize()

Estimation of a total number of notifications.

int32 total_size = 3;

Returns
Type Description
int

The totalSize.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListNotificationsResponse.Builder newBuilderForType()
Returns
Type Description
ListNotificationsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListNotificationsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListNotificationsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListNotificationsResponse.Builder toBuilder()
Returns
Type Description
ListNotificationsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException