Class MarketingplatformAdminServiceGrpc (0.2.0)

public final class MarketingplatformAdminServiceGrpc

Service Interface for the Google Marketing Platform Admin API.

Inheritance

java.lang.Object > MarketingplatformAdminServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(MarketingplatformAdminServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(MarketingplatformAdminServiceGrpc.AsyncService service)
Parameter
Name Description
service MarketingplatformAdminServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateAnalyticsAccountLinkMethod()

public static MethodDescriptor<CreateAnalyticsAccountLinkRequest,AnalyticsAccountLink> getCreateAnalyticsAccountLinkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAnalyticsAccountLinkRequest,AnalyticsAccountLink>

getDeleteAnalyticsAccountLinkMethod()

public static MethodDescriptor<DeleteAnalyticsAccountLinkRequest,Empty> getDeleteAnalyticsAccountLinkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteAnalyticsAccountLinkRequest,Empty>

getGetOrganizationMethod()

public static MethodDescriptor<GetOrganizationRequest,Organization> getGetOrganizationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetOrganizationRequest,Organization>

getListAnalyticsAccountLinksMethod()

public static MethodDescriptor<ListAnalyticsAccountLinksRequest,ListAnalyticsAccountLinksResponse> getListAnalyticsAccountLinksMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAnalyticsAccountLinksRequest,ListAnalyticsAccountLinksResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getSetPropertyServiceLevelMethod()

public static MethodDescriptor<SetPropertyServiceLevelRequest,SetPropertyServiceLevelResponse> getSetPropertyServiceLevelMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SetPropertyServiceLevelRequest,SetPropertyServiceLevelResponse>

newBlockingStub(Channel channel)

public static MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceBlockingStub

newFutureStub(Channel channel)

public static MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceFutureStub

newStub(Channel channel)

public static MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
MarketingplatformAdminServiceGrpc.MarketingplatformAdminServiceStub