Class ListChangelogsResponse (0.48.0)

public final class ListChangelogsResponse extends GeneratedMessageV3 implements ListChangelogsResponseOrBuilder

The response message for Changelogs.ListChangelogs.

Protobuf type google.cloud.dialogflow.cx.v3.ListChangelogsResponse

Static Fields

CHANGELOGS_FIELD_NUMBER

public static final int CHANGELOGS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListChangelogsResponse getDefaultInstance()
Returns
TypeDescription
ListChangelogsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListChangelogsResponse.Builder newBuilder()
Returns
TypeDescription
ListChangelogsResponse.Builder

newBuilder(ListChangelogsResponse prototype)

public static ListChangelogsResponse.Builder newBuilder(ListChangelogsResponse prototype)
Parameter
NameDescription
prototypeListChangelogsResponse
Returns
TypeDescription
ListChangelogsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListChangelogsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListChangelogsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListChangelogsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListChangelogsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListChangelogsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListChangelogsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListChangelogsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChangelogsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListChangelogsResponse> parser()
Returns
TypeDescription
Parser<ListChangelogsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getChangelogs(int index)

public Changelog getChangelogs(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Changelog

getChangelogsCount()

public int getChangelogsCount()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;

Returns
TypeDescription
int

getChangelogsList()

public List<Changelog> getChangelogsList()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;

Returns
TypeDescription
List<Changelog>

getChangelogsOrBuilder(int index)

public ChangelogOrBuilder getChangelogsOrBuilder(int index)

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChangelogOrBuilder

getChangelogsOrBuilderList()

public List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()

The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.

repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.ChangelogOrBuilder>

getDefaultInstanceForType()

public ListChangelogsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListChangelogsResponse

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListChangelogsResponse> getParserForType()
Returns
TypeDescription
Parser<ListChangelogsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListChangelogsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListChangelogsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListChangelogsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListChangelogsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListChangelogsResponse.Builder toBuilder()
Returns
TypeDescription
ListChangelogsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException