public final class ListGlossariesResponse extends GeneratedMessageV3 implements ListGlossariesResponseOrBuilder
Response message for ListGlossaries.
Protobuf type google.cloud.translation.v3.ListGlossariesResponse
Static Fields
GLOSSARIES_FIELD_NUMBER
public static final int GLOSSARIES_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListGlossariesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListGlossariesResponse.Builder newBuilder()
Returns
newBuilder(ListGlossariesResponse prototype)
public static ListGlossariesResponse.Builder newBuilder(ListGlossariesResponse prototype)
Parameter
Returns
public static ListGlossariesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListGlossariesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListGlossariesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListGlossariesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGlossariesResponse parseFrom(CodedInputStream input)
Parameter