Show / Hide Table of Contents

Class EntriesResource

The "entries" collection of methods.

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

Constructors

EntriesResource(IClientService)

Constructs a new resource.

Declaration
public EntriesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Lookup()

Gets an entry by its target resource name. The resource name comes from the source Google Cloud Platform service.

Declaration
public virtual EntriesResource.LookupRequest Lookup()
Returns
Type Description
EntriesResource.LookupRequest
In This Article
Back to top