Class NetworkEndpointGroup.Builder

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

    public static final class NetworkEndpointGroup.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroup.Builder>
    implements NetworkEndpointGroupOrBuilder
     Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs, see Setting up external HTTP(S) Load Balancing with internet NEGs, Setting up zonal NEGs, or Setting up external HTTP(S) Load Balancing with serverless NEGs.
     
    Protobuf type google.cloud.compute.v1.NetworkEndpointGroup
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroup.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroup.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkEndpointGroup.Builder>
      • clear

        public NetworkEndpointGroup.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<NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • getDefaultInstanceForType

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

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

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

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • setField

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • clearField

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • clearOneof

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • setRepeatedField

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • addRepeatedField

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • isInitialized

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

        public NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
        Throws:
        IOException
      • removeAnnotations

        public NetworkEndpointGroup.Builder removeAnnotations​(String key)
         Metadata defined as annotations on the network endpoint group.
         
        map<string, string> annotations = 112032548;
      • getMutableAnnotations

        @Deprecated
        public Map<String,​String> getMutableAnnotations()
        Deprecated.
        Use alternate mutation accessors instead.
      • putAnnotations

        public NetworkEndpointGroup.Builder putAnnotations​(String key,
                                                           String value)
         Metadata defined as annotations on the network endpoint group.
         
        map<string, string> annotations = 112032548;
      • putAllAnnotations

        public NetworkEndpointGroup.Builder putAllAnnotations​(Map<String,​String> values)
         Metadata defined as annotations on the network endpoint group.
         
        map<string, string> annotations = 112032548;
      • hasAppEngine

        public boolean hasAppEngine()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
        Specified by:
        hasAppEngine in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the appEngine field is set.
      • getAppEngine

        public NetworkEndpointGroupAppEngine getAppEngine()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
        Specified by:
        getAppEngine in interface NetworkEndpointGroupOrBuilder
        Returns:
        The appEngine.
      • setAppEngine

        public NetworkEndpointGroup.Builder setAppEngine​(NetworkEndpointGroupAppEngine value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
      • setAppEngine

        public NetworkEndpointGroup.Builder setAppEngine​(NetworkEndpointGroupAppEngine.Builder builderForValue)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
      • mergeAppEngine

        public NetworkEndpointGroup.Builder mergeAppEngine​(NetworkEndpointGroupAppEngine value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
      • clearAppEngine

        public NetworkEndpointGroup.Builder clearAppEngine()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
      • getAppEngineBuilder

        public NetworkEndpointGroupAppEngine.Builder getAppEngineBuilder()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupAppEngine app_engine = 340788768;
      • hasCloudFunction

        public boolean hasCloudFunction()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
        Specified by:
        hasCloudFunction in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the cloudFunction field is set.
      • getCloudFunction

        public NetworkEndpointGroupCloudFunction getCloudFunction()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
        Specified by:
        getCloudFunction in interface NetworkEndpointGroupOrBuilder
        Returns:
        The cloudFunction.
      • setCloudFunction

        public NetworkEndpointGroup.Builder setCloudFunction​(NetworkEndpointGroupCloudFunction value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
      • setCloudFunction

        public NetworkEndpointGroup.Builder setCloudFunction​(NetworkEndpointGroupCloudFunction.Builder builderForValue)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
      • mergeCloudFunction

        public NetworkEndpointGroup.Builder mergeCloudFunction​(NetworkEndpointGroupCloudFunction value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
      • clearCloudFunction

        public NetworkEndpointGroup.Builder clearCloudFunction()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
      • getCloudFunctionBuilder

        public NetworkEndpointGroupCloudFunction.Builder getCloudFunctionBuilder()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudFunction cloud_function = 519893666;
      • hasCloudRun

        public boolean hasCloudRun()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
        Specified by:
        hasCloudRun in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the cloudRun field is set.
      • getCloudRun

        public NetworkEndpointGroupCloudRun getCloudRun()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
        Specified by:
        getCloudRun in interface NetworkEndpointGroupOrBuilder
        Returns:
        The cloudRun.
      • setCloudRun

        public NetworkEndpointGroup.Builder setCloudRun​(NetworkEndpointGroupCloudRun value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
      • setCloudRun

        public NetworkEndpointGroup.Builder setCloudRun​(NetworkEndpointGroupCloudRun.Builder builderForValue)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
      • mergeCloudRun

        public NetworkEndpointGroup.Builder mergeCloudRun​(NetworkEndpointGroupCloudRun value)
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
      • clearCloudRun

        public NetworkEndpointGroup.Builder clearCloudRun()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
      • getCloudRunBuilder

        public NetworkEndpointGroupCloudRun.Builder getCloudRunBuilder()
         Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
         
        optional .google.cloud.compute.v1.NetworkEndpointGroupCloudRun cloud_run = 111060353;
      • hasCreationTimestamp

        public boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        hasCreationTimestamp in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the creationTimestamp field is set.
      • getCreationTimestamp

        public String getCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestamp in interface NetworkEndpointGroupOrBuilder
        Returns:
        The creationTimestamp.
      • getCreationTimestampBytes

        public com.google.protobuf.ByteString getCreationTimestampBytes()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestampBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

        public NetworkEndpointGroup.Builder setCreationTimestamp​(String value)
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Parameters:
        value - The creationTimestamp to set.
        Returns:
        This builder for chaining.
      • clearCreationTimestamp

        public NetworkEndpointGroup.Builder clearCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        This builder for chaining.
      • setCreationTimestampBytes

        public NetworkEndpointGroup.Builder setCreationTimestampBytes​(com.google.protobuf.ByteString value)
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Parameters:
        value - The bytes for creationTimestamp to set.
        Returns:
        This builder for chaining.
      • hasDefaultPort

        public boolean hasDefaultPort()
         The default port used if the port number is not specified in the network endpoint.
         
        optional int32 default_port = 423377855;
        Specified by:
        hasDefaultPort in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the defaultPort field is set.
      • getDefaultPort

        public int getDefaultPort()
         The default port used if the port number is not specified in the network endpoint.
         
        optional int32 default_port = 423377855;
        Specified by:
        getDefaultPort in interface NetworkEndpointGroupOrBuilder
        Returns:
        The defaultPort.
      • setDefaultPort

        public NetworkEndpointGroup.Builder setDefaultPort​(int value)
         The default port used if the port number is not specified in the network endpoint.
         
        optional int32 default_port = 423377855;
        Parameters:
        value - The defaultPort to set.
        Returns:
        This builder for chaining.
      • clearDefaultPort

        public NetworkEndpointGroup.Builder clearDefaultPort()
         The default port used if the port number is not specified in the network endpoint.
         
        optional int32 default_port = 423377855;
        Returns:
        This builder for chaining.
      • hasDescription

        public boolean hasDescription()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface NetworkEndpointGroupOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public NetworkEndpointGroup.Builder setDescription​(String value)
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public NetworkEndpointGroup.Builder clearDescription()
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public NetworkEndpointGroup.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         An optional description of this resource. Provide this property when you create the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasId

        public boolean hasId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        hasId in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public long getId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        getId in interface NetworkEndpointGroupOrBuilder
        Returns:
        The id.
      • setId

        public NetworkEndpointGroup.Builder setId​(long value)
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public NetworkEndpointGroup.Builder clearId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Returns:
        This builder for chaining.
      • hasKind

        public boolean hasKind()
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface NetworkEndpointGroupOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for kind.
      • setKind

        public NetworkEndpointGroup.Builder setKind​(String value)
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Parameters:
        value - The kind to set.
        Returns:
        This builder for chaining.
      • clearKind

        public NetworkEndpointGroup.Builder clearKind()
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Returns:
        This builder for chaining.
      • setKindBytes

        public NetworkEndpointGroup.Builder setKindBytes​(com.google.protobuf.ByteString value)
         [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
         
        optional string kind = 3292052;
        Parameters:
        value - The bytes for kind to set.
        Returns:
        This builder for chaining.
      • hasName

        public boolean hasName()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getName in interface NetworkEndpointGroupOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for name.
      • setName

        public NetworkEndpointGroup.Builder setName​(String value)
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public NetworkEndpointGroup.Builder clearName()
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public NetworkEndpointGroup.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasNetwork

        public boolean hasNetwork()
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Specified by:
        hasNetwork in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the network field is set.
      • getNetwork

        public String getNetwork()
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Specified by:
        getNetwork in interface NetworkEndpointGroupOrBuilder
        Returns:
        The network.
      • getNetworkBytes

        public com.google.protobuf.ByteString getNetworkBytes()
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Specified by:
        getNetworkBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for network.
      • setNetwork

        public NetworkEndpointGroup.Builder setNetwork​(String value)
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Parameters:
        value - The network to set.
        Returns:
        This builder for chaining.
      • clearNetwork

        public NetworkEndpointGroup.Builder clearNetwork()
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Returns:
        This builder for chaining.
      • setNetworkBytes

        public NetworkEndpointGroup.Builder setNetworkBytes​(com.google.protobuf.ByteString value)
         The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
         
        optional string network = 232872494;
        Parameters:
        value - The bytes for network to set.
        Returns:
        This builder for chaining.
      • hasNetworkEndpointType

        public boolean hasNetworkEndpointType()
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Specified by:
        hasNetworkEndpointType in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the networkEndpointType field is set.
      • getNetworkEndpointType

        public String getNetworkEndpointType()
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Specified by:
        getNetworkEndpointType in interface NetworkEndpointGroupOrBuilder
        Returns:
        The networkEndpointType.
      • getNetworkEndpointTypeBytes

        public com.google.protobuf.ByteString getNetworkEndpointTypeBytes()
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Specified by:
        getNetworkEndpointTypeBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for networkEndpointType.
      • setNetworkEndpointType

        public NetworkEndpointGroup.Builder setNetworkEndpointType​(String value)
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Parameters:
        value - The networkEndpointType to set.
        Returns:
        This builder for chaining.
      • clearNetworkEndpointType

        public NetworkEndpointGroup.Builder clearNetworkEndpointType()
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Returns:
        This builder for chaining.
      • setNetworkEndpointTypeBytes

        public NetworkEndpointGroup.Builder setNetworkEndpointTypeBytes​(com.google.protobuf.ByteString value)
         Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
         Check the NetworkEndpointType enum for the list of possible values.
         
        optional string network_endpoint_type = 118301523;
        Parameters:
        value - The bytes for networkEndpointType to set.
        Returns:
        This builder for chaining.
      • hasPscData

        public boolean hasPscData()
        optional .google.cloud.compute.v1.NetworkEndpointGroupPscData psc_data = 71937481;
        Specified by:
        hasPscData in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the pscData field is set.
      • clearPscData

        public NetworkEndpointGroup.Builder clearPscData()
        optional .google.cloud.compute.v1.NetworkEndpointGroupPscData psc_data = 71937481;
      • hasPscTargetService

        public boolean hasPscTargetService()
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Specified by:
        hasPscTargetService in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the pscTargetService field is set.
      • getPscTargetService

        public String getPscTargetService()
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Specified by:
        getPscTargetService in interface NetworkEndpointGroupOrBuilder
        Returns:
        The pscTargetService.
      • getPscTargetServiceBytes

        public com.google.protobuf.ByteString getPscTargetServiceBytes()
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Specified by:
        getPscTargetServiceBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for pscTargetService.
      • setPscTargetService

        public NetworkEndpointGroup.Builder setPscTargetService​(String value)
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Parameters:
        value - The pscTargetService to set.
        Returns:
        This builder for chaining.
      • clearPscTargetService

        public NetworkEndpointGroup.Builder clearPscTargetService()
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Returns:
        This builder for chaining.
      • setPscTargetServiceBytes

        public NetworkEndpointGroup.Builder setPscTargetServiceBytes​(com.google.protobuf.ByteString value)
         The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
         
        optional string psc_target_service = 269132134;
        Parameters:
        value - The bytes for pscTargetService to set.
        Returns:
        This builder for chaining.
      • hasRegion

        public boolean hasRegion()
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Specified by:
        hasRegion in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the region field is set.
      • getRegion

        public String getRegion()
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Specified by:
        getRegion in interface NetworkEndpointGroupOrBuilder
        Returns:
        The region.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Specified by:
        getRegionBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for region.
      • setRegion

        public NetworkEndpointGroup.Builder setRegion​(String value)
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Parameters:
        value - The region to set.
        Returns:
        This builder for chaining.
      • clearRegion

        public NetworkEndpointGroup.Builder clearRegion()
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Returns:
        This builder for chaining.
      • setRegionBytes

        public NetworkEndpointGroup.Builder setRegionBytes​(com.google.protobuf.ByteString value)
         [Output Only] The URL of the region where the network endpoint group is located.
         
        optional string region = 138946292;
        Parameters:
        value - The bytes for region to set.
        Returns:
        This builder for chaining.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public NetworkEndpointGroup.Builder setSelfLink​(String value)
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The selfLink to set.
        Returns:
        This builder for chaining.
      • clearSelfLink

        public NetworkEndpointGroup.Builder clearSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public NetworkEndpointGroup.Builder setSelfLinkBytes​(com.google.protobuf.ByteString value)
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The bytes for selfLink to set.
        Returns:
        This builder for chaining.
      • hasSize

        public boolean hasSize()
         [Output only] Number of network endpoints in the network endpoint group.
         
        optional int32 size = 3530753;
        Specified by:
        hasSize in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the size field is set.
      • getSize

        public int getSize()
         [Output only] Number of network endpoints in the network endpoint group.
         
        optional int32 size = 3530753;
        Specified by:
        getSize in interface NetworkEndpointGroupOrBuilder
        Returns:
        The size.
      • setSize

        public NetworkEndpointGroup.Builder setSize​(int value)
         [Output only] Number of network endpoints in the network endpoint group.
         
        optional int32 size = 3530753;
        Parameters:
        value - The size to set.
        Returns:
        This builder for chaining.
      • clearSize

        public NetworkEndpointGroup.Builder clearSize()
         [Output only] Number of network endpoints in the network endpoint group.
         
        optional int32 size = 3530753;
        Returns:
        This builder for chaining.
      • hasSubnetwork

        public boolean hasSubnetwork()
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Specified by:
        hasSubnetwork in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the subnetwork field is set.
      • getSubnetwork

        public String getSubnetwork()
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Specified by:
        getSubnetwork in interface NetworkEndpointGroupOrBuilder
        Returns:
        The subnetwork.
      • getSubnetworkBytes

        public com.google.protobuf.ByteString getSubnetworkBytes()
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Specified by:
        getSubnetworkBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for subnetwork.
      • setSubnetwork

        public NetworkEndpointGroup.Builder setSubnetwork​(String value)
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Parameters:
        value - The subnetwork to set.
        Returns:
        This builder for chaining.
      • clearSubnetwork

        public NetworkEndpointGroup.Builder clearSubnetwork()
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Returns:
        This builder for chaining.
      • setSubnetworkBytes

        public NetworkEndpointGroup.Builder setSubnetworkBytes​(com.google.protobuf.ByteString value)
         Optional URL of the subnetwork to which all network endpoints in the NEG belong.
         
        optional string subnetwork = 307827694;
        Parameters:
        value - The bytes for subnetwork to set.
        Returns:
        This builder for chaining.
      • hasZone

        public boolean hasZone()
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Specified by:
        hasZone in interface NetworkEndpointGroupOrBuilder
        Returns:
        Whether the zone field is set.
      • getZone

        public String getZone()
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Specified by:
        getZone in interface NetworkEndpointGroupOrBuilder
        Returns:
        The zone.
      • getZoneBytes

        public com.google.protobuf.ByteString getZoneBytes()
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Specified by:
        getZoneBytes in interface NetworkEndpointGroupOrBuilder
        Returns:
        The bytes for zone.
      • setZone

        public NetworkEndpointGroup.Builder setZone​(String value)
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • clearZone

        public NetworkEndpointGroup.Builder clearZone()
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Returns:
        This builder for chaining.
      • setZoneBytes

        public NetworkEndpointGroup.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         [Output Only] The URL of the zone where the network endpoint group is located.
         
        optional string zone = 3744684;
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>
      • mergeUnknownFields

        public final NetworkEndpointGroup.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<NetworkEndpointGroup.Builder>