Class MutateGoogleAdsResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.services.MutateGoogleAdsResponse
All Implemented Interfaces:
MutateGoogleAdsResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class MutateGoogleAdsResponse extends com.google.protobuf.GeneratedMessageV3 implements MutateGoogleAdsResponseOrBuilder
 Response message for
 [GoogleAdsService.Mutate][google.ads.googleads.v18.services.GoogleAdsService.Mutate].
 
Protobuf type google.ads.googleads.v18.services.MutateGoogleAdsResponse
See Also:
  • Field Details

    • PARTIAL_FAILURE_ERROR_FIELD_NUMBER

      public static final int PARTIAL_FAILURE_ERROR_FIELD_NUMBER
      See Also:
    • MUTATE_OPERATION_RESPONSES_FIELD_NUMBER

      public static final int MUTATE_OPERATION_RESPONSES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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
    • hasPartialFailureError

      public 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 = 3;
      Specified by:
      hasPartialFailureError in interface MutateGoogleAdsResponseOrBuilder
      Returns:
      Whether the partialFailureError field is set.
    • getPartialFailureError

      public 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 = 3;
      Specified by:
      getPartialFailureError in interface MutateGoogleAdsResponseOrBuilder
      Returns:
      The partialFailureError.
    • getPartialFailureErrorOrBuilder

      public 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 = 3;
      Specified by:
      getPartialFailureErrorOrBuilder in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesList

      public List<MutateOperationResponse> getMutateOperationResponsesList()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesList in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesOrBuilderList

      public List<? extends MutateOperationResponseOrBuilder> getMutateOperationResponsesOrBuilderList()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesOrBuilderList in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesCount

      public int getMutateOperationResponsesCount()
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesCount in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponses

      public MutateOperationResponse getMutateOperationResponses(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponses in interface MutateGoogleAdsResponseOrBuilder
    • getMutateOperationResponsesOrBuilder

      public MutateOperationResponseOrBuilder getMutateOperationResponsesOrBuilder(int index)
       All responses for the mutate.
       
      repeated .google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_responses = 1;
      Specified by:
      getMutateOperationResponsesOrBuilder in interface MutateGoogleAdsResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MutateGoogleAdsResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MutateGoogleAdsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutateGoogleAdsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public MutateGoogleAdsResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static MutateGoogleAdsResponse.Builder newBuilder()
    • newBuilder

      public static MutateGoogleAdsResponse.Builder newBuilder(MutateGoogleAdsResponse prototype)
    • toBuilder

      public MutateGoogleAdsResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected MutateGoogleAdsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static MutateGoogleAdsResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MutateGoogleAdsResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<MutateGoogleAdsResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public MutateGoogleAdsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder