public interface GcsSourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getInputUri()
Required.
|
ByteString |
getInputUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getInputUri()
Required. Source data URI. For example, `gs://my_bucket/my_object`.
string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getInputUriBytes()
Required. Source data URI. For example, `gs://my_bucket/my_object`.
string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.