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

com.google.ads.googleads.v10.resources.CustomerAssetOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/resources/customer_asset.proto

package com.google.ads.googleads.v10.resources;

public interface CustomerAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.CustomerAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the customer asset.
   * CustomerAsset resource names have the form:
   * `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the customer asset.
   * CustomerAsset resource names have the form:
   * `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Required. Immutable. The asset which is linked to the customer.
   * 
* * string asset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The asset. */ java.lang.String getAsset(); /** *
   * Required. Immutable. The asset which is linked to the customer.
   * 
* * string asset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for asset. */ com.google.protobuf.ByteString getAssetBytes(); /** *
   * Required. Immutable. Role that the asset takes for the customer link.
   * 
* * .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for fieldType. */ int getFieldTypeValue(); /** *
   * Required. Immutable. Role that the asset takes for the customer link.
   * 
* * .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The fieldType. */ com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getFieldType(); /** *
   * Status of the customer asset.
   * 
* * .google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 4; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Status of the customer asset.
   * 
* * .google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 4; * @return The status. */ com.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy