Class NetworkEndpointGroupAppEngine.Builder (1.53.0)

public static final class NetworkEndpointGroupAppEngine.Builder extends GeneratedMessageV3.Builder<NetworkEndpointGroupAppEngine.Builder> implements NetworkEndpointGroupAppEngineOrBuilder

Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present. Note: App Engine service must be in the same project and located in the same region as the Serverless NEG.

Protobuf type google.cloud.compute.v1.NetworkEndpointGroupAppEngine

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public NetworkEndpointGroupAppEngine build()
Returns
Type Description
NetworkEndpointGroupAppEngine

buildPartial()

public NetworkEndpointGroupAppEngine buildPartial()
Returns
Type Description
NetworkEndpointGroupAppEngine

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearService()

public NetworkEndpointGroupAppEngine.Builder clearService()

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

clearUrlMask()

public NetworkEndpointGroupAppEngine.Builder clearUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

clearVersion()

public NetworkEndpointGroupAppEngine.Builder clearVersion()

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public NetworkEndpointGroupAppEngine getDefaultInstanceForType()
Returns
Type Description
NetworkEndpointGroupAppEngine

getDescriptorForType()

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

getService()

public String getService()

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Returns
Type Description
String

The service.

getServiceBytes()

public ByteString getServiceBytes()

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Returns
Type Description
ByteString

The bytes for service.

getUrlMask()

public String getUrlMask()

An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } 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 service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
ByteString

The bytes for urlMask.

getVersion()

public String getVersion()

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Returns
Type Description
ByteString

The bytes for version.

hasService()

public boolean hasService()

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Returns
Type Description
boolean

Whether the service 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 version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.

optional string url_mask = 103352252;

Returns
Type Description
boolean

Whether the urlMask field is set.

hasVersion()

public boolean hasVersion()

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Returns
Type Description
boolean

Whether the version field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NetworkEndpointGroupAppEngine other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setService(String value)

public NetworkEndpointGroupAppEngine.Builder setService(String value)

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Parameter
Name Description
value String

The service to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setServiceBytes(ByteString value)

public NetworkEndpointGroupAppEngine.Builder setServiceBytes(ByteString value)

Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.

optional string service = 373540533;

Parameter
Name Description
value ByteString

The bytes for service to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setUrlMask(String value)

public NetworkEndpointGroupAppEngine.Builder setUrlMask(String value)

An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value String

The urlMask to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setUrlMaskBytes(ByteString value)

public NetworkEndpointGroupAppEngine.Builder setUrlMaskBytes(ByteString value)

An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.

optional string url_mask = 103352252;

Parameter
Name Description
value ByteString

The bytes for urlMask to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setVersion(String value)

public NetworkEndpointGroupAppEngine.Builder setVersion(String value)

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Parameter
Name Description
value String

The version to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setVersionBytes(ByteString value)

public NetworkEndpointGroupAppEngine.Builder setVersionBytes(ByteString value)

Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.

optional string version = 351608024;

Parameter
Name Description
value ByteString

The bytes for version to set.

Returns
Type Description
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.