Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.UnstarRequest
Marks an Entry as NOT starred by the current user. Starring information is private to each user.
Inheritance
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.UnstarRequest
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.UnstarRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1UnstarEntryResponse>, IClientServiceRequest<GoogleCloudDatacatalogV1UnstarEntryResponse>, IClientServiceRequest
Constructors
UnstarRequest(IClientService, GoogleCloudDatacatalogV1UnstarEntryRequest, string)
Constructs a new Unstar request.
Declaration
public UnstarRequest(IClientService service, GoogleCloudDatacatalogV1UnstarEntryRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatacatalogV1UnstarEntryRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the entry to mark as not 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Unstar parameter list.
Declaration
protected override void InitParameters()