public interface EnrollDataSourcesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSourceIds(int index)
Data sources that are enrolled.
|
com.google.protobuf.ByteString |
getDataSourceIdsBytes(int index)
Data sources that are enrolled.
|
int |
getDataSourceIdsCount()
Data sources that are enrolled.
|
List<String> |
getDataSourceIdsList()
Data sources that are enrolled.
|
String |
getName()
The name of the project resource in the form: `projects/{project_id}`
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the project resource in the form: `projects/{project_id}`
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the project resource in the form: `projects/{project_id}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the project resource in the form: `projects/{project_id}`
string name = 1;List<String> getDataSourceIdsList()
Data sources that are enrolled. It is required to provide at least one data source id.
repeated string data_source_ids = 2;int getDataSourceIdsCount()
Data sources that are enrolled. It is required to provide at least one data source id.
repeated string data_source_ids = 2;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.