Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
GcsSource |
GcsSource.Builder.build() |
GcsSource |
GcsSource.Builder.buildPartial() |
static GcsSource |
GcsSource.getDefaultInstance() |
GcsSource |
GcsSource.getDefaultInstanceForType() |
GcsSource |
GcsSource.Builder.getDefaultInstanceForType() |
GcsSource |
InputConfigOrBuilder.getGcsSource()
The Google Cloud Storage location to read the input from.
|
GcsSource |
InputConfig.getGcsSource()
The Google Cloud Storage location to read the input from.
|
GcsSource |
InputConfig.Builder.getGcsSource()
The Google Cloud Storage location to read the input from.
|
static GcsSource |
GcsSource.parseDelimitedFrom(InputStream input) |
static GcsSource |
GcsSource.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsSource |
GcsSource.parseFrom(byte[] data) |
static GcsSource |
GcsSource.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GcsSource |
GcsSource.parseFrom(ByteBuffer data) |
static GcsSource |
GcsSource.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GcsSource |
GcsSource.parseFrom(ByteString data) |
static GcsSource |
GcsSource.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GcsSource |
GcsSource.parseFrom(CodedInputStream input) |
static GcsSource |
GcsSource.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsSource |
GcsSource.parseFrom(InputStream input) |
static GcsSource |
GcsSource.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<GcsSource> |
GcsSource.getParserForType() |
static Parser<GcsSource> |
GcsSource.parser() |
Modifier and Type | Method and Description |
---|---|
GcsSource.Builder |
GcsSource.Builder.mergeFrom(GcsSource other) |
InputConfig.Builder |
InputConfig.Builder.mergeGcsSource(GcsSource value)
The Google Cloud Storage location to read the input from.
|
static GcsSource.Builder |
GcsSource.newBuilder(GcsSource prototype) |
InputConfig.Builder |
InputConfig.Builder.setGcsSource(GcsSource value)
The Google Cloud Storage location to read the input from.
|
Copyright © 2022 Google LLC. All rights reserved.