Show / Hide Table of Contents

Class LocationsResource.PlaceActionLinksResource.ListRequest

Lists the place action links for the specified location.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<ListPlaceActionLinksResponse>
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>
LocationsResource.PlaceActionLinksResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<ListPlaceActionLinksResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.Xgafv
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.AccessToken
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.Alt
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.Callback
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.Fields
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.Key
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.OauthToken
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.PrettyPrint
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.QuotaUser
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.UploadType
MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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.MyBusinessPlaceActions.v1
Assembly: Google.Apis.MyBusinessPlaceActions.v1.dll
Syntax
public class ListRequest : MyBusinessPlaceActionsBaseServiceRequest<ListPlaceActionLinksResponse>, IClientServiceRequest<ListPlaceActionLinksResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String parent

Properties

Filter

Optional. A filter constraining the place action links to return. The response includes entries that match the filter. We support only the following filter: 1. place_action_type=XYZ where XYZ is a valid PlaceActionType.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.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.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.MethodName

PageSize

Optional. How many place action links to return per page. Default of 10. The minimum is 1.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PageToken

Optional. If specified, returns the next page of place action links.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

Parent

Required. The name of the location whose place action links will be listed. locations/{location_id}.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessPlaceActions.v1.MyBusinessPlaceActionsBaseServiceRequest<Google.Apis.MyBusinessPlaceActions.v1.Data.ListPlaceActionLinksResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top