python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to get locationState or specifically isDisconnected value for a location in Google my business new API?
Where I can find the locationState info in the new google my business API?
I was using this link, but now it is deprecated. The
locationState I used to get from google my business api v4, had a struct...
Shila Mosammami
Votes: 0
Answers: 0
how to get google-updated version of the specified location in mybusinessbusinessinformation.googleapis using java
Suppose mybusiness is an initializer of type MyBusinessBusinessInformation which also takes care of credentials, and locationName is a String which refers to the specific location and its format is lo...
Shila Mosammami
Votes: 0
Answers: 1
readMask value to get the display names form new GMB API
I am running this line of code:
location_list = self.service_mbbi_v1.accounts().locations().list(parent=account_name,readMask='name').execute()
And I get the list of the location IDs but I don'...
rafa
Votes: 0
Answers: 1
How to set pubsubTopic in order to list the notifications in a google account using mybusinessnotifications.googleapis.com in java
I want to read a list of notifications which google returns for a specific account. It seems that my old program is not working, and I cannot find an example for the new API. Back to the code, let's s...
Shila Mosammami
Votes: 0
Answers: 1