Uses of Class
com.google.cloud.datacatalog.v1.BusinessContext
-
Packages that use BusinessContext Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of BusinessContext in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return BusinessContext Modifier and Type Method Description BusinessContext
BusinessContext.Builder. build()
BusinessContext
BusinessContext.Builder. buildPartial()
BusinessContext
Entry.Builder. getBusinessContext()
Business Context of the entry.BusinessContext
Entry. getBusinessContext()
Business Context of the entry.BusinessContext
EntryOrBuilder. getBusinessContext()
Business Context of the entry.static BusinessContext
BusinessContext. getDefaultInstance()
BusinessContext
BusinessContext.Builder. getDefaultInstanceForType()
BusinessContext
BusinessContext. getDefaultInstanceForType()
static BusinessContext
BusinessContext. parseDelimitedFrom(InputStream input)
static BusinessContext
BusinessContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BusinessContext
BusinessContext. parseFrom(byte[] data)
static BusinessContext
BusinessContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BusinessContext
BusinessContext. parseFrom(com.google.protobuf.ByteString data)
static BusinessContext
BusinessContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BusinessContext
BusinessContext. parseFrom(com.google.protobuf.CodedInputStream input)
static BusinessContext
BusinessContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BusinessContext
BusinessContext. parseFrom(InputStream input)
static BusinessContext
BusinessContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BusinessContext
BusinessContext. parseFrom(ByteBuffer data)
static BusinessContext
BusinessContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type BusinessContext Modifier and Type Method Description com.google.protobuf.Parser<BusinessContext>
BusinessContext. getParserForType()
static com.google.protobuf.Parser<BusinessContext>
BusinessContext. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type BusinessContext Modifier and Type Method Description Entry.Builder
Entry.Builder. mergeBusinessContext(BusinessContext value)
Business Context of the entry.BusinessContext.Builder
BusinessContext.Builder. mergeFrom(BusinessContext other)
static BusinessContext.Builder
BusinessContext. newBuilder(BusinessContext prototype)
Entry.Builder
Entry.Builder. setBusinessContext(BusinessContext value)
Business Context of the entry.
-