- 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 UpdateMessageBusRequest.Builder extends GeneratedMessage.Builder<UpdateMessageBusRequest.Builder> implements UpdateMessageBusRequestOrBuilderThe request message for the UpdateMessageBus method.
Protobuf type google.cloud.eventarc.v1.UpdateMessageBusRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateMessageBusRequest.BuilderImplements
UpdateMessageBusRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateMessageBusRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest |
|
buildPartial()
public UpdateMessageBusRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest |
|
clear()
public UpdateMessageBusRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
clearAllowMissing()
public UpdateMessageBusRequest.Builder clearAllowMissing() Optional. If set to true, and the MessageBus is not found, a new MessageBus
will be created. In this situation, update_mask is ignored.
bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
This builder for chaining. |
clearMessageBus()
public UpdateMessageBusRequest.Builder clearMessageBus()Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
clearUpdateMask()
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
|
clearValidateOnly()
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
This builder for chaining. |
getAllowMissing()
public boolean getAllowMissing() Optional. If set to true, and the MessageBus is not found, a new MessageBus
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 UpdateMessageBusRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMessageBus()
public MessageBus getMessageBus()Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MessageBus |
The messageBus. |
getMessageBusBuilder()
public MessageBus.Builder getMessageBusBuilder()Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MessageBus.Builder |
|
getMessageBusOrBuilder()
public MessageBusOrBuilder getMessageBusOrBuilder()Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MessageBusOrBuilder |
|
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. |
hasMessageBus()
public boolean hasMessageBus()Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the messageBus 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(UpdateMessageBusRequest other)
public UpdateMessageBusRequest.Builder mergeFrom(UpdateMessageBusRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMessageBusRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateMessageBusRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateMessageBusRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
mergeMessageBus(MessageBus value)
public UpdateMessageBusRequest.Builder mergeMessageBus(MessageBus value)Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MessageBus |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
|
setAllowMissing(boolean value)
public UpdateMessageBusRequest.Builder setAllowMissing(boolean value) Optional. If set to true, and the MessageBus is not found, a new MessageBus
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 |
UpdateMessageBusRequest.Builder |
This builder for chaining. |
setMessageBus(MessageBus value)
public UpdateMessageBusRequest.Builder setMessageBus(MessageBus value)Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MessageBus |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
setMessageBus(MessageBus.Builder builderForValue)
public UpdateMessageBusRequest.Builder setMessageBus(MessageBus.Builder builderForValue)Required. The MessageBus to be updated.
.google.cloud.eventarc.v1.MessageBus message_bus = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MessageBus.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateMessageBusRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateMessageBusRequest.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 |
UpdateMessageBusRequest.Builder |
This builder for chaining. |