- 1.84.0 (latest)
- 1.83.0
- 1.81.0
- 1.79.0
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.71.0
- 1.69.0
- 1.68.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.61.0
- 1.60.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.50.0
- 1.49.0
- 1.48.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.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.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.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public static final class Endpoint.CloudRunRevisionEndpoint.Builder extends GeneratedMessage.Builder<Endpoint.CloudRunRevisionEndpoint.Builder> implements Endpoint.CloudRunRevisionEndpointOrBuilderWrapper for Cloud Run revision attributes.
Protobuf type
google.cloud.networkmanagement.v1beta1.Endpoint.CloudRunRevisionEndpoint
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Endpoint.CloudRunRevisionEndpoint.BuilderImplements
Endpoint.CloudRunRevisionEndpointOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Endpoint.CloudRunRevisionEndpoint build()| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint |
|
buildPartial()
public Endpoint.CloudRunRevisionEndpoint buildPartial()| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint |
|
clear()
public Endpoint.CloudRunRevisionEndpoint.Builder clear()| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
|
clearServiceUri()
public Endpoint.CloudRunRevisionEndpoint.Builder clearServiceUri()Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |
clearUri()
public Endpoint.CloudRunRevisionEndpoint.Builder clearUri()A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Endpoint.CloudRunRevisionEndpoint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getServiceUri()
public String getServiceUri()Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceUri. |
getServiceUriBytes()
public ByteString getServiceUriBytes()Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceUri. |
getUri()
public String getUri()A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public ByteString getUriBytes()A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Endpoint.CloudRunRevisionEndpoint other)
public Endpoint.CloudRunRevisionEndpoint.Builder mergeFrom(Endpoint.CloudRunRevisionEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
Endpoint.CloudRunRevisionEndpoint |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Endpoint.CloudRunRevisionEndpoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Endpoint.CloudRunRevisionEndpoint.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
|
setServiceUri(String value)
public Endpoint.CloudRunRevisionEndpoint.Builder setServiceUri(String value)Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe serviceUri to set. |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |
setServiceUriBytes(ByteString value)
public Endpoint.CloudRunRevisionEndpoint.Builder setServiceUriBytes(ByteString value)Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for serviceUri to set. |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |
setUri(String value)
public Endpoint.CloudRunRevisionEndpoint.Builder setUri(String value)A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uri to set. |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |
setUriBytes(ByteString value)
public Endpoint.CloudRunRevisionEndpoint.Builder setUriBytes(ByteString value)A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for uri to set. |
| Returns | |
|---|---|
| Type | Description |
Endpoint.CloudRunRevisionEndpoint.Builder |
This builder for chaining. |