public interface CloudStoragePathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
A url representing a file or path (no wildcards) in Cloud Storage.
|
com.google.protobuf.ByteString |
getPathBytes()
A url representing a file or path (no wildcards) in Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
string path = 1;com.google.protobuf.ByteString getPathBytes()
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
string path = 1;Copyright © 2022 Google LLC. All rights reserved.