- 1.91.0 (latest)
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class NetworkEndpointGroupCloudFunction.Builder extends GeneratedMessageV3.Builder<NetworkEndpointGroupCloudFunction.Builder> implements NetworkEndpointGroupCloudFunctionOrBuilderConfiguration 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NetworkEndpointGroupCloudFunction.BuilderImplements
NetworkEndpointGroupCloudFunctionOrBuilderStatic 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 |
|
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 |
|
clearField(Descriptors.FieldDescriptor field)
public NetworkEndpointGroupCloudFunction.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction.Builder |
|
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 |
|
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 andmydomain.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 |
|
getDefaultInstanceForType()
public NetworkEndpointGroupCloudFunction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 andmydomain.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 andmydomain.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 andmydomain.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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction.Builder |
|
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 |
|
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 |
StringThe 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 |
ByteStringThe 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 |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction.Builder |
|
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 andmydomain.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 |
StringThe 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 andmydomain.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 |
ByteStringThe bytes for urlMask to set. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroupCloudFunction.Builder |
This builder for chaining. |