Interface DataSourceOrBuilder

public interface DataSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResource()

public abstract String getResource()
Full name of a resource as defined by the service. For example:
 `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}`

string resource = 2;

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()
Full name of a resource as defined by the service. For example:
 `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}`

string resource = 2;

Returns
TypeDescription
ByteString

The bytes for resource.

getService()

public abstract DataSource.Service getService()
Service that physically stores the data.

.google.cloud.datacatalog.v1.DataSource.Service service = 1;

Returns
TypeDescription
DataSource.Service

The service.

getServiceValue()

public abstract int getServiceValue()
Service that physically stores the data.

.google.cloud.datacatalog.v1.DataSource.Service service = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for service.