Interface MutateCustomerSkAdNetworkConversionValueSchemaResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    All results for the mutate.
    All results for the mutate.
    com.google.rpc.Status
    Non blocking errors that provides schema validation failure details.
    com.google.rpc.StatusOrBuilder
    Non blocking errors that provides schema validation failure details.
    boolean
    All results for the mutate.
    boolean
    Non blocking errors that provides schema validation failure details.

    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()
       All results for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerSkAdNetworkConversionValueSchemaResult result = 1;
      Returns:
      Whether the result field is set.
    • getResult

       All results for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerSkAdNetworkConversionValueSchemaResult result = 1;
      Returns:
      The result.
    • getResultOrBuilder

       All results for the mutate.
       
      .google.ads.googleads.v18.services.MutateCustomerSkAdNetworkConversionValueSchemaResult result = 1;
    • hasWarning

      boolean hasWarning()
       Non blocking errors that provides schema validation failure details.
       Returned only when enable_warnings = true.
       
      .google.rpc.Status warning = 2;
      Returns:
      Whether the warning field is set.
    • getWarning

      com.google.rpc.Status getWarning()
       Non blocking errors that provides schema validation failure details.
       Returned only when enable_warnings = true.
       
      .google.rpc.Status warning = 2;
      Returns:
      The warning.
    • getWarningOrBuilder

      com.google.rpc.StatusOrBuilder getWarningOrBuilder()
       Non blocking errors that provides schema validation failure details.
       Returned only when enable_warnings = true.
       
      .google.rpc.Status warning = 2;