Class ListCommentsResponse (0.29.0)

public final class ListCommentsResponse extends GeneratedMessageV3 implements ListCommentsResponseOrBuilder

The response message for the ListComments endpoint.

Protobuf type google.cloud.support.v2.ListCommentsResponse

Static Fields

COMMENTS_FIELD_NUMBER

public static final int COMMENTS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListCommentsResponse getDefaultInstance()
Returns
Type Description
ListCommentsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListCommentsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getComments(int index)

public Comment getComments(int index)

The list of Comments associated with the given Case.

repeated .google.cloud.support.v2.Comment comments = 1;

Parameter
Name Description
index int
Returns
Type Description
Comment

getCommentsCount()

public int getCommentsCount()

The list of Comments associated with the given Case.

repeated .google.cloud.support.v2.Comment comments = 1;

Returns
Type Description
int

getCommentsList()

public List<Comment> getCommentsList()

The list of Comments associated with the given Case.

repeated .google.cloud.support.v2.Comment comments = 1;

Returns
Type Description
List<Comment>

getCommentsOrBuilder(int index)

public CommentOrBuilder getCommentsOrBuilder(int index)

The list of Comments associated with the given Case.

repeated .google.cloud.support.v2.Comment comments = 1;

Parameter
Name Description
index int
Returns
Type Description
CommentOrBuilder

getCommentsOrBuilderList()

public List<? extends CommentOrBuilder> getCommentsOrBuilderList()

The list of Comments associated with the given Case.

repeated .google.cloud.support.v2.Comment comments = 1;

Returns
Type Description
List<? extends com.google.cloud.support.v2.CommentOrBuilder>

getDefaultInstanceForType()

public ListCommentsResponse getDefaultInstanceForType()
Returns
Type Description
ListCommentsResponse

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent ListCommentsRequest message that is issued. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent ListCommentsRequest message that is issued. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 ListCommentsResponse.Builder newBuilderForType()
Returns
Type Description
ListCommentsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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