Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
ListParticipantsResponse |
ListParticipantsResponse.Builder.build() |
ListParticipantsResponse |
ListParticipantsResponse.Builder.buildPartial() |
static ListParticipantsResponse |
ListParticipantsResponse.getDefaultInstance() |
ListParticipantsResponse |
ListParticipantsResponse.getDefaultInstanceForType() |
ListParticipantsResponse |
ListParticipantsResponse.Builder.getDefaultInstanceForType() |
ListParticipantsResponse |
ParticipantsGrpc.ParticipantsBlockingStub.listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.
|
static ListParticipantsResponse |
ListParticipantsResponse.parseDelimitedFrom(InputStream input) |
static ListParticipantsResponse |
ListParticipantsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(byte[] data) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(ByteBuffer data) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(ByteString data) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(CodedInputStream input) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(InputStream input) |
static ListParticipantsResponse |
ListParticipantsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> |
ParticipantsGrpc.getListParticipantsMethod() |
Parser<ListParticipantsResponse> |
ListParticipantsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListParticipantsResponse> |
ParticipantsGrpc.ParticipantsFutureStub.listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.
|
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> |
ParticipantsClient.listParticipantsCallable()
Returns the list of all participants in the specified conversation.
|
PagedCallSettings<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> |
ParticipantsSettings.listParticipantsSettings()
Returns the object with the settings used for calls to listParticipants.
|
PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> |
ParticipantsSettings.Builder.listParticipantsSettings()
Returns the builder for the settings used for calls to listParticipants.
|
static Parser<ListParticipantsResponse> |
ListParticipantsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected ParticipantsClient.ListParticipantsPage |
ParticipantsClient.ListParticipantsPage.createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context,
ListParticipantsResponse response) |
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.mergeFrom(ListParticipantsResponse other) |
static ListParticipantsResponse.Builder |
ListParticipantsResponse.newBuilder(ListParticipantsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> |
ParticipantsStub.listParticipantsCallable() |
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> |
HttpJsonParticipantsStub.listParticipantsCallable() |
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> |
GrpcParticipantsStub.listParticipantsCallable() |
PagedCallSettings<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> |
ParticipantsStubSettings.listParticipantsSettings()
Returns the object with the settings used for calls to listParticipants.
|
PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse> |
ParticipantsStubSettings.Builder.listParticipantsSettings()
Returns the builder for the settings used for calls to listParticipants.
|
Copyright © 2022 Google LLC. All rights reserved.