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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudFunction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public NetworkEndpointGroupCloudFunction build()
Returns
buildPartial()
public NetworkEndpointGroupCloudFunction buildPartial()
Returns
clear()
public NetworkEndpointGroupCloudFunction.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public NetworkEndpointGroupCloudFunction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkEndpointGroupCloudFunction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUrlMask()
public NetworkEndpointGroupCloudFunction.Builder clearUrlMask()
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
clone()
public NetworkEndpointGroupCloudFunction.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public NetworkEndpointGroupCloudFunction getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
getUrlMask()
public String getUrlMask()
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()
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
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()
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
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(NetworkEndpointGroupCloudFunction other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(NetworkEndpointGroupCloudFunction other)
Parameter
Returns
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudFunction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkEndpointGroupCloudFunction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUrlMask(String value)
public NetworkEndpointGroupCloudFunction.Builder setUrlMask(String value)
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
setUrlMaskBytes(ByteString value)
public NetworkEndpointGroupCloudFunction.Builder setUrlMaskBytes(ByteString value)
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