public interface DataSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataSource.PropertiesCase |
getPropertiesCase() |
String |
getResource()
Full name of a resource as defined by the service.
|
com.google.protobuf.ByteString |
getResourceBytes()
Full name of a resource as defined by the service.
|
DataSource.Service |
getService()
Service that physically stores the data.
|
int |
getServiceValue()
Service that physically stores the data.
|
String |
getSourceEntry()
Output only.
|
com.google.protobuf.ByteString |
getSourceEntryBytes()
Output only.
|
StorageProperties |
getStorageProperties()
Detailed properties of the underlying storage.
|
StoragePropertiesOrBuilder |
getStoragePropertiesOrBuilder()
Detailed properties of the underlying storage.
|
boolean |
hasStorageProperties()
Detailed properties of the underlying storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getServiceValue()
Service that physically stores the data.
.google.cloud.datacatalog.v1.DataSource.Service service = 1;DataSource.Service getService()
Service that physically stores the data.
.google.cloud.datacatalog.v1.DataSource.Service service = 1;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;com.google.protobuf.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;String getSourceEntry()
Output only. Data Catalog entry name, if applicable.
string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSourceEntryBytes()
Output only. Data Catalog entry name, if applicable.
string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasStorageProperties()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;StorageProperties getStorageProperties()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;StoragePropertiesOrBuilder getStoragePropertiesOrBuilder()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;DataSource.PropertiesCase getPropertiesCase()
Copyright © 2023 Google LLC. All rights reserved.