public interface GcsSourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUris(int index)
Required.
|
com.google.protobuf.ByteString |
getUrisBytes(int index)
Required.
|
int |
getUrisCount()
Required.
|
List<String> |
getUrisList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getUrisList()
Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];int getUrisCount()
Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];String getUris(int index)
Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getUrisBytes(int index)
Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.