public class MyBusinessBusinessInformation.Chains extends Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusinessBusinessInformation.Chains.Get |
class |
MyBusinessBusinessInformation.Chains.Search |
Constructor and Description |
---|
Chains() |
Modifier and Type | Method and Description |
---|---|
MyBusinessBusinessInformation.Chains.Get |
get(String name)
Gets the specified chain.
|
MyBusinessBusinessInformation.Chains.Search |
search()
Searches the chain based on chain name.
|
public MyBusinessBusinessInformation.Chains.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The chain's resource name, in the format `chains/{chain_place_id}`.IOException
public MyBusinessBusinessInformation.Chains.Search search() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.IOException
Copyright © 2011–2025 Google. All rights reserved.