public interface DataSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPropertiesCase()
public abstract DataSource.PropertiesCase getPropertiesCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| DataSource.Service | The service. |
getServiceValue()
public abstract int getServiceValue()Service that physically stores the data.
.google.cloud.datacatalog.v1.DataSource.Service service = 1;
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| ByteString | The bytes for sourceEntry. |
getStorageProperties()
public abstract StorageProperties getStorageProperties()Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
| Type | Description |
| StorageProperties | The storageProperties. |
getStoragePropertiesOrBuilder()
public abstract StoragePropertiesOrBuilder getStoragePropertiesOrBuilder()Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
| Type | Description |
| StoragePropertiesOrBuilder |
hasStorageProperties()
public abstract boolean hasStorageProperties()Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
| Type | Description |
| boolean | Whether the storageProperties field is set. |