Interface PaidOrganicSearchTermViewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PaidOrganicSearchTermView,PaidOrganicSearchTermView.Builder
public interface PaidOrganicSearchTermViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput 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
-
getResourceName
String getResourceName()Output only. The resource name of the search term view. Search term view resource names have the form: `customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~ {ad_group_id}~{URL-base64 search term}`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 search term view. Search term view resource names have the form: `customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~ {ad_group_id}~{URL-base64 search term}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasSearchTerm
boolean hasSearchTerm()Output only. The search term.
optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the searchTerm field is set.
-
getSearchTerm
String getSearchTerm()Output only. The search term.
optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The searchTerm.
-
getSearchTermBytes
com.google.protobuf.ByteString getSearchTermBytes()Output only. The search term.
optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for searchTerm.
-