Uses of Class
com.google.bigtable.v2.FeatureFlags
-
Packages that use FeatureFlags Package Description com.google.bigtable.v2 -
-
Uses of FeatureFlags in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return FeatureFlags Modifier and Type Method Description FeatureFlags
FeatureFlags.Builder. build()
FeatureFlags
FeatureFlags.Builder. buildPartial()
static FeatureFlags
FeatureFlags. getDefaultInstance()
FeatureFlags
FeatureFlags.Builder. getDefaultInstanceForType()
FeatureFlags
FeatureFlags. getDefaultInstanceForType()
static FeatureFlags
FeatureFlags. parseDelimitedFrom(InputStream input)
static FeatureFlags
FeatureFlags. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureFlags
FeatureFlags. parseFrom(byte[] data)
static FeatureFlags
FeatureFlags. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureFlags
FeatureFlags. parseFrom(com.google.protobuf.ByteString data)
static FeatureFlags
FeatureFlags. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureFlags
FeatureFlags. parseFrom(com.google.protobuf.CodedInputStream input)
static FeatureFlags
FeatureFlags. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureFlags
FeatureFlags. parseFrom(InputStream input)
static FeatureFlags
FeatureFlags. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeatureFlags
FeatureFlags. parseFrom(ByteBuffer data)
static FeatureFlags
FeatureFlags. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type FeatureFlags Modifier and Type Method Description com.google.protobuf.Parser<FeatureFlags>
FeatureFlags. getParserForType()
static com.google.protobuf.Parser<FeatureFlags>
FeatureFlags. parser()
Methods in com.google.bigtable.v2 with parameters of type FeatureFlags Modifier and Type Method Description FeatureFlags.Builder
FeatureFlags.Builder. mergeFrom(FeatureFlags other)
static FeatureFlags.Builder
FeatureFlags. newBuilder(FeatureFlags prototype)
-