public interface GcsSourcesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getUris(int index)
Required.
|
ByteString |
getUrisBytes(int index)
Required.
|
int |
getUrisCount()
Required.
|
List<String> |
getUrisList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<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.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 © 2022 Google LLC. All rights reserved.