Uses of Class
com.google.container.v1.GatewayAPIConfig
-
Packages that use GatewayAPIConfig Package Description com.google.container.v1 -
-
Uses of GatewayAPIConfig in com.google.container.v1
Methods in com.google.container.v1 that return GatewayAPIConfig Modifier and Type Method Description GatewayAPIConfig
GatewayAPIConfig.Builder. build()
GatewayAPIConfig
GatewayAPIConfig.Builder. buildPartial()
static GatewayAPIConfig
GatewayAPIConfig. getDefaultInstance()
GatewayAPIConfig
GatewayAPIConfig.Builder. getDefaultInstanceForType()
GatewayAPIConfig
GatewayAPIConfig. getDefaultInstanceForType()
GatewayAPIConfig
ClusterUpdate.Builder. getDesiredGatewayApiConfig()
The desired config of Gateway API on this cluster.GatewayAPIConfig
ClusterUpdate. getDesiredGatewayApiConfig()
The desired config of Gateway API on this cluster.GatewayAPIConfig
ClusterUpdateOrBuilder. getDesiredGatewayApiConfig()
The desired config of Gateway API on this cluster.GatewayAPIConfig
NetworkConfig.Builder. getGatewayApiConfig()
GatewayAPIConfig contains the desired config of Gateway API on this cluster.GatewayAPIConfig
NetworkConfig. getGatewayApiConfig()
GatewayAPIConfig contains the desired config of Gateway API on this cluster.GatewayAPIConfig
NetworkConfigOrBuilder. getGatewayApiConfig()
GatewayAPIConfig contains the desired config of Gateway API on this cluster.static GatewayAPIConfig
GatewayAPIConfig. parseDelimitedFrom(InputStream input)
static GatewayAPIConfig
GatewayAPIConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(byte[] data)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(com.google.protobuf.ByteString data)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(InputStream input)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(ByteBuffer data)
static GatewayAPIConfig
GatewayAPIConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type GatewayAPIConfig Modifier and Type Method Description com.google.protobuf.Parser<GatewayAPIConfig>
GatewayAPIConfig. getParserForType()
static com.google.protobuf.Parser<GatewayAPIConfig>
GatewayAPIConfig. parser()
Methods in com.google.container.v1 with parameters of type GatewayAPIConfig Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeDesiredGatewayApiConfig(GatewayAPIConfig value)
The desired config of Gateway API on this cluster.GatewayAPIConfig.Builder
GatewayAPIConfig.Builder. mergeFrom(GatewayAPIConfig other)
NetworkConfig.Builder
NetworkConfig.Builder. mergeGatewayApiConfig(GatewayAPIConfig value)
GatewayAPIConfig contains the desired config of Gateway API on this cluster.static GatewayAPIConfig.Builder
GatewayAPIConfig. newBuilder(GatewayAPIConfig prototype)
ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredGatewayApiConfig(GatewayAPIConfig value)
The desired config of Gateway API on this cluster.NetworkConfig.Builder
NetworkConfig.Builder. setGatewayApiConfig(GatewayAPIConfig value)
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
-