Interface UpdateSubscriptionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateSubscriptionRequest, UpdateSubscriptionRequest.Builder

    public interface UpdateSubscriptionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasSubscription

        boolean hasSubscription()
         Required. The updated subscription object.
         
        .google.pubsub.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the subscription field is set.
      • getSubscription

        Subscription getSubscription()
         Required. The updated subscription object.
         
        .google.pubsub.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The subscription.
      • getSubscriptionOrBuilder

        SubscriptionOrBuilder getSubscriptionOrBuilder()
         Required. The updated subscription object.
         
        .google.pubsub.v1.Subscription subscription = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Indicates which fields in the provided subscription to update.
         Must be specified and non-empty.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Indicates which fields in the provided subscription to update.
         Must be specified and non-empty.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Indicates which fields in the provided subscription to update.
         Must be specified and non-empty.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];