Uses of Class
com.google.cloud.datacatalog.v1.GcsFileSpec
-
Packages that use GcsFileSpec Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of GcsFileSpec in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return GcsFileSpec Modifier and Type Method Description GcsFileSpec
GcsFileSpec.Builder. build()
GcsFileSpec
GcsFileSpec.Builder. buildPartial()
static GcsFileSpec
GcsFileSpec. getDefaultInstance()
GcsFileSpec
GcsFileSpec.Builder. getDefaultInstanceForType()
GcsFileSpec
GcsFileSpec. getDefaultInstanceForType()
GcsFileSpec
GcsFilesetSpec.Builder. getSampleGcsFileSpecs(int index)
Output only.GcsFileSpec
GcsFilesetSpec. getSampleGcsFileSpecs(int index)
Output only.GcsFileSpec
GcsFilesetSpecOrBuilder. getSampleGcsFileSpecs(int index)
Output only.static GcsFileSpec
GcsFileSpec. parseDelimitedFrom(InputStream input)
static GcsFileSpec
GcsFileSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsFileSpec
GcsFileSpec. parseFrom(byte[] data)
static GcsFileSpec
GcsFileSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsFileSpec
GcsFileSpec. parseFrom(com.google.protobuf.ByteString data)
static GcsFileSpec
GcsFileSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsFileSpec
GcsFileSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsFileSpec
GcsFileSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsFileSpec
GcsFileSpec. parseFrom(InputStream input)
static GcsFileSpec
GcsFileSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsFileSpec
GcsFileSpec. parseFrom(ByteBuffer data)
static GcsFileSpec
GcsFileSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type GcsFileSpec Modifier and Type Method Description com.google.protobuf.Parser<GcsFileSpec>
GcsFileSpec. getParserForType()
List<GcsFileSpec>
GcsFilesetSpec.Builder. getSampleGcsFileSpecsList()
Output only.List<GcsFileSpec>
GcsFilesetSpec. getSampleGcsFileSpecsList()
Output only.List<GcsFileSpec>
GcsFilesetSpecOrBuilder. getSampleGcsFileSpecsList()
Output only.static com.google.protobuf.Parser<GcsFileSpec>
GcsFileSpec. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type GcsFileSpec Modifier and Type Method Description GcsFilesetSpec.Builder
GcsFilesetSpec.Builder. addSampleGcsFileSpecs(int index, GcsFileSpec value)
Output only.GcsFilesetSpec.Builder
GcsFilesetSpec.Builder. addSampleGcsFileSpecs(GcsFileSpec value)
Output only.GcsFileSpec.Builder
GcsFileSpec.Builder. mergeFrom(GcsFileSpec other)
static GcsFileSpec.Builder
GcsFileSpec. newBuilder(GcsFileSpec prototype)
GcsFilesetSpec.Builder
GcsFilesetSpec.Builder. setSampleGcsFileSpecs(int index, GcsFileSpec value)
Output only.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type GcsFileSpec Modifier and Type Method Description GcsFilesetSpec.Builder
GcsFilesetSpec.Builder. addAllSampleGcsFileSpecs(Iterable<? extends GcsFileSpec> values)
Output only.
-