Class BusinessProfileLocationSet.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
- com.google.ads.googleads.v14.common.BusinessProfileLocationSet.Builder
-
- All Implemented Interfaces:
BusinessProfileLocationSetOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BusinessProfileLocationSet
public static final class BusinessProfileLocationSet.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder> implements BusinessProfileLocationSetOrBuilder
Data used to configure a location set populated from Google Business Profile locations. Different types of filters are AND'ed together, if they are specified.
Protobuf typegoogle.ads.googleads.v14.common.BusinessProfileLocationSet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessProfileLocationSet.BuilderaddAllLabelFilters(java.lang.Iterable<java.lang.String> values)Used to filter Google Business Profile listings by labels.BusinessProfileLocationSet.BuilderaddAllListingIdFilters(java.lang.Iterable<? extends java.lang.Long> values)Used to filter Google Business Profile listings by listing id.BusinessProfileLocationSet.BuilderaddLabelFilters(java.lang.String value)Used to filter Google Business Profile listings by labels.BusinessProfileLocationSet.BuilderaddLabelFiltersBytes(com.google.protobuf.ByteString value)Used to filter Google Business Profile listings by labels.BusinessProfileLocationSet.BuilderaddListingIdFilters(long value)Used to filter Google Business Profile listings by listing id.BusinessProfileLocationSet.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BusinessProfileLocationSetbuild()BusinessProfileLocationSetbuildPartial()BusinessProfileLocationSet.Builderclear()BusinessProfileLocationSet.BuilderclearBusinessAccountId()Immutable.BusinessProfileLocationSet.BuilderclearBusinessNameFilter()Used to filter Google Business Profile listings by business name.BusinessProfileLocationSet.BuilderclearEmailAddress()Required.BusinessProfileLocationSet.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BusinessProfileLocationSet.BuilderclearHttpAuthorizationToken()Required.BusinessProfileLocationSet.BuilderclearLabelFilters()Used to filter Google Business Profile listings by labels.BusinessProfileLocationSet.BuilderclearListingIdFilters()Used to filter Google Business Profile listings by listing id.BusinessProfileLocationSet.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BusinessProfileLocationSet.Builderclone()java.lang.StringgetBusinessAccountId()Immutable.com.google.protobuf.ByteStringgetBusinessAccountIdBytes()Immutable.java.lang.StringgetBusinessNameFilter()Used to filter Google Business Profile listings by business name.com.google.protobuf.ByteStringgetBusinessNameFilterBytes()Used to filter Google Business Profile listings by business name.BusinessProfileLocationSetgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetEmailAddress()Required.com.google.protobuf.ByteStringgetEmailAddressBytes()Required.java.lang.StringgetHttpAuthorizationToken()Required.com.google.protobuf.ByteStringgetHttpAuthorizationTokenBytes()Required.java.lang.StringgetLabelFilters(int index)Used to filter Google Business Profile listings by labels.com.google.protobuf.ByteStringgetLabelFiltersBytes(int index)Used to filter Google Business Profile listings by labels.intgetLabelFiltersCount()Used to filter Google Business Profile listings by labels.com.google.protobuf.ProtocolStringListgetLabelFiltersList()Used to filter Google Business Profile listings by labels.longgetListingIdFilters(int index)Used to filter Google Business Profile listings by listing id.intgetListingIdFiltersCount()Used to filter Google Business Profile listings by listing id.java.util.List<java.lang.Long>getListingIdFiltersList()Used to filter Google Business Profile listings by listing id.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BusinessProfileLocationSet.BuildermergeFrom(BusinessProfileLocationSet other)BusinessProfileLocationSet.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BusinessProfileLocationSet.BuildermergeFrom(com.google.protobuf.Message other)BusinessProfileLocationSet.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BusinessProfileLocationSet.BuildersetBusinessAccountId(java.lang.String value)Immutable.BusinessProfileLocationSet.BuildersetBusinessAccountIdBytes(com.google.protobuf.ByteString value)Immutable.BusinessProfileLocationSet.BuildersetBusinessNameFilter(java.lang.String value)Used to filter Google Business Profile listings by business name.BusinessProfileLocationSet.BuildersetBusinessNameFilterBytes(com.google.protobuf.ByteString value)Used to filter Google Business Profile listings by business name.BusinessProfileLocationSet.BuildersetEmailAddress(java.lang.String value)Required.BusinessProfileLocationSet.BuildersetEmailAddressBytes(com.google.protobuf.ByteString value)Required.BusinessProfileLocationSet.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BusinessProfileLocationSet.BuildersetHttpAuthorizationToken(java.lang.String value)Required.BusinessProfileLocationSet.BuildersetHttpAuthorizationTokenBytes(com.google.protobuf.ByteString value)Required.BusinessProfileLocationSet.BuildersetLabelFilters(int index, java.lang.String value)Used to filter Google Business Profile listings by labels.BusinessProfileLocationSet.BuildersetListingIdFilters(int index, long value)Used to filter Google Business Profile listings by listing id.BusinessProfileLocationSet.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BusinessProfileLocationSet.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
clear
public BusinessProfileLocationSet.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
getDefaultInstanceForType
public BusinessProfileLocationSet getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BusinessProfileLocationSet build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BusinessProfileLocationSet buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BusinessProfileLocationSet.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
setField
public BusinessProfileLocationSet.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
clearField
public BusinessProfileLocationSet.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
clearOneof
public BusinessProfileLocationSet.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
setRepeatedField
public BusinessProfileLocationSet.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
addRepeatedField
public BusinessProfileLocationSet.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
mergeFrom
public BusinessProfileLocationSet.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BusinessProfileLocationSet.Builder>
-
mergeFrom
public BusinessProfileLocationSet.Builder mergeFrom(BusinessProfileLocationSet other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
mergeFrom
public BusinessProfileLocationSet.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BusinessProfileLocationSet.Builder>- Throws:
java.io.IOException
-
getHttpAuthorizationToken
public java.lang.String getHttpAuthorizationToken()
Required. Immutable. The HTTP authorization token used to obtain authorization.
string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];- Specified by:
getHttpAuthorizationTokenin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The httpAuthorizationToken.
-
getHttpAuthorizationTokenBytes
public com.google.protobuf.ByteString getHttpAuthorizationTokenBytes()
Required. Immutable. The HTTP authorization token used to obtain authorization.
string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];- Specified by:
getHttpAuthorizationTokenBytesin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The bytes for httpAuthorizationToken.
-
setHttpAuthorizationToken
public BusinessProfileLocationSet.Builder setHttpAuthorizationToken(java.lang.String value)
Required. Immutable. The HTTP authorization token used to obtain authorization.
string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];- Parameters:
value- The httpAuthorizationToken to set.- Returns:
- This builder for chaining.
-
clearHttpAuthorizationToken
public BusinessProfileLocationSet.Builder clearHttpAuthorizationToken()
Required. Immutable. The HTTP authorization token used to obtain authorization.
string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setHttpAuthorizationTokenBytes
public BusinessProfileLocationSet.Builder setHttpAuthorizationTokenBytes(com.google.protobuf.ByteString value)
Required. Immutable. The HTTP authorization token used to obtain authorization.
string http_authorization_token = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for httpAuthorizationToken to set.- Returns:
- This builder for chaining.
-
getEmailAddress
public java.lang.String getEmailAddress()
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Specified by:
getEmailAddressin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The emailAddress.
-
getEmailAddressBytes
public com.google.protobuf.ByteString getEmailAddressBytes()
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Specified by:
getEmailAddressBytesin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The bytes for emailAddress.
-
setEmailAddress
public BusinessProfileLocationSet.Builder setEmailAddress(java.lang.String value)
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The emailAddress to set.- Returns:
- This builder for chaining.
-
clearEmailAddress
public BusinessProfileLocationSet.Builder clearEmailAddress()
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
setEmailAddressBytes
public BusinessProfileLocationSet.Builder setEmailAddressBytes(com.google.protobuf.ByteString value)
Required. Immutable. Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The bytes for emailAddress to set.- Returns:
- This builder for chaining.
-
getBusinessNameFilter
public java.lang.String getBusinessNameFilter()
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
string business_name_filter = 3;- Specified by:
getBusinessNameFilterin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The businessNameFilter.
-
getBusinessNameFilterBytes
public com.google.protobuf.ByteString getBusinessNameFilterBytes()
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
string business_name_filter = 3;- Specified by:
getBusinessNameFilterBytesin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The bytes for businessNameFilter.
-
setBusinessNameFilter
public BusinessProfileLocationSet.Builder setBusinessNameFilter(java.lang.String value)
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
string business_name_filter = 3;- Parameters:
value- The businessNameFilter to set.- Returns:
- This builder for chaining.
-
clearBusinessNameFilter
public BusinessProfileLocationSet.Builder clearBusinessNameFilter()
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
string business_name_filter = 3;- Returns:
- This builder for chaining.
-
setBusinessNameFilterBytes
public BusinessProfileLocationSet.Builder setBusinessNameFilterBytes(com.google.protobuf.ByteString value)
Used to filter Google Business Profile listings by business name. If businessNameFilter is set, only listings with a matching business name are candidates to be sync'd into Assets.
string business_name_filter = 3;- Parameters:
value- The bytes for businessNameFilter to set.- Returns:
- This builder for chaining.
-
getLabelFiltersList
public com.google.protobuf.ProtocolStringList getLabelFiltersList()
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Specified by:
getLabelFiltersListin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- A list containing the labelFilters.
-
getLabelFiltersCount
public int getLabelFiltersCount()
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Specified by:
getLabelFiltersCountin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The count of labelFilters.
-
getLabelFilters
public java.lang.String getLabelFilters(int index)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Specified by:
getLabelFiltersin interfaceBusinessProfileLocationSetOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The labelFilters at the given index.
-
getLabelFiltersBytes
public com.google.protobuf.ByteString getLabelFiltersBytes(int index)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Specified by:
getLabelFiltersBytesin interfaceBusinessProfileLocationSetOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the labelFilters at the given index.
-
setLabelFilters
public BusinessProfileLocationSet.Builder setLabelFilters(int index, java.lang.String value)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Parameters:
index- The index to set the value at.value- The labelFilters to set.- Returns:
- This builder for chaining.
-
addLabelFilters
public BusinessProfileLocationSet.Builder addLabelFilters(java.lang.String value)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Parameters:
value- The labelFilters to add.- Returns:
- This builder for chaining.
-
addAllLabelFilters
public BusinessProfileLocationSet.Builder addAllLabelFilters(java.lang.Iterable<java.lang.String> values)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Parameters:
values- The labelFilters to add.- Returns:
- This builder for chaining.
-
clearLabelFilters
public BusinessProfileLocationSet.Builder clearLabelFilters()
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Returns:
- This builder for chaining.
-
addLabelFiltersBytes
public BusinessProfileLocationSet.Builder addLabelFiltersBytes(com.google.protobuf.ByteString value)
Used to filter Google Business Profile listings by labels. If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.
repeated string label_filters = 4;- Parameters:
value- The bytes of the labelFilters to add.- Returns:
- This builder for chaining.
-
getListingIdFiltersList
public java.util.List<java.lang.Long> getListingIdFiltersList()
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Specified by:
getListingIdFiltersListin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- A list containing the listingIdFilters.
-
getListingIdFiltersCount
public int getListingIdFiltersCount()
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Specified by:
getListingIdFiltersCountin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The count of listingIdFilters.
-
getListingIdFilters
public long getListingIdFilters(int index)
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Specified by:
getListingIdFiltersin interfaceBusinessProfileLocationSetOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The listingIdFilters at the given index.
-
setListingIdFilters
public BusinessProfileLocationSet.Builder setListingIdFilters(int index, long value)
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Parameters:
index- The index to set the value at.value- The listingIdFilters to set.- Returns:
- This builder for chaining.
-
addListingIdFilters
public BusinessProfileLocationSet.Builder addListingIdFilters(long value)
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Parameters:
value- The listingIdFilters to add.- Returns:
- This builder for chaining.
-
addAllListingIdFilters
public BusinessProfileLocationSet.Builder addAllListingIdFilters(java.lang.Iterable<? extends java.lang.Long> values)
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Parameters:
values- The listingIdFilters to add.- Returns:
- This builder for chaining.
-
clearListingIdFilters
public BusinessProfileLocationSet.Builder clearListingIdFilters()
Used to filter Google Business Profile listings by listing id. If entries exist in listingIdFilters, only listings specified by the filters are candidates to be synchronized into Assets. If no entries exist in listingIdFilters, then all listings are candidates for syncing. Listing ID filters are OR'ed together.
repeated int64 listing_id_filters = 5;- Returns:
- This builder for chaining.
-
getBusinessAccountId
public java.lang.String getBusinessAccountId()
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getBusinessAccountIdin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The businessAccountId.
-
getBusinessAccountIdBytes
public com.google.protobuf.ByteString getBusinessAccountIdBytes()
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getBusinessAccountIdBytesin interfaceBusinessProfileLocationSetOrBuilder- Returns:
- The bytes for businessAccountId.
-
setBusinessAccountId
public BusinessProfileLocationSet.Builder setBusinessAccountId(java.lang.String value)
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The businessAccountId to set.- Returns:
- This builder for chaining.
-
clearBusinessAccountId
public BusinessProfileLocationSet.Builder clearBusinessAccountId()
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
setBusinessAccountIdBytes
public BusinessProfileLocationSet.Builder setBusinessAccountIdBytes(com.google.protobuf.ByteString value)
Immutable. The account ID of the managed business whose locations are to be used. If this field is not set, then all businesses accessible by the user (specified by the emailAddress) are used.
string business_account_id = 6 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The bytes for businessAccountId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final BusinessProfileLocationSet.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
mergeUnknownFields
public final BusinessProfileLocationSet.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
-