- 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 UpdateEnrollmentRequest.Builder extends GeneratedMessage.Builder<UpdateEnrollmentRequest.Builder> implements UpdateEnrollmentRequestOrBuilderThe request message for the UpdateEnrollment method.
Protobuf type google.cloud.eventarc.v1.UpdateEnrollmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateEnrollmentRequest.BuilderImplements
UpdateEnrollmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateEnrollmentRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest |
|
buildPartial()
public UpdateEnrollmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest |
|
clear()
public UpdateEnrollmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
clearAllowMissing()
public UpdateEnrollmentRequest.Builder clearAllowMissing() Optional. If set to true, and the Enrollment is not found, a new Enrollment
will be created. In this situation, update_mask is ignored.
bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
This builder for chaining. |
clearEnrollment()
public UpdateEnrollmentRequest.Builder clearEnrollment()Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
clearUpdateMask()
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
|
clearValidateOnly()
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
This builder for chaining. |
getAllowMissing()
public boolean getAllowMissing() Optional. If set to true, and the Enrollment is not found, a new Enrollment
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 UpdateEnrollmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnrollment()
public Enrollment getEnrollment()Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Enrollment |
The enrollment. |
getEnrollmentBuilder()
public Enrollment.Builder getEnrollmentBuilder()Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Enrollment.Builder |
|
getEnrollmentOrBuilder()
public EnrollmentOrBuilder getEnrollmentOrBuilder()Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EnrollmentOrBuilder |
|
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. |
hasEnrollment()
public boolean hasEnrollment()Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enrollment 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 |
|
mergeEnrollment(Enrollment value)
public UpdateEnrollmentRequest.Builder mergeEnrollment(Enrollment value)Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Enrollment |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
mergeFrom(UpdateEnrollmentRequest other)
public UpdateEnrollmentRequest.Builder mergeFrom(UpdateEnrollmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEnrollmentRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEnrollmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateEnrollmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
|
setAllowMissing(boolean value)
public UpdateEnrollmentRequest.Builder setAllowMissing(boolean value) Optional. If set to true, and the Enrollment is not found, a new Enrollment
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 |
UpdateEnrollmentRequest.Builder |
This builder for chaining. |
setEnrollment(Enrollment value)
public UpdateEnrollmentRequest.Builder setEnrollment(Enrollment value)Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Enrollment |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
setEnrollment(Enrollment.Builder builderForValue)
public UpdateEnrollmentRequest.Builder setEnrollment(Enrollment.Builder builderForValue)Required. The Enrollment to be updated.
.google.cloud.eventarc.v1.Enrollment enrollment = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Enrollment.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEnrollmentRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateEnrollmentRequest.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 |
UpdateEnrollmentRequest.Builder |
This builder for chaining. |