Interface MutateAccountLinkResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.rpc.Status
    Errors that pertain to operation failures in the partial failure mode.
    com.google.rpc.StatusOrBuilder
    Errors that pertain to operation failures in the partial failure mode.
    Result for the mutate.
    Result for the mutate.
    boolean
    Errors that pertain to operation failures in the partial failure mode.
    boolean
    Result for 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()
       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountLinkResult result = 1;
      Returns:
      Whether the result field is set.
    • getResult

       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountLinkResult result = 1;
      Returns:
      The result.
    • getResultOrBuilder

      MutateAccountLinkResultOrBuilder getResultOrBuilder()
       Result for the mutate.
       
      .google.ads.googleads.v18.services.MutateAccountLinkResult result = 1;
    • hasPartialFailureError

      boolean hasPartialFailureError()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 2;
      Returns:
      Whether the partialFailureError field is set.
    • getPartialFailureError

      com.google.rpc.Status getPartialFailureError()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 2;
      Returns:
      The partialFailureError.
    • getPartialFailureErrorOrBuilder

      com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
       Errors that pertain to operation failures in the partial failure mode.
       Returned only when partial_failure = true and all errors occur inside the
       operations. If any errors occur outside the operations (for example, auth
       errors), we return an RPC level error.
       
      .google.rpc.Status partial_failure_error = 2;