Class ProjectsResource.LocationsResource.LookupEntryRequest
Looks up an entry by name using the permission on the source system.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LookupEntryRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1Entry>, IClientServiceRequest<GoogleCloudDataplexV1Entry>, IClientServiceRequest
Constructors
LookupEntryRequest(IClientService, string)
Constructs a new LookupEntry request.
Declaration
public LookupEntryRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
AspectTypes
Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
Declaration
[RequestParameter("aspectTypes", RequestParameterType.Query)]
public virtual Repeatable<string> AspectTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
Entry
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Declaration
[RequestParameter("entry", RequestParameterType.Query)]
public virtual string Entry { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 project to which the request should be attributed in the following form: projects/{project}/locations/{location}.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Paths
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
Declaration
[RequestParameter("paths", RequestParameterType.Query)]
public virtual Repeatable<string> Paths { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
View
Optional. View to control which parts of an entry the service should return. Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.LookupEntryRequest.ViewEnum? View { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.LookupEntryRequest.ViewEnum? |
Methods
InitParameters()
Initializes LookupEntry parameter list.
Declaration
protected override void InitParameters()