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 GatewayAPIConfigGatewayAPIConfig.Builder. build()GatewayAPIConfigGatewayAPIConfig.Builder. buildPartial()static GatewayAPIConfigGatewayAPIConfig. getDefaultInstance()GatewayAPIConfigGatewayAPIConfig.Builder. getDefaultInstanceForType()GatewayAPIConfigGatewayAPIConfig. getDefaultInstanceForType()GatewayAPIConfigClusterUpdate.Builder. getDesiredGatewayApiConfig()The desired config of Gateway API on this cluster.GatewayAPIConfigClusterUpdate. getDesiredGatewayApiConfig()The desired config of Gateway API on this cluster.GatewayAPIConfigClusterUpdateOrBuilder. getDesiredGatewayApiConfig()The desired config of Gateway API on this cluster.GatewayAPIConfigNetworkConfig.Builder. getGatewayApiConfig()GatewayAPIConfig contains the desired config of Gateway API on this cluster.GatewayAPIConfigNetworkConfig. getGatewayApiConfig()GatewayAPIConfig contains the desired config of Gateway API on this cluster.GatewayAPIConfigNetworkConfigOrBuilder. getGatewayApiConfig()GatewayAPIConfig contains the desired config of Gateway API on this cluster.static GatewayAPIConfigGatewayAPIConfig. parseDelimitedFrom(InputStream input)static GatewayAPIConfigGatewayAPIConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GatewayAPIConfigGatewayAPIConfig. parseFrom(byte[] data)static GatewayAPIConfigGatewayAPIConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GatewayAPIConfigGatewayAPIConfig. parseFrom(com.google.protobuf.ByteString data)static GatewayAPIConfigGatewayAPIConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GatewayAPIConfigGatewayAPIConfig. parseFrom(com.google.protobuf.CodedInputStream input)static GatewayAPIConfigGatewayAPIConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GatewayAPIConfigGatewayAPIConfig. parseFrom(InputStream input)static GatewayAPIConfigGatewayAPIConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GatewayAPIConfigGatewayAPIConfig. parseFrom(ByteBuffer data)static GatewayAPIConfigGatewayAPIConfig. 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.BuilderClusterUpdate.Builder. mergeDesiredGatewayApiConfig(GatewayAPIConfig value)The desired config of Gateway API on this cluster.GatewayAPIConfig.BuilderGatewayAPIConfig.Builder. mergeFrom(GatewayAPIConfig other)NetworkConfig.BuilderNetworkConfig.Builder. mergeGatewayApiConfig(GatewayAPIConfig value)GatewayAPIConfig contains the desired config of Gateway API on this cluster.static GatewayAPIConfig.BuilderGatewayAPIConfig. newBuilder(GatewayAPIConfig prototype)ClusterUpdate.BuilderClusterUpdate.Builder. setDesiredGatewayApiConfig(GatewayAPIConfig value)The desired config of Gateway API on this cluster.NetworkConfig.BuilderNetworkConfig.Builder. setGatewayApiConfig(GatewayAPIConfig value)GatewayAPIConfig contains the desired config of Gateway API on this cluster.
-