public interface BatchPredictInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsSource()
public abstract GcsSource getGcsSource()Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
GcsSource |
The gcsSource. |
getGcsSourceOrBuilder()
public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
GcsSourceOrBuilder |
getSourceCase()
public abstract BatchPredictInputConfig.SourceCase getSourceCase()| Type | Description |
BatchPredictInputConfig.SourceCase |
hasGcsSource()
public abstract boolean hasGcsSource()Required. The Google Cloud Storage location for the input content.
.google.cloud.automl.v1.GcsSource gcs_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the gcsSource field is set. |