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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudFunction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public NetworkEndpointGroupCloudFunction build()
buildPartial()
public NetworkEndpointGroupCloudFunction buildPartial()
clear()
public NetworkEndpointGroupCloudFunction.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public NetworkEndpointGroupCloudFunction.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkEndpointGroupCloudFunction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public NetworkEndpointGroupCloudFunction.Builder clone()
Overrides
getDefaultInstanceForType()
public NetworkEndpointGroupCloudFunction getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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()
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 |
---|
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()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(NetworkEndpointGroupCloudFunction other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(NetworkEndpointGroupCloudFunction other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public NetworkEndpointGroupCloudFunction.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudFunction.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkEndpointGroupCloudFunction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudFunction.Builder setUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|