Uses of Class
com.google.container.v1beta1.ProtectConfig
-
Packages that use ProtectConfig Package Description com.google.container.v1beta1 -
-
Uses of ProtectConfig in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return ProtectConfig Modifier and Type Method Description ProtectConfig
ProtectConfig.Builder. build()
ProtectConfig
ProtectConfig.Builder. buildPartial()
static ProtectConfig
ProtectConfig. getDefaultInstance()
ProtectConfig
ProtectConfig.Builder. getDefaultInstanceForType()
ProtectConfig
ProtectConfig. getDefaultInstanceForType()
ProtectConfig
ClusterUpdate.Builder. getDesiredProtectConfig()
Enable/Disable Protect API features for the cluster.ProtectConfig
ClusterUpdate. getDesiredProtectConfig()
Enable/Disable Protect API features for the cluster.ProtectConfig
ClusterUpdateOrBuilder. getDesiredProtectConfig()
Enable/Disable Protect API features for the cluster.ProtectConfig
Cluster.Builder. getProtectConfig()
Enable/Disable Protect API features for the cluster.ProtectConfig
Cluster. getProtectConfig()
Enable/Disable Protect API features for the cluster.ProtectConfig
ClusterOrBuilder. getProtectConfig()
Enable/Disable Protect API features for the cluster.static ProtectConfig
ProtectConfig. parseDelimitedFrom(InputStream input)
static ProtectConfig
ProtectConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtectConfig
ProtectConfig. parseFrom(byte[] data)
static ProtectConfig
ProtectConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtectConfig
ProtectConfig. parseFrom(com.google.protobuf.ByteString data)
static ProtectConfig
ProtectConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtectConfig
ProtectConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ProtectConfig
ProtectConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtectConfig
ProtectConfig. parseFrom(InputStream input)
static ProtectConfig
ProtectConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtectConfig
ProtectConfig. parseFrom(ByteBuffer data)
static ProtectConfig
ProtectConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type ProtectConfig Modifier and Type Method Description com.google.protobuf.Parser<ProtectConfig>
ProtectConfig. getParserForType()
static com.google.protobuf.Parser<ProtectConfig>
ProtectConfig. parser()
Methods in com.google.container.v1beta1 with parameters of type ProtectConfig Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeDesiredProtectConfig(ProtectConfig value)
Enable/Disable Protect API features for the cluster.ProtectConfig.Builder
ProtectConfig.Builder. mergeFrom(ProtectConfig other)
Cluster.Builder
Cluster.Builder. mergeProtectConfig(ProtectConfig value)
Enable/Disable Protect API features for the cluster.static ProtectConfig.Builder
ProtectConfig. newBuilder(ProtectConfig prototype)
ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredProtectConfig(ProtectConfig value)
Enable/Disable Protect API features for the cluster.Cluster.Builder
Cluster.Builder. setProtectConfig(ProtectConfig value)
Enable/Disable Protect API features for the cluster.
-