Uses of Class
com.google.cloud.datacatalog.v1.IntegratedSystem
-
Packages that use IntegratedSystem Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of IntegratedSystem in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return IntegratedSystem Modifier and Type Method Description static IntegratedSystem
IntegratedSystem. forNumber(int value)
IntegratedSystem
Entry.Builder. getIntegratedSystem()
Output only.IntegratedSystem
Entry. getIntegratedSystem()
Output only.IntegratedSystem
EntryOrBuilder. getIntegratedSystem()
Output only.IntegratedSystem
SearchCatalogResult.Builder. getIntegratedSystem()
Output only.IntegratedSystem
SearchCatalogResult. getIntegratedSystem()
Output only.IntegratedSystem
SearchCatalogResultOrBuilder. getIntegratedSystem()
Output only.IntegratedSystem
DataplexExternalTable.Builder. getSystem()
Service in which the external table is registered.IntegratedSystem
DataplexExternalTable. getSystem()
Service in which the external table is registered.IntegratedSystem
DataplexExternalTableOrBuilder. getSystem()
Service in which the external table is registered.static IntegratedSystem
IntegratedSystem. valueOf(int value)
Deprecated.static IntegratedSystem
IntegratedSystem. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IntegratedSystem
IntegratedSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntegratedSystem[]
IntegratedSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type IntegratedSystem Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IntegratedSystem>
IntegratedSystem. internalGetValueMap()
Methods in com.google.cloud.datacatalog.v1 with parameters of type IntegratedSystem Modifier and Type Method Description Entry.Builder
Entry.Builder. setIntegratedSystem(IntegratedSystem value)
Output only.SearchCatalogResult.Builder
SearchCatalogResult.Builder. setIntegratedSystem(IntegratedSystem value)
Output only.DataplexExternalTable.Builder
DataplexExternalTable.Builder. setSystem(IntegratedSystem value)
Service in which the external table is registered.
-