Show / Hide Table of Contents

Class LocationsResource.UpdateAttributesRequest

Update attributes for a given location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Attributes>
MyBusinessBusinessInformationBaseServiceRequest<Attributes>
LocationsResource.UpdateAttributesRequest
Implements
IClientServiceRequest<Attributes>
IClientServiceRequest
Inherited Members
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.Xgafv
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.AccessToken
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.Alt
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.Callback
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.Fields
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.Key
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.OauthToken
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.PrettyPrint
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.QuotaUser
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.UploadType
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.UploadProtocol
ClientServiceRequest<Attributes>.Execute()
ClientServiceRequest<Attributes>.ExecuteAsStream()
ClientServiceRequest<Attributes>.ExecuteAsync()
ClientServiceRequest<Attributes>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Attributes>.ExecuteAsStreamAsync()
ClientServiceRequest<Attributes>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Attributes>.CreateRequest(bool?)
ClientServiceRequest<Attributes>.GenerateRequestUri()
ClientServiceRequest<Attributes>.GetDefaultETagAction(string)
ClientServiceRequest<Attributes>.ETagAction
ClientServiceRequest<Attributes>.ModifyRequest
ClientServiceRequest<Attributes>.ValidateParameters
ClientServiceRequest<Attributes>.ApiVersion
ClientServiceRequest<Attributes>.RequestParameters
ClientServiceRequest<Attributes>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class LocationsResource.UpdateAttributesRequest : MyBusinessBusinessInformationBaseServiceRequest<Attributes>, IClientServiceRequest<Attributes>, IClientServiceRequest

Constructors

UpdateAttributesRequest(IClientService, Attributes, string)

Constructs a new UpdateAttributes request.

Declaration
public UpdateAttributesRequest(IClientService service, Attributes body, string name)
Parameters
Type Name Description
IClientService service
Attributes body
string name

Properties

AttributeMask

Required. Attribute name of attributes that you'd like to update. Represented by attributes/{attribute}. Updates: All attributes provided in the attributes field that you would like to update must be set in the attribute_mask. Attributes set in the above list but not in the attribute_mask will be ignored. Deletes: If you'd like to delete certain attributes, they must be specified in the attribute_mask with no matching entry in the attributes list. If you'd like to delete all attributes set on a location, you should look up all the applicable attributes for the location and then add them to the attribute_mask with an empty attributes field.

Declaration
[RequestParameter("attributeMask", RequestParameterType.Query)]
public virtual object AttributeMask { get; set; }
Property Value
Type Description
object

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Attributes>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Attributes>.MethodName

Name

Required. Google identifier for this location in the form of locations/{location_id}/attributes.

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
ClientServiceRequest<Attributes>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Attributes>.GetBody()

InitParameters()

Initializes UpdateAttributes parameter list.

Declaration
protected override void InitParameters()
Overrides
MyBusinessBusinessInformationBaseServiceRequest<Attributes>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX