public interface CreateSubscriptionRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
Subscription |
getSubscription()
Required.
|
SubscriptionOrBuilder |
getSubscriptionOrBuilder()
Required.
|
boolean |
hasSubscription()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getParent()
Required. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSubscription()
Required. The subscription to create.
.google.cloud.irm.v1alpha2.Subscription subscription = 2 [(.google.api.field_behavior) = REQUIRED];
Subscription getSubscription()
Required. The subscription to create.
.google.cloud.irm.v1alpha2.Subscription subscription = 2 [(.google.api.field_behavior) = REQUIRED];
SubscriptionOrBuilder getSubscriptionOrBuilder()
Required. The subscription to create.
.google.cloud.irm.v1alpha2.Subscription subscription = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.