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
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.intOutput only.Output only.Output only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAssetFieldType
boolean hasAssetFieldType()Output only. FieldType of this asset.
optional .google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.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.v18.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.v18.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.v18.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.v18.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-