public interface GcsOutputResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getUris(int index)
List of uris of the Cloud Storage objects.
|
ByteString |
getUrisBytes(int index)
List of uris of the Cloud Storage objects.
|
int |
getUrisCount()
List of uris of the Cloud Storage objects.
|
List<String> |
getUrisList()
List of uris of the Cloud Storage objects.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getUrisList()
List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
repeated string uris = 1;
int getUrisCount()
List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
repeated string uris = 1;
String getUris(int index)
List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
repeated string uris = 1;
index
- The index of the element to return.ByteString getUrisBytes(int index)
List of uris of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
repeated string uris = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.