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
@Generated
public interface DataSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFull name of a resource as defined by the service.com.google.protobuf.ByteStringFull name of a resource as defined by the service.Service that physically stores the data.intService that physically stores the data.Output only.com.google.protobuf.ByteStringOutput only.Detailed properties of the underlying storage.Detailed properties of the underlying storage.booleanDetailed properties of the underlying storage.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-