Show / Hide Table of Contents

Class ChainsResource

The "chains" collection of methods.

Inheritance
object
ChainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class ChainsResource

Constructors

ChainsResource(IClientService)

Constructs a new resource.

Declaration
public ChainsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets the specified chain. Returns NOT_FOUND if the chain does not exist.

Declaration
public virtual ChainsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The chain's resource name, in the format chains/{chain_place_id}.

Returns
Type Description
ChainsResource.GetRequest

Search()

Searches the chain based on chain name.

Declaration
public virtual ChainsResource.SearchRequest Search()
Returns
Type Description
ChainsResource.SearchRequest
In this article
Back to top Generated by DocFX