public static final class CloudRunLocation.Builder extends GeneratedMessageV3.Builder<CloudRunLocation.Builder> implements CloudRunLocationOrBuilder
Information specifying where to deploy a Cloud Run Service.
Protobuf type google.events.cloud.deploy.v1.CloudRunLocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudRunLocation.BuilderImplements
CloudRunLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudRunLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public CloudRunLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
clearLocation()
public CloudRunLocation.Builder clearLocation()
Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
string location = 1;
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudRunLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
clone()
public CloudRunLocation.Builder clone()
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
getDefaultInstanceForType()
public CloudRunLocation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CloudRunLocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLocation()
public String getLocation()
Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
string location = 1;
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CloudRunLocation.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudRunLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CloudRunLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
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;
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for location to set. |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudRunLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudRunLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CloudRunLocation.Builder |