public static interface TransferTypes.HttpDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getListUrl()
Required.
|
com.google.protobuf.ByteString |
getListUrlBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getListUrl()
Required. The URL that points to the file that stores the object list entries. This file must allow public access. Currently, only URLs with HTTP and HTTPS schemes are supported.
string list_url = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getListUrlBytes()
Required. The URL that points to the file that stores the object list entries. This file must allow public access. Currently, only URLs with HTTP and HTTPS schemes are supported.
string list_url = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.