Interface FeedPlaceholderViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeedPlaceholderView,FeedPlaceholderView.Builder
public interface FeedPlaceholderViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderTypeEnum.PlaceholderTypegetPlaceholderType()Output only.intgetPlaceholderTypeValue()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the feed placeholder view. Feed placeholder view resource names have the form: `customers/{customer_id}/feedPlaceholderViews/{placeholder_type}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the feed placeholder view. Feed placeholder view resource names have the form: `customers/{customer_id}/feedPlaceholderViews/{placeholder_type}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getPlaceholderTypeValue
int getPlaceholderTypeValue()
Output only. The placeholder type of the feed placeholder view.
.google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for placeholderType.
-
getPlaceholderType
PlaceholderTypeEnum.PlaceholderType getPlaceholderType()
Output only. The placeholder type of the feed placeholder view.
.google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placeholderType.
-
-