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.v18.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,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 type
google.ads.googleads.v18.common.BusinessProfileLocationSet-
Method Summary
Modifier and TypeMethodDescriptionaddAllLabelFilters(Iterable<String> values) Used to filter Google Business Profile listings by labels.addAllListingIdFilters(Iterable<? extends Long> values) Used to filter Google Business Profile listings by listing id.addLabelFilters(String value) Used to filter Google Business Profile listings by labels.addLabelFiltersBytes(com.google.protobuf.ByteString value) Used to filter Google Business Profile listings by labels.addListingIdFilters(long value) Used to filter Google Business Profile listings by listing id.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Immutable.Used to filter Google Business Profile listings by business name.Required.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Required.Used to filter Google Business Profile listings by labels.Used to filter Google Business Profile listings by listing id.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()Immutable.com.google.protobuf.ByteStringImmutable.Used to filter Google Business Profile listings by business name.com.google.protobuf.ByteStringUsed to filter Google Business Profile listings by business name.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorRequired.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.getLabelFilters(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.intUsed to filter Google Business Profile listings by labels.com.google.protobuf.ProtocolStringListUsed to filter Google Business Profile listings by labels.longgetListingIdFilters(int index) Used to filter Google Business Profile listings by listing id.intUsed to filter Google Business Profile listings by listing id.Used to filter Google Business Profile listings by listing id.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setBusinessAccountId(String value) Immutable.setBusinessAccountIdBytes(com.google.protobuf.ByteString value) Immutable.setBusinessNameFilter(String value) Used to filter Google Business Profile listings by business name.setBusinessNameFilterBytes(com.google.protobuf.ByteString value) Used to filter Google Business Profile listings by business name.setEmailAddress(String value) Required.setEmailAddressBytes(com.google.protobuf.ByteString value) Required.setHttpAuthorizationToken(String value) Required.setHttpAuthorizationTokenBytes(com.google.protobuf.ByteString value) Required.setLabelFilters(int index, String value) Used to filter Google Business Profile listings by labels.setListingIdFilters(int index, long value) Used to filter Google Business Profile listings by listing id.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
- 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
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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, 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, 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, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BusinessProfileLocationSet.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BusinessProfileLocationSet.Builder>
-
mergeFrom
-
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 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:
IOException
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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>
-