public static final class IngestionServiceGrpc.IngestionServiceBlockingV2Stub extends AbstractBlockingStub<IngestionServiceGrpc.IngestionServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service IngestionService.
Service for sending audience data to supported destinations.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > IngestionServiceGrpc.IngestionServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected IngestionServiceGrpc.IngestionServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
IngestionServiceGrpc.IngestionServiceBlockingV2Stub |
|
ingestAdEvents(IngestAdEventsRequest request)
public IngestAdEventsResponse ingestAdEvents(IngestAdEventsRequest request)Uploads a list of AdEvent resources to Google Analytics. This feature is only available to accounts on an allowlist.
| Parameter | |
|---|---|
| Name | Description |
request |
IngestAdEventsRequest |
| Returns | |
|---|---|
| Type | Description |
IngestAdEventsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
ingestAudienceMembers(IngestAudienceMembersRequest request)
public IngestAudienceMembersResponse ingestAudienceMembers(IngestAudienceMembersRequest request)Uploads a list of AudienceMember resources to the provided Destination.
| Parameter | |
|---|---|
| Name | Description |
request |
IngestAudienceMembersRequest |
| Returns | |
|---|---|
| Type | Description |
IngestAudienceMembersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
ingestEvents(IngestEventsRequest request)
public IngestEventsResponse ingestEvents(IngestEventsRequest request)Uploads a list of Event resources from the provided Destination.
| Parameter | |
|---|---|
| Name | Description |
request |
IngestEventsRequest |
| Returns | |
|---|---|
| Type | Description |
IngestEventsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
removeAudienceMembers(RemoveAudienceMembersRequest request)
public RemoveAudienceMembersResponse removeAudienceMembers(RemoveAudienceMembersRequest request)Removes a list of AudienceMember resources from the provided Destination.
| Parameter | |
|---|---|
| Name | Description |
request |
RemoveAudienceMembersRequest |
| Returns | |
|---|---|
| Type | Description |
RemoveAudienceMembersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
retrieveRequestStatus(RetrieveRequestStatusRequest request)
public RetrieveRequestStatusResponse retrieveRequestStatus(RetrieveRequestStatusRequest request)Gets the status of a request given request id.
| Parameter | |
|---|---|
| Name | Description |
request |
RetrieveRequestStatusRequest |
| Returns | |
|---|---|
| Type | Description |
RetrieveRequestStatusResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|