Class CloudRunLocation.Builder (1.83.0)

public static final class CloudRunLocation.Builder extends GeneratedMessage.Builder<CloudRunLocation.Builder> implements CloudRunLocationOrBuilder

Information specifying where to deploy a Cloud Run Service.

Protobuf type google.cloud.deploy.v1.CloudRunLocation

Static Methods

getDescriptor()

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

Methods

build()

public CloudRunLocation build()
Returns
Type Description
CloudRunLocation

buildPartial()

public CloudRunLocation buildPartial()
Returns
Type Description
CloudRunLocation

clear()

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

clearLocation()

public CloudRunLocation.Builder clearLocation()

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CloudRunLocation.Builder

This builder for chaining.

getDefaultInstanceForType()

public CloudRunLocation getDefaultInstanceForType()
Returns
Type Description
CloudRunLocation

getDescriptorForType()

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

getLocation()

public String getLocation()

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for location.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CloudRunLocation other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLocation(String value)

public CloudRunLocation.Builder setLocation(String value)

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The location to set.

Returns
Type Description
CloudRunLocation.Builder

This builder for chaining.

setLocationBytes(ByteString value)

public CloudRunLocation.Builder setLocationBytes(ByteString value)

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for location to set.

Returns
Type Description
CloudRunLocation.Builder

This builder for chaining.