Class NetworkEndpointGroupCloudRun.Builder (1.52.0)

public static final class NetworkEndpointGroupCloudRun.Builder extends GeneratedMessageV3.Builder<NetworkEndpointGroupCloudRun.Builder> implements NetworkEndpointGroupCloudRunOrBuilder

Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be in the same project and located in the same region as the Serverless NEG.

Protobuf type google.cloud.compute.v1.NetworkEndpointGroupCloudRun

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupCloudRun.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

build()

public NetworkEndpointGroupCloudRun build()
Returns
Type Description
NetworkEndpointGroupCloudRun

buildPartial()

public NetworkEndpointGroupCloudRun buildPartial()
Returns
Type Description
NetworkEndpointGroupCloudRun

clear()

public NetworkEndpointGroupCloudRun.Builder clear()
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public NetworkEndpointGroupCloudRun.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public NetworkEndpointGroupCloudRun.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

clearService()

public NetworkEndpointGroupCloudRun.Builder clearService()

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

clearTag()

public NetworkEndpointGroupCloudRun.Builder clearTag()

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

clearUrlMask()

public NetworkEndpointGroupCloudRun.Builder clearUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

clone()

public NetworkEndpointGroupCloudRun.Builder clone()
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

getDefaultInstanceForType()

public NetworkEndpointGroupCloudRun getDefaultInstanceForType()
Returns
Type Description
NetworkEndpointGroupCloudRun

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getService()

public String getService()

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Returns
Type Description
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Returns
Type Description
ByteString

The bytes for service.

getTag()

public String getTag()

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Returns
Type Description
String

The tag.

getTagBytes()

public ByteString getTagBytes()

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Returns
Type Description
ByteString

The bytes for tag.

getUrlMask()

public String getUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
String

The urlMask.

getUrlMaskBytes()

public ByteString getUrlMaskBytes()

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
ByteString

The bytes for urlMask.

hasService()

public boolean hasService()

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Returns
Type Description
boolean

Whether the service field is set.

hasTag()

public boolean hasTag()

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Returns
Type Description
boolean

Whether the tag field is set.

hasUrlMask()

public boolean hasUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
boolean

Whether the urlMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NetworkEndpointGroupCloudRun other)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(NetworkEndpointGroupCloudRun other)
Parameter
Name Description
other NetworkEndpointGroupCloudRun
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupCloudRun.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupCloudRun.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public NetworkEndpointGroupCloudRun.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

setService(String value)

public NetworkEndpointGroupCloudRun.Builder setService(String value)

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Parameter
Name Description
value String

The service to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setServiceBytes(ByteString value)

public NetworkEndpointGroupCloudRun.Builder setServiceBytes(ByteString value)

Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

optional string service = 373540533;

Parameter
Name Description
value ByteString

The bytes for service to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setTag(String value)

public NetworkEndpointGroupCloudRun.Builder setTag(String value)

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Parameter
Name Description
value String

The tag to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setTagBytes(ByteString value)

public NetworkEndpointGroupCloudRun.Builder setTagBytes(ByteString value)

Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".

optional string tag = 114586;

Parameter
Name Description
value ByteString

The bytes for tag to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupCloudRun.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NetworkEndpointGroupCloudRun.Builder
Overrides

setUrlMask(String value)

public NetworkEndpointGroupCloudRun.Builder setUrlMask(String value)

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value String

The urlMask to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setUrlMaskBytes(ByteString value)

public NetworkEndpointGroupCloudRun.Builder setUrlMaskBytes(ByteString value)

An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value ByteString

The bytes for urlMask to set.

Returns
Type Description
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.