Class DeleteGoogleApiSourceRequest.Builder (1.95.0)

public static final class DeleteGoogleApiSourceRequest.Builder extends GeneratedMessage.Builder<DeleteGoogleApiSourceRequest.Builder> implements DeleteGoogleApiSourceRequestOrBuilder

The request message for the DeleteGoogleApiSource method.

Protobuf type google.cloud.eventarc.v1.DeleteGoogleApiSourceRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteGoogleApiSourceRequest build()
Returns
Type Description
DeleteGoogleApiSourceRequest

buildPartial()

public DeleteGoogleApiSourceRequest buildPartial()
Returns
Type Description
DeleteGoogleApiSourceRequest

clear()

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

clearAllowMissing()

public DeleteGoogleApiSourceRequest.Builder clearAllowMissing()

Optional. If set to true, and the MessageBus is not found, the request will succeed but no action will be taken on the server.

bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteGoogleApiSourceRequest.Builder

This builder for chaining.

clearEtag()

public DeleteGoogleApiSourceRequest.Builder clearEtag()

Optional. If provided, the MessageBus will only be deleted if the etag matches the current etag on the resource.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type