Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.StarRequest

Marks an Entry as starred by the current user. Starring information is private to each user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.StarRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.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.StarRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>, IClientServiceRequest

Constructors

StarRequest(IClientService, GoogleCloudDatacatalogV1StarEntryRequest, string)

Constructs a new Star request.

Declaration
public StarRequest(IClientService service, GoogleCloudDatacatalogV1StarEntryRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1StarEntryRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the entry to mark as starred.

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<GoogleCloudDatacatalogV1StarEntryResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1StarEntryResponse>.GetBody()

InitParameters()

Initializes Star parameter list.

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

Implements

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