public interface GcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputUri()
Required.
|
com.google.protobuf.ByteString |
getInputUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputUri()
Required. Source data URI. For example, `gs://my_bucket/my_object`.
string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.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.