Class EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub (0.5.0)

public static final class EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub extends AbstractFutureStub<EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service EmailPreferencesService.

Service to support the EmailPreferences API. This service only permits retrieving and updating email preferences for the authenticated user.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
EmailPreferencesServiceGrpc.EmailPreferencesServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getEmailPreferences(GetEmailPreferencesRequest request)

public ListenableFuture<EmailPreferences> getEmailPreferences(GetEmailPreferencesRequest request)

Returns the email preferences for a Merchant Center account user. Use the name=accounts/*/users/me/emailPreferences alias to get preferences for the authenticated user.

Parameter
Name Description
request GetEmailPreferencesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<EmailPreferences>

updateEmailPreferences(UpdateEmailPreferencesRequest request)

public ListenableFuture<EmailPreferences> updateEmailPreferences(UpdateEmailPreferencesRequest request)

Updates the email preferences for a Merchant Center account user. MCA users should specify the MCA account rather than a sub-account of the MCA. Preferences which are not explicitly selected in the update mask will not be updated. It is invalid for updates to specify an UNCONFIRMED opt-in status value. Use the name=accounts/*/users/me/emailPreferences alias to update preferences for the authenticated user.

Parameter
Name Description
request UpdateEmailPreferencesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<EmailPreferences>