Class NetworkEndpointGroupCloudFunction.Builder (1.52.0)

public static final class NetworkEndpointGroupCloudFunction.Builder extends GeneratedMessageV3.Builder<NetworkEndpointGroupCloudFunction.Builder> implements NetworkEndpointGroupCloudFunctionOrBuilder

Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in the URL mask. Note: Cloud Function must be in the same project and located in the same region as the Serverless NEG.

Protobuf type google.cloud.compute.v1.NetworkEndpointGroupCloudFunction

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public NetworkEndpointGroupCloudFunction build()
Returns
Type Description
NetworkEndpointGroupCloudFunction

buildPartial()

public NetworkEndpointGroupCloudFunction buildPartial()
Returns
Type Description
NetworkEndpointGroupCloudFunction

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFunction()

public NetworkEndpointGroupCloudFunction.Builder clearFunction()

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUrlMask()

public NetworkEndpointGroupCloudFunction.Builder clearUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public NetworkEndpointGroupCloudFunction getDefaultInstanceForType()
Returns
Type Description
NetworkEndpointGroupCloudFunction

getDescriptorForType()

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

getFunction()

public String getFunction()

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Returns
Type Description
String

The function.

getFunctionBytes()

public ByteString getFunctionBytes()

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Returns
Type Description
ByteString

The bytes for function.

getUrlMask()

public String getUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } 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 function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
ByteString

The bytes for urlMask.

hasFunction()

public boolean hasFunction()

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Returns
Type Description
boolean

Whether the function field is set.

hasUrlMask()

public boolean hasUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } 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(NetworkEndpointGroupCloudFunction other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFunction(String value)

public NetworkEndpointGroupCloudFunction.Builder setFunction(String value)

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Parameter
Name Description
value String

The function to set.

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.

setFunctionBytes(ByteString value)

public NetworkEndpointGroupCloudFunction.Builder setFunctionBytes(ByteString value)

A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: func1.

optional string function = 307196888;

Parameter
Name Description
value ByteString

The bytes for function to set.

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUrlMask(String value)

public NetworkEndpointGroupCloudFunction.Builder setUrlMask(String value)

An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value String

The urlMask to set.

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.

setUrlMaskBytes(ByteString value)

public NetworkEndpointGroupCloudFunction.Builder setUrlMaskBytes(ByteString value)

An URL mask is one of the main components of the Cloud Function. A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs mydomain.com/function1 and mydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value ByteString

The bytes for urlMask to set.

Returns
Type Description
NetworkEndpointGroupCloudFunction.Builder

This builder for chaining.