Uses of Class
com.google.cloud.gkehub.v1beta.CommonFeatureSpec
-
Packages that use CommonFeatureSpec Package Description com.google.cloud.gkehub.v1beta A client to GKE Hub -
-
Uses of CommonFeatureSpec in com.google.cloud.gkehub.v1beta
Methods in com.google.cloud.gkehub.v1beta that return CommonFeatureSpec Modifier and Type Method Description CommonFeatureSpec
CommonFeatureSpec.Builder. build()
CommonFeatureSpec
CommonFeatureSpec.Builder. buildPartial()
static CommonFeatureSpec
CommonFeatureSpec. getDefaultInstance()
CommonFeatureSpec
CommonFeatureSpec.Builder. getDefaultInstanceForType()
CommonFeatureSpec
CommonFeatureSpec. getDefaultInstanceForType()
CommonFeatureSpec
Feature.Builder. getSpec()
Optional.CommonFeatureSpec
Feature. getSpec()
Optional.CommonFeatureSpec
FeatureOrBuilder. getSpec()
Optional.static CommonFeatureSpec
CommonFeatureSpec. parseDelimitedFrom(InputStream input)
static CommonFeatureSpec
CommonFeatureSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(byte[] data)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(com.google.protobuf.ByteString data)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(InputStream input)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(ByteBuffer data)
static CommonFeatureSpec
CommonFeatureSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1beta that return types with arguments of type CommonFeatureSpec Modifier and Type Method Description com.google.protobuf.Parser<CommonFeatureSpec>
CommonFeatureSpec. getParserForType()
static com.google.protobuf.Parser<CommonFeatureSpec>
CommonFeatureSpec. parser()
Methods in com.google.cloud.gkehub.v1beta with parameters of type CommonFeatureSpec Modifier and Type Method Description CommonFeatureSpec.Builder
CommonFeatureSpec.Builder. mergeFrom(CommonFeatureSpec other)
Feature.Builder
Feature.Builder. mergeSpec(CommonFeatureSpec value)
Optional.static CommonFeatureSpec.Builder
CommonFeatureSpec. newBuilder(CommonFeatureSpec prototype)
Feature.Builder
Feature.Builder. setSpec(CommonFeatureSpec value)
Optional.
-