public interface CreateSupportEventSubscriptionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSupportEventSubscription()
public abstract SupportEventSubscription getSupportEventSubscription()Required. The Pub/Sub configuration to create.
.google.cloud.support.v2beta.SupportEventSubscription support_event_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SupportEventSubscription |
The supportEventSubscription. |
getSupportEventSubscriptionOrBuilder()
public abstract SupportEventSubscriptionOrBuilder getSupportEventSubscriptionOrBuilder()Required. The Pub/Sub configuration to create.
.google.cloud.support.v2beta.SupportEventSubscription support_event_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SupportEventSubscriptionOrBuilder |
|
hasSupportEventSubscription()
public abstract boolean hasSupportEventSubscription()Required. The Pub/Sub configuration to create.
.google.cloud.support.v2beta.SupportEventSubscription support_event_subscription = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the supportEventSubscription field is set. |