public interface UpdateServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
Optional.
|
Service |
getService()
Required.
|
ServiceOrBuilder |
getServiceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
|
boolean |
hasService()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdateMask()
Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
Service getService()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
ServiceOrBuilder getServiceOrBuilder()
Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
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;boolean getAllowMissing()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.