public interface UpdateServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissing()
If set to true, and if the Service does not exist, it will create a new
one.
|
Service |
getService()
Required.
|
ServiceOrBuilder |
getServiceOrBuilder()
Required.
|
boolean |
getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or updating any resources.
|
boolean |
hasService()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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()
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;Copyright © 2024 Google LLC. All rights reserved.