ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addAllCategories(Iterable<? extends ClassificationCategory> values) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addCategories(int index,
ClassificationCategory value) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addCategories(int index,
ClassificationCategory.Builder builderForValue) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addCategories(ClassificationCategory value) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addCategories(ClassificationCategory.Builder builderForValue) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clear() |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clearCategories() |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clearLanguageCode() |
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clearLanguageSupported() |
Whether the language is officially supported.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.clone() |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.mergeFrom(ClassifyTextResponse other) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ClassifyTextResponse.Builder |
ClassifyTextResponse.newBuilder() |
|
static ClassifyTextResponse.Builder |
ClassifyTextResponse.newBuilder(ClassifyTextResponse prototype) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.newBuilderForType() |
|
protected ClassifyTextResponse.Builder |
ClassifyTextResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.removeCategories(int index) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setCategories(int index,
ClassificationCategory value) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setCategories(int index,
ClassificationCategory.Builder builderForValue) |
Categories representing the input document.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setLanguageCode(String value) |
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setLanguageCodeBytes(com.google.protobuf.ByteString value) |
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setLanguageSupported(boolean value) |
Whether the language is officially supported.
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ClassifyTextResponse.Builder |
ClassifyTextResponse.toBuilder() |
|