public interface UpdateServiceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()If set to true, and if the Service does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.
bool allow_missing = 4;
| Type | Description |
| boolean | The allowMissing. |
getService()
public abstract Service getService()Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Service | The service. |
getServiceOrBuilder()
public abstract ServiceOrBuilder getServiceOrBuilder()Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ServiceOrBuilder |
getValidateOnly()
public abstract 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;
| Type | Description |
| boolean | The validateOnly. |
hasService()
public abstract boolean hasService()Required. The Service to be updated.
.google.cloud.run.v2.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the service field is set. |