public interface UpdateSubscriptionRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Subscription |
getSubscription()
Required.
|
SubscriptionOrBuilder |
getSubscriptionOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
List of fields that should be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
List of fields that should be updated.
|
boolean |
hasSubscription()
Required.
|
boolean |
hasUpdateMask()
List of fields that should be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasSubscription()
Required. The subscription to update, with new values.
.google.cloud.irm.v1alpha2.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
Subscription getSubscription()
Required. The subscription to update, with new values.
.google.cloud.irm.v1alpha2.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
SubscriptionOrBuilder getSubscriptionOrBuilder()
Required. The subscription to update, with new values.
.google.cloud.irm.v1alpha2.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2020 Google LLC. All rights reserved.