Interface DataSourceOrBuilder (1.8.4)

public interface DataSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPropertiesCase()

public abstract DataSource.PropertiesCase getPropertiesCase()
Returns
TypeDescription
DataSource.PropertiesCase

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.

getSourceEntry()

public abstract String getSourceEntry()

Output only. Data Catalog entry name, if applicable.

string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The sourceEntry.

getSourceEntryBytes()

public abstract ByteString getSourceEntryBytes()

Output only. Data Catalog entry name, if applicable.

string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for sourceEntry.

getStorageProperties()

public abstract StorageProperties getStorageProperties()

Detailed properties of the underlying storage.

.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;

Returns
TypeDescription
StorageProperties

The storageProperties.

getStoragePropertiesOrBuilder()

public abstract StoragePropertiesOrBuilder getStoragePropertiesOrBuilder()

Detailed properties of the underlying storage.

.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;

Returns
TypeDescription
StoragePropertiesOrBuilder

hasStorageProperties()

public abstract boolean hasStorageProperties()

Detailed properties of the underlying storage.

.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;

Returns
TypeDescription
boolean

Whether the storageProperties field is set.