Class DeleteSubscriptionRequest.Builder (0.47.0)

public static final class DeleteSubscriptionRequest.Builder extends GeneratedMessage.Builder<DeleteSubscriptionRequest.Builder> implements DeleteSubscriptionRequestOrBuilder

The request message for SubscriptionsService.DeleteSubscription.

Protobuf type google.apps.events.subscriptions.v1beta.DeleteSubscriptionRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteSubscriptionRequest build()
Returns
Type Description
DeleteSubscriptionRequest

buildPartial()

public DeleteSubscriptionRequest buildPartial()
Returns
Type Description
DeleteSubscriptionRequest

clear()

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

clearAllowMissing()

public DeleteSubscriptionRequest.Builder clearAllowMissing()

Optional. If set to true and the subscription isn't found, the request succeeds but doesn't delete the subscription.

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

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

clearEtag()

public DeleteSubscriptionRequest.Builder clearEtag()

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

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

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

clearName()

public DeleteSubscriptionRequest.Builder clearName()

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

clearValidateOnly()

public DeleteSubscriptionRequest.Builder clearValidateOnly()

Optional. If set to true, validates and previews the request, but doesn't delete the subscription.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

getAllowMissing()

public boolean getAllowMissing()

Optional. If set to true and the subscription isn't found, the request succeeds but doesn't delete the subscription.

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

Returns
Type Description
boolean

The allowMissing.

getDefaultInstanceForType()

public DeleteSubscriptionRequest getDefaultInstanceForType()
Returns
Type Description
DeleteSubscriptionRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

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

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

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

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getValidateOnly()

public boolean getValidateOnly()

Optional. If set to true, validates and previews the request, but doesn't delete the subscription.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteSubscriptionRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAllowMissing(boolean value)

public DeleteSubscriptionRequest.Builder setAllowMissing(boolean value)

Optional. If set to true and the subscription isn't found, the request succeeds but doesn't delete the subscription.

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

Parameter
Name Description
value boolean

The allowMissing to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

setEtag(String value)

public DeleteSubscriptionRequest.Builder setEtag(String value)

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

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

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteSubscriptionRequest.Builder setEtagBytes(ByteString value)

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

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

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

setName(String value)

public DeleteSubscriptionRequest.Builder setName(String value)

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteSubscriptionRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.

setValidateOnly(boolean value)

public DeleteSubscriptionRequest.Builder setValidateOnly(boolean value)

Optional. If set to true, validates and previews the request, but doesn't delete the subscription.

bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The validateOnly to set.

Returns
Type Description
DeleteSubscriptionRequest.Builder

This builder for chaining.