Uses of Class
com.google.cloud.automl.v1beta1.Row
-
Packages that use Row Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of Row in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return Row Modifier and Type Method Description Row
Row.Builder. build()
Row
Row.Builder. buildPartial()
static Row
Row. getDefaultInstance()
Row
Row.Builder. getDefaultInstanceForType()
Row
Row. getDefaultInstanceForType()
Row
ExamplePayload.Builder. getRow()
Example relational table row.Row
ExamplePayload. getRow()
Example relational table row.Row
ExamplePayloadOrBuilder. getRow()
Example relational table row.static Row
Row. parseDelimitedFrom(InputStream input)
static Row
Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(byte[] data)
static Row
Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.ByteString data)
static Row
Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input)
static Row
Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(InputStream input)
static Row
Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Row
Row. parseFrom(ByteBuffer data)
static Row
Row. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type Row Modifier and Type Method Description com.google.protobuf.Parser<Row>
Row. getParserForType()
static com.google.protobuf.Parser<Row>
Row. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type Row Modifier and Type Method Description Row.Builder
Row.Builder. mergeFrom(Row other)
ExamplePayload.Builder
ExamplePayload.Builder. mergeRow(Row value)
Example relational table row.static Row.Builder
Row. newBuilder(Row prototype)
ExamplePayload.Builder
ExamplePayload.Builder. setRow(Row value)
Example relational table row.
-