Class ClientGatewayEventData.Builder (0.16.0)

public static final class ClientGatewayEventData.Builder extends GeneratedMessageV3.Builder<ClientGatewayEventData.Builder> implements ClientGatewayEventDataOrBuilder

The data within all ClientGateway events.

Protobuf type google.events.cloud.beyondcorp.clientgateways.v1.ClientGatewayEventData

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ClientGatewayEventData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

build()

public ClientGatewayEventData build()
Returns
Type Description
ClientGatewayEventData

buildPartial()

public ClientGatewayEventData buildPartial()
Returns
Type Description
ClientGatewayEventData

clear()

public ClientGatewayEventData.Builder clear()
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ClientGatewayEventData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ClientGatewayEventData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

clearPayload()

public ClientGatewayEventData.Builder clearPayload()

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Returns
Type Description
ClientGatewayEventData.Builder

clone()

public ClientGatewayEventData.Builder clone()
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

getDefaultInstanceForType()

public ClientGatewayEventData getDefaultInstanceForType()
Returns
Type Description
ClientGatewayEventData

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPayload()

public ClientGateway getPayload()

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Returns
Type Description
ClientGateway

The payload.

getPayloadBuilder()

public ClientGateway.Builder getPayloadBuilder()

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Returns
Type Description
ClientGateway.Builder

getPayloadOrBuilder()

public ClientGatewayOrBuilder getPayloadOrBuilder()

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Returns
Type Description
ClientGatewayOrBuilder

hasPayload()

public boolean hasPayload()

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Returns
Type Description
boolean

Whether the payload field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ClientGatewayEventData other)

public ClientGatewayEventData.Builder mergeFrom(ClientGatewayEventData other)
Parameter
Name Description
other ClientGatewayEventData
Returns
Type Description
ClientGatewayEventData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ClientGatewayEventData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ClientGatewayEventData.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ClientGatewayEventData.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

mergePayload(ClientGateway value)

public ClientGatewayEventData.Builder mergePayload(ClientGateway value)

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Parameter
Name Description
value ClientGateway
Returns
Type Description
ClientGatewayEventData.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ClientGatewayEventData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ClientGatewayEventData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

setPayload(ClientGateway value)

public ClientGatewayEventData.Builder setPayload(ClientGateway value)

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Parameter
Name Description
value ClientGateway
Returns
Type Description
ClientGatewayEventData.Builder

setPayload(ClientGateway.Builder builderForValue)

public ClientGatewayEventData.Builder setPayload(ClientGateway.Builder builderForValue)

Optional. The ClientGateway event payload. Unset for deletion events.

optional .google.events.cloud.beyondcorp.clientgateways.v1.ClientGateway payload = 1;

Parameter
Name Description
builderForValue ClientGateway.Builder
Returns
Type Description
ClientGatewayEventData.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ClientGatewayEventData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ClientGatewayEventData.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ClientGatewayEventData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ClientGatewayEventData.Builder
Overrides