public interface UpdatePipelineRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()
Optional. If set to true, and the Pipeline is not found, a new Pipeline
will be created. In this situation, update_mask
is ignored.
bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The allowMissing. |
getPipeline()
public abstract Pipeline getPipeline()
Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Pipeline |
The pipeline. |
getPipelineOrBuilder()
public abstract PipelineOrBuilder getPipelineOrBuilder()
Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PipelineOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
getValidateOnly()
public abstract boolean getValidateOnly()
Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasPipeline()
public abstract boolean hasPipeline()
Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pipeline field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |