Class ModifyPushConfigRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
com.google.pubsub.v1.ModifyPushConfigRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ModifyPushConfigRequestOrBuilder, Cloneable
Enclosing class:
ModifyPushConfigRequest

public static final class ModifyPushConfigRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder> implements ModifyPushConfigRequestOrBuilder
 Request for the ModifyPushConfig method.
 
Protobuf type google.pubsub.v1.ModifyPushConfigRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • getDefaultInstanceForType

      public ModifyPushConfigRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ModifyPushConfigRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ModifyPushConfigRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • setField

      public ModifyPushConfigRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • clearField

      public ModifyPushConfigRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • clearOneof

      public ModifyPushConfigRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • setRepeatedField

      public ModifyPushConfigRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • addRepeatedField

      public ModifyPushConfigRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • mergeFrom

      public ModifyPushConfigRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyPushConfigRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • mergeFrom

      public ModifyPushConfigRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyPushConfigRequest.Builder>
      Throws:
      IOException
    • getSubscription

      public String getSubscription()
       Required. The name of the subscription.
       Format is `projects/{project}/subscriptions/{sub}`.
       
      string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getSubscription in interface ModifyPushConfigRequestOrBuilder
      Returns:
      The subscription.
    • getSubscriptionBytes

      public com.google.protobuf.ByteString getSubscriptionBytes()
       Required. The name of the subscription.
       Format is `projects/{project}/subscriptions/{sub}`.
       
      string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getSubscriptionBytes in interface ModifyPushConfigRequestOrBuilder
      Returns:
      The bytes for subscription.
    • setSubscription

      public ModifyPushConfigRequest.Builder setSubscription(String value)
       Required. The name of the subscription.
       Format is `projects/{project}/subscriptions/{sub}`.
       
      string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The subscription to set.
      Returns:
      This builder for chaining.
    • clearSubscription

      public ModifyPushConfigRequest.Builder clearSubscription()
       Required. The name of the subscription.
       Format is `projects/{project}/subscriptions/{sub}`.
       
      string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setSubscriptionBytes

      public ModifyPushConfigRequest.Builder setSubscriptionBytes(com.google.protobuf.ByteString value)
       Required. The name of the subscription.
       Format is `projects/{project}/subscriptions/{sub}`.
       
      string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for subscription to set.
      Returns:
      This builder for chaining.
    • hasPushConfig

      public boolean hasPushConfig()
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasPushConfig in interface ModifyPushConfigRequestOrBuilder
      Returns:
      Whether the pushConfig field is set.
    • getPushConfig

      public PushConfig getPushConfig()
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPushConfig in interface ModifyPushConfigRequestOrBuilder
      Returns:
      The pushConfig.
    • setPushConfig

      public ModifyPushConfigRequest.Builder setPushConfig(PushConfig value)
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
    • setPushConfig

      public ModifyPushConfigRequest.Builder setPushConfig(PushConfig.Builder builderForValue)
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergePushConfig

      public ModifyPushConfigRequest.Builder mergePushConfig(PushConfig value)
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearPushConfig

      public ModifyPushConfigRequest.Builder clearPushConfig()
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
    • getPushConfigBuilder

      public PushConfig.Builder getPushConfigBuilder()
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
    • getPushConfigOrBuilder

      public PushConfigOrBuilder getPushConfigOrBuilder()
       Required. The push configuration for future deliveries.
      
       An empty `pushConfig` indicates that the Pub/Sub system should
       stop pushing messages from the given subscription and allow
       messages to be pulled and acknowledged - effectively pausing
       the subscription if `Pull` or `StreamingPull` is not called.
       
      .google.pubsub.v1.PushConfig push_config = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getPushConfigOrBuilder in interface ModifyPushConfigRequestOrBuilder
    • setUnknownFields

      public final ModifyPushConfigRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>
    • mergeUnknownFields

      public final ModifyPushConfigRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ModifyPushConfigRequest.Builder>