Class ListPlannableProductsRequest.Builder

    • Method Detail

      • 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<ListPlannableProductsRequest.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<ListPlannableProductsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ListPlannableProductsRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListPlannableProductsRequest.Builder>
      • isInitialized

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

        public ListPlannableProductsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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<ListPlannableProductsRequest.Builder>
        Throws:
        java.io.IOException
      • getPlannableLocationId

        public java.lang.String getPlannableLocationId()
         Required. The ID of the selected location for planning. To list the available
         plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPlannableLocationId in interface ListPlannableProductsRequestOrBuilder
        Returns:
        The plannableLocationId.
      • getPlannableLocationIdBytes

        public com.google.protobuf.ByteString getPlannableLocationIdBytes()
         Required. The ID of the selected location for planning. To list the available
         plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPlannableLocationIdBytes in interface ListPlannableProductsRequestOrBuilder
        Returns:
        The bytes for plannableLocationId.
      • setPlannableLocationId

        public ListPlannableProductsRequest.Builder setPlannableLocationId​(java.lang.String value)
         Required. The ID of the selected location for planning. To list the available
         plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The plannableLocationId to set.
        Returns:
        This builder for chaining.
      • clearPlannableLocationId

        public ListPlannableProductsRequest.Builder clearPlannableLocationId()
         Required. The ID of the selected location for planning. To list the available
         plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setPlannableLocationIdBytes

        public ListPlannableProductsRequest.Builder setPlannableLocationIdBytes​(com.google.protobuf.ByteString value)
         Required. The ID of the selected location for planning. To list the available
         plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for plannableLocationId to set.
        Returns:
        This builder for chaining.