- 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 NetworkEndpointGroupCloudRun.Builder extends GeneratedMessageV3.Builder<NetworkEndpointGroupCloudRun.Builder> implements NetworkEndpointGroupCloudRunOrBuilder
Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be in the same project and located in the same region as the Serverless NEG.
Protobuf type google.cloud.compute.v1.NetworkEndpointGroupCloudRun
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NetworkEndpointGroupCloudRun.BuilderImplements
NetworkEndpointGroupCloudRunOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudRun.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
build()
public NetworkEndpointGroupCloudRun build()
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun |
buildPartial()
public NetworkEndpointGroupCloudRun buildPartial()
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun |
clear()
public NetworkEndpointGroupCloudRun.Builder clear()
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
clearField(Descriptors.FieldDescriptor field)
public NetworkEndpointGroupCloudRun.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkEndpointGroupCloudRun.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
clearService()
public NetworkEndpointGroupCloudRun.Builder clearService()
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
clearTag()
public NetworkEndpointGroupCloudRun.Builder clearTag()
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
clearUrlMask()
public NetworkEndpointGroupCloudRun.Builder clearUrlMask()
An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
optional string url_mask = 103352252;
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
clone()
public NetworkEndpointGroupCloudRun.Builder clone()
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
getDefaultInstanceForType()
public NetworkEndpointGroupCloudRun getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getService()
public String getService()
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Returns | |
---|---|
Type | Description |
String | The service. |
getServiceBytes()
public ByteString getServiceBytes()
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for service. |
getTag()
public String getTag()
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Returns | |
---|---|
Type | Description |
String | The tag. |
getTagBytes()
public ByteString getTagBytes()
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tag. |
getUrlMask()
public String getUrlMask()
An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } 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 <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
optional string url_mask = 103352252;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for urlMask. |
hasService()
public boolean hasService()
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Returns | |
---|---|
Type | Description |
boolean | Whether the service field is set. |
hasTag()
public boolean hasTag()
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Returns | |
---|---|
Type | Description |
boolean | Whether the tag 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 <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
optional string url_mask = 103352252;
Returns | |
---|---|
Type | Description |
boolean | Whether the urlMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(NetworkEndpointGroupCloudRun other)
public NetworkEndpointGroupCloudRun.Builder mergeFrom(NetworkEndpointGroupCloudRun other)
Parameter | |
---|---|
Name | Description |
other | NetworkEndpointGroupCloudRun |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NetworkEndpointGroupCloudRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public NetworkEndpointGroupCloudRun.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudRun.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkEndpointGroupCloudRun.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkEndpointGroupCloudRun.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
setService(String value)
public NetworkEndpointGroupCloudRun.Builder setService(String value)
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Parameter | |
---|---|
Name | Description |
value | String The service to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
setServiceBytes(ByteString value)
public NetworkEndpointGroupCloudRun.Builder setServiceBytes(ByteString value)
Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
optional string service = 373540533;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for service to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
setTag(String value)
public NetworkEndpointGroupCloudRun.Builder setTag(String value)
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Parameter | |
---|---|
Name | Description |
value | String The tag to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
setTagBytes(ByteString value)
public NetworkEndpointGroupCloudRun.Builder setTagBytes(ByteString value)
Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
optional string tag = 114586;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for tag to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkEndpointGroupCloudRun.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder |
setUrlMask(String value)
public NetworkEndpointGroupCloudRun.Builder setUrlMask(String value)
An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
optional string url_mask = 103352252;
Parameter | |
---|---|
Name | Description |
value | String The urlMask to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |
setUrlMaskBytes(ByteString value)
public NetworkEndpointGroupCloudRun.Builder setUrlMaskBytes(ByteString value)
An URL mask is one of the main components of the Cloud Function. A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs foo1.domain.com/bar1 and foo1.domain.com/bar2 can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask <tag>.domain.com/<service>. The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
optional string url_mask = 103352252;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for urlMask to set. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupCloudRun.Builder | This builder for chaining. |