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