Class SSLHealthCheck.Builder

  • All Implemented Interfaces:
    SSLHealthCheckOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SSLHealthCheck

    public static final class SSLHealthCheck.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
    implements SSLHealthCheckOrBuilder
     
    Protobuf type google.cloud.compute.v1.SSLHealthCheck
    • 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<SSLHealthCheck.Builder>
      • clear

        public SSLHealthCheck.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.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<SSLHealthCheck.Builder>
      • getDefaultInstanceForType

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

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

        public SSLHealthCheck buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SSLHealthCheck.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • setField

        public SSLHealthCheck.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • clearField

        public SSLHealthCheck.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • clearOneof

        public SSLHealthCheck.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • setRepeatedField

        public SSLHealthCheck.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • addRepeatedField

        public SSLHealthCheck.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • mergeFrom

        public SSLHealthCheck.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SSLHealthCheck.Builder>
      • isInitialized

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

        public SSLHealthCheck.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<SSLHealthCheck.Builder>
        Throws:
        IOException
      • hasPort

        public boolean hasPort()
         The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
         
        optional int32 port = 3446913;
        Specified by:
        hasPort in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the port field is set.
      • getPort

        public int getPort()
         The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
         
        optional int32 port = 3446913;
        Specified by:
        getPort in interface SSLHealthCheckOrBuilder
        Returns:
        The port.
      • setPort

        public SSLHealthCheck.Builder setPort​(int value)
         The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
         
        optional int32 port = 3446913;
        Parameters:
        value - The port to set.
        Returns:
        This builder for chaining.
      • clearPort

        public SSLHealthCheck.Builder clearPort()
         The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
         
        optional int32 port = 3446913;
        Returns:
        This builder for chaining.
      • hasPortName

        public boolean hasPortName()
         Not supported.
         
        optional string port_name = 41534345;
        Specified by:
        hasPortName in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the portName field is set.
      • getPortNameBytes

        public com.google.protobuf.ByteString getPortNameBytes()
         Not supported.
         
        optional string port_name = 41534345;
        Specified by:
        getPortNameBytes in interface SSLHealthCheckOrBuilder
        Returns:
        The bytes for portName.
      • setPortName

        public SSLHealthCheck.Builder setPortName​(String value)
         Not supported.
         
        optional string port_name = 41534345;
        Parameters:
        value - The portName to set.
        Returns:
        This builder for chaining.
      • clearPortName

        public SSLHealthCheck.Builder clearPortName()
         Not supported.
         
        optional string port_name = 41534345;
        Returns:
        This builder for chaining.
      • setPortNameBytes

        public SSLHealthCheck.Builder setPortNameBytes​(com.google.protobuf.ByteString value)
         Not supported.
         
        optional string port_name = 41534345;
        Parameters:
        value - The bytes for portName to set.
        Returns:
        This builder for chaining.
      • hasPortSpecification

        public boolean hasPortSpecification()
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Specified by:
        hasPortSpecification in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the portSpecification field is set.
      • getPortSpecification

        public String getPortSpecification()
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Specified by:
        getPortSpecification in interface SSLHealthCheckOrBuilder
        Returns:
        The portSpecification.
      • getPortSpecificationBytes

        public com.google.protobuf.ByteString getPortSpecificationBytes()
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Specified by:
        getPortSpecificationBytes in interface SSLHealthCheckOrBuilder
        Returns:
        The bytes for portSpecification.
      • setPortSpecification

        public SSLHealthCheck.Builder setPortSpecification​(String value)
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Parameters:
        value - The portSpecification to set.
        Returns:
        This builder for chaining.
      • clearPortSpecification

        public SSLHealthCheck.Builder clearPortSpecification()
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Returns:
        This builder for chaining.
      • setPortSpecificationBytes

        public SSLHealthCheck.Builder setPortSpecificationBytes​(com.google.protobuf.ByteString value)
         Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
         Check the PortSpecification enum for the list of possible values.
         
        optional string port_specification = 51590597;
        Parameters:
        value - The bytes for portSpecification to set.
        Returns:
        This builder for chaining.
      • hasProxyHeader

        public boolean hasProxyHeader()
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Specified by:
        hasProxyHeader in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the proxyHeader field is set.
      • getProxyHeader

        public String getProxyHeader()
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Specified by:
        getProxyHeader in interface SSLHealthCheckOrBuilder
        Returns:
        The proxyHeader.
      • getProxyHeaderBytes

        public com.google.protobuf.ByteString getProxyHeaderBytes()
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Specified by:
        getProxyHeaderBytes in interface SSLHealthCheckOrBuilder
        Returns:
        The bytes for proxyHeader.
      • setProxyHeader

        public SSLHealthCheck.Builder setProxyHeader​(String value)
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Parameters:
        value - The proxyHeader to set.
        Returns:
        This builder for chaining.
      • clearProxyHeader

        public SSLHealthCheck.Builder clearProxyHeader()
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Returns:
        This builder for chaining.
      • setProxyHeaderBytes

        public SSLHealthCheck.Builder setProxyHeaderBytes​(com.google.protobuf.ByteString value)
         Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
         Check the ProxyHeader enum for the list of possible values.
         
        optional string proxy_header = 160374142;
        Parameters:
        value - The bytes for proxyHeader to set.
        Returns:
        This builder for chaining.
      • hasRequest

        public boolean hasRequest()
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Specified by:
        hasRequest in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the request field is set.
      • getRequest

        public String getRequest()
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Specified by:
        getRequest in interface SSLHealthCheckOrBuilder
        Returns:
        The request.
      • getRequestBytes

        public com.google.protobuf.ByteString getRequestBytes()
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Specified by:
        getRequestBytes in interface SSLHealthCheckOrBuilder
        Returns:
        The bytes for request.
      • setRequest

        public SSLHealthCheck.Builder setRequest​(String value)
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Parameters:
        value - The request to set.
        Returns:
        This builder for chaining.
      • clearRequest

        public SSLHealthCheck.Builder clearRequest()
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Returns:
        This builder for chaining.
      • setRequestBytes

        public SSLHealthCheck.Builder setRequestBytes​(com.google.protobuf.ByteString value)
         Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
         
        optional string request = 21951119;
        Parameters:
        value - The bytes for request to set.
        Returns:
        This builder for chaining.
      • hasResponse

        public boolean hasResponse()
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Specified by:
        hasResponse in interface SSLHealthCheckOrBuilder
        Returns:
        Whether the response field is set.
      • getResponse

        public String getResponse()
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Specified by:
        getResponse in interface SSLHealthCheckOrBuilder
        Returns:
        The response.
      • getResponseBytes

        public com.google.protobuf.ByteString getResponseBytes()
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Specified by:
        getResponseBytes in interface SSLHealthCheckOrBuilder
        Returns:
        The bytes for response.
      • setResponse

        public SSLHealthCheck.Builder setResponse​(String value)
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Parameters:
        value - The response to set.
        Returns:
        This builder for chaining.
      • clearResponse

        public SSLHealthCheck.Builder clearResponse()
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Returns:
        This builder for chaining.
      • setResponseBytes

        public SSLHealthCheck.Builder setResponseBytes​(com.google.protobuf.ByteString value)
         Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
         
        optional string response = 196547649;
        Parameters:
        value - The bytes for response to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SSLHealthCheck.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>
      • mergeUnknownFields

        public final SSLHealthCheck.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SSLHealthCheck.Builder>