Class NetworkEndpointGroupCloudRun.Builder (1.51.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupCloudRun.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

build()

public NetworkEndpointGroupCloudRun build()
Returns
TypeDescription
NetworkEndpointGroupCloudRun

buildPartial()

public NetworkEndpointGroupCloudRun buildPartial()
Returns
TypeDescription
NetworkEndpointGroupCloudRun

clear()

public NetworkEndpointGroupCloudRun.Builder clear()
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public NetworkEndpointGroupCloudRun.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public NetworkEndpointGroupCloudRun.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

clone()

public NetworkEndpointGroupCloudRun.Builder clone()
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

getDefaultInstanceForType()

public NetworkEndpointGroupCloudRun getDefaultInstanceForType()
Returns
TypeDescription
NetworkEndpointGroupCloudRun

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the urlMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(NetworkEndpointGroupCloudRun other)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(NetworkEndpointGroupCloudRun other)
Parameter
NameDescription
otherNetworkEndpointGroupCloudRun
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public NetworkEndpointGroupCloudRun.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupCloudRun.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupCloudRun.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder
Overrides

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

public NetworkEndpointGroupCloudRun.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The service to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
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
NameDescription
valueString

The tag to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for tag to set.

Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupCloudRun.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The urlMask to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for urlMask to set.

Returns
TypeDescription
NetworkEndpointGroupCloudRun.Builder

This builder for chaining.