public interface GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputUris(int index)
Required.
|
com.google.protobuf.ByteString |
getInputUrisBytes(int index)
Required.
|
int |
getInputUrisCount()
Required.
|
List<String> |
getInputUrisList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getInputUrisList()
Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms: * Full object path, e.g. gs://bucket/directory/object.csv
repeated string input_uris = 1 [(.google.api.field_behavior) = REQUIRED];int getInputUrisCount()
Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms: * Full object path, e.g. gs://bucket/directory/object.csv
repeated string input_uris = 1 [(.google.api.field_behavior) = REQUIRED];String getInputUris(int index)
Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms: * Full object path, e.g. gs://bucket/directory/object.csv
repeated string input_uris = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getInputUrisBytes(int index)
Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms: * Full object path, e.g. gs://bucket/directory/object.csv
repeated string input_uris = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.