Show / Hide Table of Contents

Class OperationsResource.LroResource

The "lro" collection of methods.

Inheritance
System.Object
OperationsResource.LroResource
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.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class LroResource

Constructors

LroResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/operations. To override the binding, API services can add a binding such as "/v1/{name=users}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

Declaration
public virtual OperationsResource.LroResource.ListRequest List(string name)
Parameters
Type Name Description
System.String name

The name of the operation's parent resource.

Returns
Type Description
OperationsResource.LroResource.ListRequest
Back to top