- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.17
 - 2.2.6
 - 2.1.23
 - 2.0.27
 
public static final class EnrollDataSourcesRequest.Builder extends GeneratedMessageV3.Builder<EnrollDataSourcesRequest.Builder> implements EnrollDataSourcesRequestOrBuilder A request to enroll a set of data sources so they are visible in the
 BigQuery UI's Transfer tab.
 Protobuf type google.cloud.bigquery.datatransfer.v1.EnrollDataSourcesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EnrollDataSourcesRequest.BuilderImplements
EnrollDataSourcesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllDataSourceIds(Iterable<String> values)
public EnrollDataSourcesRequest.Builder addAllDataSourceIds(Iterable<String> values)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| values | Iterable<String>The dataSourceIds to add.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
addDataSourceIds(String value)
public EnrollDataSourcesRequest.Builder addDataSourceIds(String value)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| value | StringThe dataSourceIds to add.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
addDataSourceIdsBytes(ByteString value)
public EnrollDataSourcesRequest.Builder addDataSourceIdsBytes(ByteString value)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| value | ByteStringThe bytes of the dataSourceIds to add.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EnrollDataSourcesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
build()
public EnrollDataSourcesRequest build()| Type | Description | 
| EnrollDataSourcesRequest | 
buildPartial()
public EnrollDataSourcesRequest buildPartial()| Type | Description | 
| EnrollDataSourcesRequest | 
clear()
public EnrollDataSourcesRequest.Builder clear()| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
clearDataSourceIds()
public EnrollDataSourcesRequest.Builder clearDataSourceIds()Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public EnrollDataSourcesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
clearName()
public EnrollDataSourcesRequest.Builder clearName() The name of the project resource in the form:
 projects/{project_id}
 string name = 1;
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public EnrollDataSourcesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
clone()
public EnrollDataSourcesRequest.Builder clone()| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
getDataSourceIds(int index)
public String getDataSourceIds(int index)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The dataSourceIds at the given index.  | 
      
getDataSourceIdsBytes(int index)
public ByteString getDataSourceIdsBytes(int index)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the dataSourceIds at the given index.  | 
      
getDataSourceIdsCount()
public int getDataSourceIdsCount()Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Type | Description | 
| int | The count of dataSourceIds.  | 
      
getDataSourceIdsList()
public ProtocolStringList getDataSourceIdsList()Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Type | Description | 
| ProtocolStringList | A list containing the dataSourceIds.  | 
      
getDefaultInstanceForType()
public EnrollDataSourcesRequest getDefaultInstanceForType()| Type | Description | 
| EnrollDataSourcesRequest | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getName()
public String getName() The name of the project resource in the form:
 projects/{project_id}
 string name = 1;
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public ByteString getNameBytes() The name of the project resource in the form:
 projects/{project_id}
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(EnrollDataSourcesRequest other)
public EnrollDataSourcesRequest.Builder mergeFrom(EnrollDataSourcesRequest other)| Name | Description | 
| other | EnrollDataSourcesRequest | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EnrollDataSourcesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public EnrollDataSourcesRequest.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EnrollDataSourcesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
setDataSourceIds(int index, String value)
public EnrollDataSourcesRequest.Builder setDataSourceIds(int index, String value)Data sources that are enrolled. It is required to provide at least one data source id.
 repeated string data_source_ids = 2;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe dataSourceIds to set.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public EnrollDataSourcesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
setName(String value)
public EnrollDataSourcesRequest.Builder setName(String value) The name of the project resource in the form:
 projects/{project_id}
 string name = 1;
| Name | Description | 
| value | StringThe name to set.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
setNameBytes(ByteString value)
public EnrollDataSourcesRequest.Builder setNameBytes(ByteString value) The name of the project resource in the form:
 projects/{project_id}
 string name = 1;
| Name | Description | 
| value | ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EnrollDataSourcesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final EnrollDataSourcesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| EnrollDataSourcesRequest.Builder |