- 1.62.0 (latest)
- 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 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NetworkEndpointGroupAppEngine.BuilderImplements
NetworkEndpointGroupAppEngineOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupAppEngine.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
build()
public NetworkEndpointGroupAppEngine build()
Type | Description |
NetworkEndpointGroupAppEngine |
buildPartial()
public NetworkEndpointGroupAppEngine buildPartial()
Type | Description |
NetworkEndpointGroupAppEngine |
clear()
public NetworkEndpointGroupAppEngine.Builder clear()
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
clearField(Descriptors.FieldDescriptor field)
public NetworkEndpointGroupAppEngine.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkEndpointGroupAppEngine.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
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;
Type | Description |
NetworkEndpointGroupAppEngine.Builder | This builder for chaining. |
clearUrlMask()
public NetworkEndpointGroupAppEngine.Builder clearUrlMask()
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
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;
Type | Description |
NetworkEndpointGroupAppEngine.Builder | This builder for chaining. |
clone()
public NetworkEndpointGroupAppEngine.Builder clone()
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
getDefaultInstanceForType()
public NetworkEndpointGroupAppEngine getDefaultInstanceForType()
Type | Description |
NetworkEndpointGroupAppEngine |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
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;
Type | Description |
ByteString | The bytes for service. |
getUrlMask()
public String getUrlMask()
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
Type | Description |
String | The urlMask. |
getUrlMaskBytes()
public ByteString getUrlMaskBytes()
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
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;
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;
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;
Type | Description |
boolean | Whether the service field is set. |
hasUrlMask()
public boolean hasUrlMask()
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
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;
Type | Description |
boolean | Whether the version field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(NetworkEndpointGroupAppEngine other)
public NetworkEndpointGroupAppEngine.Builder mergeFrom(NetworkEndpointGroupAppEngine other)
Name | Description |
other | NetworkEndpointGroupAppEngine |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NetworkEndpointGroupAppEngine.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public NetworkEndpointGroupAppEngine.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupAppEngine.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupAppEngine.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkEndpointGroupAppEngine.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
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;
Name | Description |
value | String The service to set. |
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;
Name | Description |
value | ByteString The bytes for service to set. |
Type | Description |
NetworkEndpointGroupAppEngine.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupAppEngine.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NetworkEndpointGroupAppEngine.Builder |
setUrlMask(String value)
public NetworkEndpointGroupAppEngine.Builder setUrlMask(String value)
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
Name | Description |
value | String The urlMask to set. |
Type | Description |
NetworkEndpointGroupAppEngine.Builder | This builder for chaining. |
setUrlMaskBytes(ByteString value)
public NetworkEndpointGroupAppEngine.Builder setUrlMaskBytes(ByteString value)
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 "-dot-appname.appspot.com/". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
optional string url_mask = 103352252;
Name | Description |
value | ByteString The bytes for urlMask to set. |
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;
Name | Description |
value | String The version to set. |
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;
Name | Description |
value | ByteString The bytes for version to set. |
Type | Description |
NetworkEndpointGroupAppEngine.Builder | This builder for chaining. |