com.google.ads.googleads.v17.services.BillingSetupOperationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/billing_setup_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface BillingSetupOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.BillingSetupOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Creates a billing setup. No resource name is expected for the new billing
* setup.
*
*
* .google.ads.googleads.v17.resources.BillingSetup create = 2;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Creates a billing setup. No resource name is expected for the new billing
* setup.
*
*
* .google.ads.googleads.v17.resources.BillingSetup create = 2;
* @return The create.
*/
com.google.ads.googleads.v17.resources.BillingSetup getCreate();
/**
*
* Creates a billing setup. No resource name is expected for the new billing
* setup.
*
*
* .google.ads.googleads.v17.resources.BillingSetup create = 2;
*/
com.google.ads.googleads.v17.resources.BillingSetupOrBuilder getCreateOrBuilder();
/**
*
* Resource name of the billing setup to remove. A setup cannot be
* removed unless it is in a pending state or its scheduled start time is in
* the future. The resource name looks like
* `customers/{customer_id}/billingSetups/{billing_id}`.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return Whether the remove field is set.
*/
boolean hasRemove();
/**
*
* Resource name of the billing setup to remove. A setup cannot be
* removed unless it is in a pending state or its scheduled start time is in
* the future. The resource name looks like
* `customers/{customer_id}/billingSetups/{billing_id}`.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Resource name of the billing setup to remove. A setup cannot be
* removed unless it is in a pending state or its scheduled start time is in
* the future. The resource name looks like
* `customers/{customer_id}/billingSetups/{billing_id}`.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
com.google.ads.googleads.v17.services.BillingSetupOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy