Class ShowFeedResponse (0.48.0)

public final class ShowFeedResponse extends GeneratedMessageV3 implements ShowFeedResponseOrBuilder

The response message for the ShowFeed endpoint.

Protobuf type google.cloud.support.v2beta.ShowFeedResponse

Static Fields

FEED_ITEMS_FIELD_NUMBER

public static final int FEED_ITEMS_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 ShowFeedResponse getDefaultInstance()
Returns
Type Description
ShowFeedResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ShowFeedResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ShowFeedResponse getDefaultInstanceForType()
Returns
Type Description
ShowFeedResponse

getFeedItems(int index)

public FeedItem getFeedItems(int index)

The list of feed items associated with the given Case.

repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedItem

getFeedItemsCount()

public int getFeedItemsCount()

The list of feed items associated with the given Case.

repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;

Returns
Type Description
int

getFeedItemsList()

public List<FeedItem> getFeedItemsList()

The list of feed items associated with the given Case.

repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;

Returns
Type Description
List<FeedItem>

getFeedItemsOrBuilder(int index)

public FeedItemOrBuilder getFeedItemsOrBuilder(int index)

The list of feed items associated with the given Case.

repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;

Parameter
Name Description
index int
Returns
Type Description
FeedItemOrBuilder

getFeedItemsOrBuilderList()

public List<? extends FeedItemOrBuilder> getFeedItemsOrBuilderList()

The list of feed items associated with the given Case.

repeated .google.cloud.support.v2beta.FeedItem feed_items = 1;

Returns
Type Description
List<? extends com.google.cloud.support.v2beta.FeedItemOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent ShowFeedRequests. 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 ShowFeedRequests. 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<ShowFeedResponse> getParserForType()
Returns
Type Description
Parser<ShowFeedResponse>
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 ShowFeedResponse.Builder newBuilderForType()
Returns
Type Description
ShowFeedResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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