public interface DataSourceReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataSourceIdCase()
public abstract DataSourceReference.DataSourceIdCase getDataSourceIdCase()
Returns | |
---|---|
Type | Description |
DataSourceReference.DataSourceIdCase |
getPrimaryDataSourceName()
public abstract String getPrimaryDataSourceName()
Optional. The name of the primary data source.
Format:
accounts/{account}/dataSources/{datasource}
string primary_data_source_name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The primaryDataSourceName. |
getPrimaryDataSourceNameBytes()
public abstract ByteString getPrimaryDataSourceNameBytes()
Optional. The name of the primary data source.
Format:
accounts/{account}/dataSources/{datasource}
string primary_data_source_name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for primaryDataSourceName. |
getSelf()
public abstract boolean getSelf()
Self should be used to reference the primary data source itself.
bool self = 1;
Returns | |
---|---|
Type | Description |
boolean |
The self. |
getSupplementalDataSourceName()
public abstract String getSupplementalDataSourceName()
Optional. The name of the supplemental data source.
Format:
accounts/{account}/dataSources/{datasource}
string supplemental_data_source_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The supplementalDataSourceName. |
getSupplementalDataSourceNameBytes()
public abstract ByteString getSupplementalDataSourceNameBytes()
Optional. The name of the supplemental data source.
Format:
accounts/{account}/dataSources/{datasource}
string supplemental_data_source_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for supplementalDataSourceName. |
hasPrimaryDataSourceName()
public abstract boolean hasPrimaryDataSourceName()
Optional. The name of the primary data source.
Format:
accounts/{account}/dataSources/{datasource}
string primary_data_source_name = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the primaryDataSourceName field is set. |
hasSelf()
public abstract boolean hasSelf()
Self should be used to reference the primary data source itself.
bool self = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the self field is set. |
hasSupplementalDataSourceName()
public abstract boolean hasSupplementalDataSourceName()
Optional. The name of the supplemental data source.
Format:
accounts/{account}/dataSources/{datasource}
string supplemental_data_source_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the supplementalDataSourceName field is set. |