Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.StarRequest
Marks an Entry as starred by the current user. Starring information is private to each user.
Inheritance
System.Object
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.StarRequest
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 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 | |
System.String | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1StarEntryResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.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 |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1StarEntryResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1StarEntryResponse>.GetBody()
InitParameters()
Initializes Star parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1StarEntryResponse>.InitParameters()