Uses of Class
com.google.container.v1beta1.HttpLoadBalancing
-
Packages that use HttpLoadBalancing Package Description com.google.container.v1beta1 -
-
Uses of HttpLoadBalancing in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return HttpLoadBalancing Modifier and Type Method Description HttpLoadBalancing
HttpLoadBalancing.Builder. build()
HttpLoadBalancing
HttpLoadBalancing.Builder. buildPartial()
static HttpLoadBalancing
HttpLoadBalancing. getDefaultInstance()
HttpLoadBalancing
HttpLoadBalancing.Builder. getDefaultInstanceForType()
HttpLoadBalancing
HttpLoadBalancing. getDefaultInstanceForType()
HttpLoadBalancing
AddonsConfig.Builder. getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.HttpLoadBalancing
AddonsConfig. getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.HttpLoadBalancing
AddonsConfigOrBuilder. getHttpLoadBalancing()
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.static HttpLoadBalancing
HttpLoadBalancing. parseDelimitedFrom(InputStream input)
static HttpLoadBalancing
HttpLoadBalancing. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(byte[] data)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(com.google.protobuf.ByteString data)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(InputStream input)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(ByteBuffer data)
static HttpLoadBalancing
HttpLoadBalancing. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type HttpLoadBalancing Modifier and Type Method Description com.google.protobuf.Parser<HttpLoadBalancing>
HttpLoadBalancing. getParserForType()
static com.google.protobuf.Parser<HttpLoadBalancing>
HttpLoadBalancing. parser()
Methods in com.google.container.v1beta1 with parameters of type HttpLoadBalancing Modifier and Type Method Description HttpLoadBalancing.Builder
HttpLoadBalancing.Builder. mergeFrom(HttpLoadBalancing other)
AddonsConfig.Builder
AddonsConfig.Builder. mergeHttpLoadBalancing(HttpLoadBalancing value)
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.static HttpLoadBalancing.Builder
HttpLoadBalancing. newBuilder(HttpLoadBalancing prototype)
AddonsConfig.Builder
AddonsConfig.Builder. setHttpLoadBalancing(HttpLoadBalancing value)
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
-