public final class ListGlossaryEntriesResponse extends GeneratedMessageV3 implements ListGlossaryEntriesResponseOrBuilder
Response message for ListGlossaryEntries
Protobuf type google.cloud.translation.v3.ListGlossaryEntriesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GLOSSARY_ENTRIES_FIELD_NUMBER
public static final int GLOSSARY_ENTRIES_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 ListGlossaryEntriesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListGlossaryEntriesResponse.Builder newBuilder()
newBuilder(ListGlossaryEntriesResponse prototype)
public static ListGlossaryEntriesResponse.Builder newBuilder(ListGlossaryEntriesResponse prototype)
public static ListGlossaryEntriesResponse parseDelimitedFrom(InputStream input)
public static ListGlossaryEntriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListGlossaryEntriesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGlossaryEntriesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListGlossaryEntriesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGlossaryEntriesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGlossaryEntriesResponse parseFrom(CodedInputStream input)
public static ListGlossaryEntriesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGlossaryEntriesResponse parseFrom(InputStream input)
public static ListGlossaryEntriesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListGlossaryEntriesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListGlossaryEntriesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListGlossaryEntriesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ListGlossaryEntriesResponse getDefaultInstanceForType()
getGlossaryEntries(int index)
public GlossaryEntry getGlossaryEntries(int index)
Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getGlossaryEntriesCount()
public int getGlossaryEntriesCount()
Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getGlossaryEntriesList()
public List<GlossaryEntry> getGlossaryEntriesList()
Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
getGlossaryEntriesOrBuilder(int index)
public GlossaryEntryOrBuilder getGlossaryEntriesOrBuilder(int index)
Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getGlossaryEntriesOrBuilderList()
public List<? extends GlossaryEntryOrBuilder> getGlossaryEntriesOrBuilderList()
Optional. The Glossary Entries
repeated .google.cloud.translation.v3.GlossaryEntry glossary_entries = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.translate.v3.GlossaryEntryOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()
Optional. A token to retrieve a page of results. Pass this value in the
[ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Optional. A token to retrieve a page of results. Pass this value in the
[ListGLossaryEntriesRequest.page_token] field in the subsequent calls.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<ListGlossaryEntriesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListGlossaryEntriesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListGlossaryEntriesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListGlossaryEntriesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides