Uses of Class
com.google.cloud.datacatalog.v1.ViewSpec
-
Packages that use ViewSpec Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of ViewSpec in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return ViewSpec Modifier and Type Method Description ViewSpec
ViewSpec.Builder. build()
ViewSpec
ViewSpec.Builder. buildPartial()
static ViewSpec
ViewSpec. getDefaultInstance()
ViewSpec
ViewSpec.Builder. getDefaultInstanceForType()
ViewSpec
ViewSpec. getDefaultInstanceForType()
ViewSpec
BigQueryTableSpec.Builder. getViewSpec()
Table view specification.ViewSpec
BigQueryTableSpec. getViewSpec()
Table view specification.ViewSpec
BigQueryTableSpecOrBuilder. getViewSpec()
Table view specification.static ViewSpec
ViewSpec. parseDelimitedFrom(InputStream input)
static ViewSpec
ViewSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ViewSpec
ViewSpec. parseFrom(byte[] data)
static ViewSpec
ViewSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ViewSpec
ViewSpec. parseFrom(com.google.protobuf.ByteString data)
static ViewSpec
ViewSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ViewSpec
ViewSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static ViewSpec
ViewSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ViewSpec
ViewSpec. parseFrom(InputStream input)
static ViewSpec
ViewSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ViewSpec
ViewSpec. parseFrom(ByteBuffer data)
static ViewSpec
ViewSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type ViewSpec Modifier and Type Method Description com.google.protobuf.Parser<ViewSpec>
ViewSpec. getParserForType()
static com.google.protobuf.Parser<ViewSpec>
ViewSpec. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type ViewSpec Modifier and Type Method Description ViewSpec.Builder
ViewSpec.Builder. mergeFrom(ViewSpec other)
BigQueryTableSpec.Builder
BigQueryTableSpec.Builder. mergeViewSpec(ViewSpec value)
Table view specification.static ViewSpec.Builder
ViewSpec. newBuilder(ViewSpec prototype)
BigQueryTableSpec.Builder
BigQueryTableSpec.Builder. setViewSpec(ViewSpec value)
Table view specification.
-