Uses of Class
com.google.cloud.datacatalog.v1beta1.IntegratedSystem
-
Packages that use IntegratedSystem Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog API -
-
Uses of IntegratedSystem in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 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.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.v1beta1 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.v1beta1 with parameters of type IntegratedSystem Modifier and Type Method Description Entry.Builder
Entry.Builder. setIntegratedSystem(IntegratedSystem value)
Output only.
-