All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/customer_sk_ad_network_conversion_value_schema_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CustomerSkAdNetworkConversionValueSchemaOperation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Update operation: The schema is expected to have a valid resource name.
   * 
* * .google.ads.googleads.v17.resources.CustomerSkAdNetworkConversionValueSchema update = 1; * @return Whether the update field is set. */ boolean hasUpdate(); /** *
   * Update operation: The schema is expected to have a valid resource name.
   * 
* * .google.ads.googleads.v17.resources.CustomerSkAdNetworkConversionValueSchema update = 1; * @return The update. */ com.google.ads.googleads.v17.resources.CustomerSkAdNetworkConversionValueSchema getUpdate(); /** *
   * Update operation: The schema is expected to have a valid resource name.
   * 
* * .google.ads.googleads.v17.resources.CustomerSkAdNetworkConversionValueSchema update = 1; */ com.google.ads.googleads.v17.resources.CustomerSkAdNetworkConversionValueSchemaOrBuilder getUpdateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy