com.google.ads.googleads.v17.resources.AssetSetAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_set_asset.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AssetSetAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetSetAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the asset set asset.
* Asset set asset resource names have the form:
*
* `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`
*
*
* 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 asset set asset.
* Asset set asset resource names have the form:
*
* `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Immutable. The asset set which this asset set asset is linking to.
*
*
* string asset_set = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The assetSet.
*/
java.lang.String getAssetSet();
/**
*
* Immutable. The asset set which this asset set asset is linking to.
*
*
* string asset_set = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for assetSet.
*/
com.google.protobuf.ByteString
getAssetSetBytes();
/**
*
* Immutable. The asset which this asset set asset is linking to.
*
*
* string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The asset.
*/
java.lang.String getAsset();
/**
*
* Immutable. The asset which this asset set asset is linking to.
*
*
* string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for asset.
*/
com.google.protobuf.ByteString
getAssetBytes();
/**
*
* Output only. The status of the asset set asset. Read-only.
*
*
* .google.ads.googleads.v17.enums.AssetSetAssetStatusEnum.AssetSetAssetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. The status of the asset set asset. Read-only.
*
*
* .google.ads.googleads.v17.enums.AssetSetAssetStatusEnum.AssetSetAssetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.AssetSetAssetStatusEnum.AssetSetAssetStatus getStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy