Show / Hide Table of Contents

Class EntriesResource

The "entries" collection of methods.

Inheritance
object
EntriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class EntriesResource

Constructors

EntriesResource(IClientService)

Constructs a new resource.

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

Methods

Lookup()

Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Data Catalog Entry.

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