public interface StudioDatasourceReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasourceId()
public abstract String getDatasourceId()Required. The id of the datasource.
string datasource_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The datasourceId. |
getDatasourceIdBytes()
public abstract ByteString getDatasourceIdBytes()Required. The id of the datasource.
string datasource_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasourceId. |