public static final class DeleteSubscriptionRequest.Builder extends GeneratedMessage.Builder<DeleteSubscriptionRequest.Builder> implements DeleteSubscriptionRequestOrBuilderThe request message for SubscriptionsService.DeleteSubscription.
Protobuf type google.apps.events.subscriptions.v1beta.DeleteSubscriptionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteSubscriptionRequest.BuilderImplements
DeleteSubscriptionRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteSubscriptionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteSubscriptionRequest.Builder |
|
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 |
booleanThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteSubscriptionRequest.Builder |
This builder for chaining. |