public static final class UpdateServiceRequest.Builder extends GeneratedMessageV3.Builder<UpdateServiceRequest.Builder> implements UpdateServiceRequestOrBuilder
Request message for updating a service.
Protobuf type google.cloud.run.v2.UpdateServiceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateServiceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateServiceRequest build()
buildPartial()
public UpdateServiceRequest buildPartial()
clear()
public UpdateServiceRequest.Builder clear()
Overrides
clearAllowMissing()
public UpdateServiceRequest.Builder clearAllowMissing()
If set to true, and if the Service does not exist, it will create a new
one. The caller must have 'run.services.create' permissions if this is set
to true and the Service does not exist.
bool allow_missing = 4;
clearField(Descriptors.FieldDescriptor field)
public UpdateServiceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateServiceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearService()
public UpdateServiceRequest.Builder clearService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
public UpdateServiceRequest.Builder clearValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
bool validate_only = 3;
clone()
public UpdateServiceRequest.Builder clone()
Overrides
getAllowMissing()
public boolean getAllowMissing()
If set to true, and if the Service does not exist, it will create a new
one. The caller must have 'run.services.create' permissions if this is set
to true and the Service does not exist.
bool allow_missing = 4;
Returns |
---|
Type | Description |
boolean | The allowMissing.
|
getDefaultInstanceForType()
public UpdateServiceRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getService()
public Service getService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Service | The service.
|
getServiceBuilder()
public Service.Builder getServiceBuilder()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
getServiceOrBuilder()
public ServiceOrBuilder getServiceOrBuilder()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
getValidateOnly()
public boolean getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
bool validate_only = 3;
Returns |
---|
Type | Description |
boolean | The validateOnly.
|
hasService()
public boolean hasService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the service field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateServiceRequest other)
public UpdateServiceRequest.Builder mergeFrom(UpdateServiceRequest other)
public UpdateServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateServiceRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeService(Service value)
public UpdateServiceRequest.Builder mergeService(Service value)
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | Service
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateServiceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAllowMissing(boolean value)
public UpdateServiceRequest.Builder setAllowMissing(boolean value)
If set to true, and if the Service does not exist, it will create a new
one. The caller must have 'run.services.create' permissions if this is set
to true and the Service does not exist.
bool allow_missing = 4;
Parameter |
---|
Name | Description |
value | boolean
The allowMissing to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateServiceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateServiceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setService(Service value)
public UpdateServiceRequest.Builder setService(Service value)
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | Service
|
setService(Service.Builder builderForValue)
public UpdateServiceRequest.Builder setService(Service.Builder builderForValue)
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateServiceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValidateOnly(boolean value)
public UpdateServiceRequest.Builder setValidateOnly(boolean value)
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
bool validate_only = 3;
Parameter |
---|
Name | Description |
value | boolean
The validateOnly to set.
|