Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest

Gets an entry.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GetBody()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.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.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.GetRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.MethodName

Name

Required. The name of the entry. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1beta1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX