Interface AssetFieldTypePolicySummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetFieldTypePolicySummary,AssetFieldTypePolicySummary.Builder
public interface AssetFieldTypePolicySummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetFieldTypeEnum.AssetFieldTypegetAssetFieldType()Output only.intgetAssetFieldTypeValue()Output only.AssetSourceEnum.AssetSourcegetAssetSource()Output only.intgetAssetSourceValue()Output only.AssetPolicySummarygetPolicySummaryInfo()Output only.AssetPolicySummaryOrBuildergetPolicySummaryInfoOrBuilder()Output only.booleanhasAssetFieldType()Output only.booleanhasAssetSource()Output only.booleanhasPolicySummaryInfo()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAssetFieldType
boolean hasAssetFieldType()
Output only. FieldType of this asset.
optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the assetFieldType field is set.
-
getAssetFieldTypeValue
int getAssetFieldTypeValue()
Output only. FieldType of this asset.
optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for assetFieldType.
-
getAssetFieldType
AssetFieldTypeEnum.AssetFieldType getAssetFieldType()
Output only. FieldType of this asset.
optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The assetFieldType.
-
hasAssetSource
boolean hasAssetSource()
Output only. Source of this asset.
optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the assetSource field is set.
-
getAssetSourceValue
int getAssetSourceValue()
Output only. Source of this asset.
optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for assetSource.
-
getAssetSource
AssetSourceEnum.AssetSource getAssetSource()
Output only. Source of this asset.
optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The assetSource.
-
hasPolicySummaryInfo
boolean hasPolicySummaryInfo()
Output only. Policy summary.
optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the policySummaryInfo field is set.
-
getPolicySummaryInfo
AssetPolicySummary getPolicySummaryInfo()
Output only. Policy summary.
optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The policySummaryInfo.
-
getPolicySummaryInfoOrBuilder
AssetPolicySummaryOrBuilder getPolicySummaryInfoOrBuilder()
Output only. Policy summary.
optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-