Uses of Class
com.google.cloud.automl.v1beta1.TablesAnnotation
-
Packages that use TablesAnnotation Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TablesAnnotation in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TablesAnnotation Modifier and Type Method Description TablesAnnotation
TablesAnnotation.Builder. build()
TablesAnnotation
TablesAnnotation.Builder. buildPartial()
static TablesAnnotation
TablesAnnotation. getDefaultInstance()
TablesAnnotation
TablesAnnotation.Builder. getDefaultInstanceForType()
TablesAnnotation
TablesAnnotation. getDefaultInstanceForType()
TablesAnnotation
AnnotationPayload.Builder. getTables()
Annotation details for Tables.TablesAnnotation
AnnotationPayload. getTables()
Annotation details for Tables.TablesAnnotation
AnnotationPayloadOrBuilder. getTables()
Annotation details for Tables.static TablesAnnotation
TablesAnnotation. parseDelimitedFrom(InputStream input)
static TablesAnnotation
TablesAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TablesAnnotation
TablesAnnotation. parseFrom(byte[] data)
static TablesAnnotation
TablesAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TablesAnnotation
TablesAnnotation. parseFrom(com.google.protobuf.ByteString data)
static TablesAnnotation
TablesAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TablesAnnotation
TablesAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static TablesAnnotation
TablesAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TablesAnnotation
TablesAnnotation. parseFrom(InputStream input)
static TablesAnnotation
TablesAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TablesAnnotation
TablesAnnotation. parseFrom(ByteBuffer data)
static TablesAnnotation
TablesAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type TablesAnnotation Modifier and Type Method Description com.google.protobuf.Parser<TablesAnnotation>
TablesAnnotation. getParserForType()
static com.google.protobuf.Parser<TablesAnnotation>
TablesAnnotation. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type TablesAnnotation Modifier and Type Method Description TablesAnnotation.Builder
TablesAnnotation.Builder. mergeFrom(TablesAnnotation other)
AnnotationPayload.Builder
AnnotationPayload.Builder. mergeTables(TablesAnnotation value)
Annotation details for Tables.static TablesAnnotation.Builder
TablesAnnotation. newBuilder(TablesAnnotation prototype)
AnnotationPayload.Builder
AnnotationPayload.Builder. setTables(TablesAnnotation value)
Annotation details for Tables.
-