public interface CreateSubscriptionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubscription()
public abstract Subscription getSubscription()Required. The subscription resource to create.
 
 .google.apps.events.subscriptions.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Subscription | The subscription. | 
getSubscriptionOrBuilder()
public abstract SubscriptionOrBuilder getSubscriptionOrBuilder()Required. The subscription resource to create.
 
 .google.apps.events.subscriptions.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| SubscriptionOrBuilder | |
getValidateOnly()
public abstract boolean getValidateOnly() Optional. If set to true, validates and previews the request, but doesn't
 create the subscription.
 bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The validateOnly. | 
hasSubscription()
public abstract boolean hasSubscription()Required. The subscription resource to create.
 
 .google.apps.events.subscriptions.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the subscription field is set. |