Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest

Gets an entry.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1Entry>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GetBody()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.MethodName

Name

Required. The name of the entry to get.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX