Show / Hide Table of Contents

Class ChainsResource

The "chains" collection of methods.

Inheritance
System.Object
ChainsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Google.Apis.Services.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
System.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