Interface MutateAccountBudgetProposalResponseOrBuilder

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

public interface MutateAccountBudgetProposalResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The result of the mutate.
    The result of the mutate.
    boolean
    The result of the mutate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasResult

      boolean hasResult()
       The result of the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountBudgetProposalResult result = 2;
      Returns:
      Whether the result field is set.
    • getResult

       The result of the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountBudgetProposalResult result = 2;
      Returns:
      The result.
    • getResultOrBuilder

       The result of the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountBudgetProposalResult result = 2;