Class ProjectsResource.LocationsResource.ConnectionsResource.ConnectionSchemaMetadataResource.ListActionsRequest
List actions.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.ConnectionSchemaMetadataResource.ListActionsRequest
Inherited Members
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.ConnectionSchemaMetadataResource.ListActionsRequest : ConnectorsBaseServiceRequest<ListActionsResponse>, IClientServiceRequest<ListActionsResponse>, IClientServiceRequest
Constructors
ListActionsRequest(IClientService, string)
Constructs a new ListActions request.
Declaration
public ListActionsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
Filter
Required. Filter Wildcards are not supported in the filter currently.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { 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. Resource name format. projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
PageSize
Page size. If unspecified, at most 50 actions will be returned.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View
Specifies which fields are returned in response. Defaults to BASIC view.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ConnectionsResource.ConnectionSchemaMetadataResource.ListActionsRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConnectionsResource.ConnectionSchemaMetadataResource.ListActionsRequest.ViewEnum? |
Methods
InitParameters()
Initializes ListActions parameter list.
Declaration
protected override void InitParameters()