Class Generated.LoadBalancerStatus.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.LoadBalancerStatus.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.LoadBalancerStatus.Builder>
      • getDefaultInstanceForType

        public Generated.LoadBalancerStatus getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Generated.LoadBalancerStatus build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Generated.LoadBalancerStatus buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.LoadBalancerStatus.Builder>
      • mergeFrom

        public Generated.LoadBalancerStatus.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Generated.LoadBalancerStatus.Builder>
        Throws:
        IOException
      • getIngressCount

        public int getIngressCount()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
        Specified by:
        getIngressCount in interface Generated.LoadBalancerStatusOrBuilder
      • getIngress

        public Generated.LoadBalancerIngress getIngress​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
        Specified by:
        getIngress in interface Generated.LoadBalancerStatusOrBuilder
      • setIngress

        public Generated.LoadBalancerStatus.Builder setIngress​(int index,
                                                               Generated.LoadBalancerIngress value)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • setIngress

        public Generated.LoadBalancerStatus.Builder setIngress​(int index,
                                                               Generated.LoadBalancerIngress.Builder builderForValue)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addIngress

        public Generated.LoadBalancerStatus.Builder addIngress​(Generated.LoadBalancerIngress value)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addIngress

        public Generated.LoadBalancerStatus.Builder addIngress​(int index,
                                                               Generated.LoadBalancerIngress value)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addIngress

        public Generated.LoadBalancerStatus.Builder addIngress​(int index,
                                                               Generated.LoadBalancerIngress.Builder builderForValue)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addAllIngress

        public Generated.LoadBalancerStatus.Builder addAllIngress​(Iterable<? extends Generated.LoadBalancerIngress> values)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • clearIngress

        public Generated.LoadBalancerStatus.Builder clearIngress()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • removeIngress

        public Generated.LoadBalancerStatus.Builder removeIngress​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngressBuilder

        public Generated.LoadBalancerIngress.Builder getIngressBuilder​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addIngressBuilder

        public Generated.LoadBalancerIngress.Builder addIngressBuilder()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • addIngressBuilder

        public Generated.LoadBalancerIngress.Builder addIngressBuilder​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngressBuilderList

        public List<Generated.LoadBalancerIngress.Builder> getIngressBuilderList()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;