com.google.ads.googleads.v17.services.AccountBudgetProposalOperationOrBuilder 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/account_budget_proposal_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AccountBudgetProposalOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AccountBudgetProposalOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* FieldMask that determines which budget fields are modified. While budgets
* may be modified, proposals that propose such modifications are final.
* Therefore, update operations are not supported for proposals.
*
* Proposals that modify budgets have the 'update' proposal type. Specifying
* a mask for any other proposal type is considered an error.
*
*
* .google.protobuf.FieldMask update_mask = 3;
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
* FieldMask that determines which budget fields are modified. While budgets
* may be modified, proposals that propose such modifications are final.
* Therefore, update operations are not supported for proposals.
*
* Proposals that modify budgets have the 'update' proposal type. Specifying
* a mask for any other proposal type is considered an error.
*
*
* .google.protobuf.FieldMask update_mask = 3;
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* FieldMask that determines which budget fields are modified. While budgets
* may be modified, proposals that propose such modifications are final.
* Therefore, update operations are not supported for proposals.
*
* Proposals that modify budgets have the 'update' proposal type. Specifying
* a mask for any other proposal type is considered an error.
*
*
* .google.protobuf.FieldMask update_mask = 3;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
* Create operation: A new proposal to create a new budget, edit an
* existing budget, end an actively running budget, or remove an approved
* budget scheduled to start in the future.
* No resource name is expected for the new proposal.
*
*
* .google.ads.googleads.v17.resources.AccountBudgetProposal create = 2;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: A new proposal to create a new budget, edit an
* existing budget, end an actively running budget, or remove an approved
* budget scheduled to start in the future.
* No resource name is expected for the new proposal.
*
*
* .google.ads.googleads.v17.resources.AccountBudgetProposal create = 2;
* @return The create.
*/
com.google.ads.googleads.v17.resources.AccountBudgetProposal getCreate();
/**
*
* Create operation: A new proposal to create a new budget, edit an
* existing budget, end an actively running budget, or remove an approved
* budget scheduled to start in the future.
* No resource name is expected for the new proposal.
*
*
* .google.ads.googleads.v17.resources.AccountBudgetProposal create = 2;
*/
com.google.ads.googleads.v17.resources.AccountBudgetProposalOrBuilder getCreateOrBuilder();
/**
*
* Remove operation: A resource name for the removed proposal is expected,
* in this format:
*
* `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}`
* A request may be cancelled iff it is pending.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return Whether the remove field is set.
*/
boolean hasRemove();
/**
*
* Remove operation: A resource name for the removed proposal is expected,
* in this format:
*
* `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}`
* A request may be cancelled iff it is pending.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Remove operation: A resource name for the removed proposal is expected,
* in this format:
*
* `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}`
* A request may be cancelled iff it is pending.
*
*
* string remove = 1 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
com.google.ads.googleads.v17.services.AccountBudgetProposalOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy