Uses of Class
com.google.container.v1beta1.WorkloadConfig
-
Packages that use WorkloadConfig Package Description com.google.container.v1beta1 -
-
Uses of WorkloadConfig in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return WorkloadConfig Modifier and Type Method Description WorkloadConfig
WorkloadConfig.Builder. build()
WorkloadConfig
WorkloadConfig.Builder. buildPartial()
static WorkloadConfig
WorkloadConfig. getDefaultInstance()
WorkloadConfig
WorkloadConfig.Builder. getDefaultInstanceForType()
WorkloadConfig
WorkloadConfig. getDefaultInstanceForType()
WorkloadConfig
ProtectConfig.Builder. getWorkloadConfig()
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.WorkloadConfig
ProtectConfig. getWorkloadConfig()
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.WorkloadConfig
ProtectConfigOrBuilder. getWorkloadConfig()
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.static WorkloadConfig
WorkloadConfig. parseDelimitedFrom(InputStream input)
static WorkloadConfig
WorkloadConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkloadConfig
WorkloadConfig. parseFrom(byte[] data)
static WorkloadConfig
WorkloadConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkloadConfig
WorkloadConfig. parseFrom(com.google.protobuf.ByteString data)
static WorkloadConfig
WorkloadConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkloadConfig
WorkloadConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static WorkloadConfig
WorkloadConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkloadConfig
WorkloadConfig. parseFrom(InputStream input)
static WorkloadConfig
WorkloadConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkloadConfig
WorkloadConfig. parseFrom(ByteBuffer data)
static WorkloadConfig
WorkloadConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type WorkloadConfig Modifier and Type Method Description com.google.protobuf.Parser<WorkloadConfig>
WorkloadConfig. getParserForType()
static com.google.protobuf.Parser<WorkloadConfig>
WorkloadConfig. parser()
Methods in com.google.container.v1beta1 with parameters of type WorkloadConfig Modifier and Type Method Description WorkloadConfig.Builder
WorkloadConfig.Builder. mergeFrom(WorkloadConfig other)
ProtectConfig.Builder
ProtectConfig.Builder. mergeWorkloadConfig(WorkloadConfig value)
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.static WorkloadConfig.Builder
WorkloadConfig. newBuilder(WorkloadConfig prototype)
ProtectConfig.Builder
ProtectConfig.Builder. setWorkloadConfig(WorkloadConfig value)
WorkloadConfig defines which actions are enabled for a cluster's workload configurations.
-