Class AttributesResource.ListRequest
Returns the list of attributes that would be available for a location with the given primary category and
country.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
AttributesResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.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()
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
public class ListRequest : MyBusinessBusinessInformationBaseServiceRequest<ListAttributeMetadataResponse>, IClientServiceRequest<ListAttributeMetadataResponse>, IClientServiceRequest
Constructors
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type |
Name |
Description |
Google.Apis.Services.IClientService |
service |
|
Properties
The primary category stable ID to find available attributes. Must be of the format
categories/{category_id}.
Declaration
[RequestParameter("categoryName", RequestParameterType.Query)]
public virtual string CategoryName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string HttpMethod { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.HttpMethod
The BCP 47 code of language to get attribute display names in. If this language is not available, they
will be provided in English.
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string MethodName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.MethodName
PageSize
How many attributes to include per page. Default is 200, minimum is 1.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PageToken
If specified, the next page of attribute metadata is retrieved.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type |
Description |
System.String |
|
Resource name of the location to look up available attributes. If this field is set, category_name,
region_code, language_code and show_all are not required and must not be set.
Declaration
[RequestParameter("parent", RequestParameterType.Query)]
public virtual string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
The ISO 3166-1 alpha-2 country code to find available attributes.
Declaration
[RequestParameter("regionCode", RequestParameterType.Query)]
public virtual string RegionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override string RestPath { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.RestPath
Metadata for all available attributes are returned when this field is set to true, disregarding parent
and category_name fields. language_code and region_code are required when show_all is set to true.
Declaration
[RequestParameter("showAll", RequestParameterType.Query)]
public virtual bool? ShowAll { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Methods
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessBusinessInformation.v1.MyBusinessBusinessInformationBaseServiceRequest<Google.Apis.MyBusinessBusinessInformation.v1.Data.ListAttributeMetadataResponse>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest