Package com.google.cloud.datacatalog.v1
Interface DataSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataSource,DataSource.Builder
public interface DataSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSource.PropertiesCasegetPropertiesCase()StringgetResource()Full name of a resource as defined by the service.com.google.protobuf.ByteStringgetResourceBytes()Full name of a resource as defined by the service.DataSource.ServicegetService()Service that physically stores the data.intgetServiceValue()Service that physically stores the data.StringgetSourceEntry()Output only.com.google.protobuf.ByteStringgetSourceEntryBytes()Output only.StoragePropertiesgetStorageProperties()Detailed properties of the underlying storage.StoragePropertiesOrBuildergetStoragePropertiesOrBuilder()Detailed properties of the underlying storage.booleanhasStorageProperties()Detailed properties of the underlying storage.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceValue
int getServiceValue()
Service that physically stores the data.
.google.cloud.datacatalog.v1.DataSource.Service service = 1;- Returns:
- The enum numeric value on the wire for service.
-
getService
DataSource.Service getService()
Service that physically stores the data.
.google.cloud.datacatalog.v1.DataSource.Service service = 1;- Returns:
- The service.
-
getResource
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:
- The resource.
-
getResourceBytes
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;- Returns:
- The bytes for resource.
-
getSourceEntry
String getSourceEntry()
Output only. Data Catalog entry name, if applicable.
string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The sourceEntry.
-
getSourceEntryBytes
com.google.protobuf.ByteString getSourceEntryBytes()
Output only. Data Catalog entry name, if applicable.
string source_entry = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for sourceEntry.
-
hasStorageProperties
boolean hasStorageProperties()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;- Returns:
- Whether the storageProperties field is set.
-
getStorageProperties
StorageProperties getStorageProperties()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;- Returns:
- The storageProperties.
-
getStoragePropertiesOrBuilder
StoragePropertiesOrBuilder getStoragePropertiesOrBuilder()
Detailed properties of the underlying storage.
.google.cloud.datacatalog.v1.StorageProperties storage_properties = 4;
-
getPropertiesCase
DataSource.PropertiesCase getPropertiesCase()
-
-