Class NetworkEndpointGroupAppEngine.Builder (1.49.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupAppEngine.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

build()

public NetworkEndpointGroupAppEngine build()
Returns
TypeDescription
NetworkEndpointGroupAppEngine

buildPartial()

public NetworkEndpointGroupAppEngine buildPartial()
Returns
TypeDescription
NetworkEndpointGroupAppEngine

clear()

public NetworkEndpointGroupAppEngine.Builder clear()
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public NetworkEndpointGroupAppEngine.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public NetworkEndpointGroupAppEngine.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

clone()

public NetworkEndpointGroupAppEngine.Builder clone()
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

getDefaultInstanceForType()

public NetworkEndpointGroupAppEngine getDefaultInstanceForType()
Returns
TypeDescription
NetworkEndpointGroupAppEngine

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the version field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(NetworkEndpointGroupAppEngine other)

public NetworkEndpointGroupAppEngine.Builder mergeFrom(NetworkEndpointGroupAppEngine other)
Parameter
NameDescription
otherNetworkEndpointGroupAppEngine
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NetworkEndpointGroupAppEngine.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public NetworkEndpointGroupAppEngine.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupAppEngine.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public NetworkEndpointGroupAppEngine.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder
Overrides

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

public NetworkEndpointGroupAppEngine.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The service to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final NetworkEndpointGroupAppEngine.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The urlMask to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for urlMask to set.

Returns
TypeDescription
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
NameDescription
valueString

The version to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for version to set.

Returns
TypeDescription
NetworkEndpointGroupAppEngine.Builder

This builder for chaining.