Uses of Class
com.google.cloud.gkemulticloud.v1.MaxPodsConstraint
-
Packages that use MaxPodsConstraint Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of MaxPodsConstraint in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return MaxPodsConstraint Modifier and Type Method Description MaxPodsConstraint
MaxPodsConstraint.Builder. build()
MaxPodsConstraint
MaxPodsConstraint.Builder. buildPartial()
static MaxPodsConstraint
MaxPodsConstraint. getDefaultInstance()
MaxPodsConstraint
MaxPodsConstraint.Builder. getDefaultInstanceForType()
MaxPodsConstraint
MaxPodsConstraint. getDefaultInstanceForType()
MaxPodsConstraint
AwsNodePool.Builder. getMaxPodsConstraint()
Required.MaxPodsConstraint
AwsNodePool. getMaxPodsConstraint()
Required.MaxPodsConstraint
AwsNodePoolOrBuilder. getMaxPodsConstraint()
Required.MaxPodsConstraint
AzureNodePool.Builder. getMaxPodsConstraint()
Required.MaxPodsConstraint
AzureNodePool. getMaxPodsConstraint()
Required.MaxPodsConstraint
AzureNodePoolOrBuilder. getMaxPodsConstraint()
Required.static MaxPodsConstraint
MaxPodsConstraint. parseDelimitedFrom(InputStream input)
static MaxPodsConstraint
MaxPodsConstraint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(byte[] data)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(com.google.protobuf.ByteString data)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(com.google.protobuf.CodedInputStream input)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(InputStream input)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(ByteBuffer data)
static MaxPodsConstraint
MaxPodsConstraint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type MaxPodsConstraint Modifier and Type Method Description com.google.protobuf.Parser<MaxPodsConstraint>
MaxPodsConstraint. getParserForType()
static com.google.protobuf.Parser<MaxPodsConstraint>
MaxPodsConstraint. parser()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type MaxPodsConstraint Modifier and Type Method Description MaxPodsConstraint.Builder
MaxPodsConstraint.Builder. mergeFrom(MaxPodsConstraint other)
AwsNodePool.Builder
AwsNodePool.Builder. mergeMaxPodsConstraint(MaxPodsConstraint value)
Required.AzureNodePool.Builder
AzureNodePool.Builder. mergeMaxPodsConstraint(MaxPodsConstraint value)
Required.static MaxPodsConstraint.Builder
MaxPodsConstraint. newBuilder(MaxPodsConstraint prototype)
AwsNodePool.Builder
AwsNodePool.Builder. setMaxPodsConstraint(MaxPodsConstraint value)
Required.AzureNodePool.Builder
AzureNodePool.Builder. setMaxPodsConstraint(MaxPodsConstraint value)
Required.
-