- 1.83.0 (latest)
- 1.82.0
- 1.81.0
- 1.80.0
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.2.4
public static final class UpdatePipelineRequest.Builder extends GeneratedMessage.Builder<UpdatePipelineRequest.Builder> implements UpdatePipelineRequestOrBuilderThe request message for the UpdatePipeline method.
Protobuf type google.cloud.eventarc.v1.UpdatePipelineRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePipelineRequest.BuilderImplements
UpdatePipelineRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePipelineRequest build()| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest |
|
buildPartial()
public UpdatePipelineRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest |
|
clear()
public UpdatePipelineRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
clearAllowMissing()
public UpdatePipelineRequest.Builder clearAllowMissing() 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 |
UpdatePipelineRequest.Builder |
This builder for chaining. |
clearPipeline()
public UpdatePipelineRequest.Builder clearPipeline()Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
clearUpdateMask()
public UpdatePipelineRequest.Builder clearUpdateMask()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 |
UpdatePipelineRequest.Builder |
|
clearValidateOnly()
public UpdatePipelineRequest.Builder clearValidateOnly()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 |
UpdatePipelineRequest.Builder |
This builder for chaining. |
getAllowMissing()
public 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. |
getDefaultInstanceForType()
public UpdatePipelineRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPipeline()
public 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. |
getPipelineBuilder()
public Pipeline.Builder getPipelineBuilder()Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Pipeline.Builder |
|
getPipelineOrBuilder()
public 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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdatePipelineRequest other)
public UpdatePipelineRequest.Builder mergeFrom(UpdatePipelineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePipelineRequest |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePipelineRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePipelineRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
mergePipeline(Pipeline value)
public UpdatePipelineRequest.Builder mergePipeline(Pipeline value)Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Pipeline |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdatePipelineRequest.Builder mergeUpdateMask(FieldMask value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
setAllowMissing(boolean value)
public UpdatePipelineRequest.Builder setAllowMissing(boolean value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe allowMissing to set. |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
This builder for chaining. |
setPipeline(Pipeline value)
public UpdatePipelineRequest.Builder setPipeline(Pipeline value)Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Pipeline |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
setPipeline(Pipeline.Builder builderForValue)
public UpdatePipelineRequest.Builder setPipeline(Pipeline.Builder builderForValue)Required. The Pipeline to be updated.
.google.cloud.eventarc.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Pipeline.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdatePipelineRequest.Builder setUpdateMask(FieldMask value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePipelineRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
|
setValidateOnly(boolean value)
public UpdatePipelineRequest.Builder setValidateOnly(boolean value)Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
UpdatePipelineRequest.Builder |
This builder for chaining. |