Uses of Class
com.google.cloud.apigeeconnect.v1.ListConnectionsRequest
-
Packages that use ListConnectionsRequest Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect APIcom.google.cloud.apigeeconnect.v1.stub -
-
Uses of ListConnectionsRequest in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return ListConnectionsRequest Modifier and Type Method Description ListConnectionsRequestListConnectionsRequest.Builder. build()ListConnectionsRequestListConnectionsRequest.Builder. buildPartial()static ListConnectionsRequestListConnectionsRequest. getDefaultInstance()ListConnectionsRequestListConnectionsRequest.Builder. getDefaultInstanceForType()ListConnectionsRequestListConnectionsRequest. getDefaultInstanceForType()static ListConnectionsRequestListConnectionsRequest. parseDelimitedFrom(InputStream input)static ListConnectionsRequestListConnectionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsRequestListConnectionsRequest. parseFrom(byte[] data)static ListConnectionsRequestListConnectionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsRequestListConnectionsRequest. parseFrom(com.google.protobuf.ByteString data)static ListConnectionsRequestListConnectionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsRequestListConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListConnectionsRequestListConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsRequestListConnectionsRequest. parseFrom(InputStream input)static ListConnectionsRequestListConnectionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConnectionsRequestListConnectionsRequest. parseFrom(ByteBuffer data)static ListConnectionsRequestListConnectionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type ListConnectionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceGrpc. getListConnectionsMethod()com.google.protobuf.Parser<ListConnectionsRequest>ListConnectionsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceClient. listConnectionsCallable()Lists connections that are currently active for the given Apigee Connect endpoint.com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceClient. listConnectionsPagedCallable()Lists connections that are currently active for the given Apigee Connect endpoint.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceSettings.Builder. listConnectionsSettings()Returns the builder for the settings used for calls to listConnections.com.google.api.gax.rpc.PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceSettings. listConnectionsSettings()Returns the object with the settings used for calls to listConnections.static com.google.protobuf.Parser<ListConnectionsRequest>ListConnectionsRequest. parser()Methods in com.google.cloud.apigeeconnect.v1 with parameters of type ListConnectionsRequest Modifier and Type Method Description ConnectionServiceClient.ListConnectionsPagedResponseConnectionServiceClient. listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.default voidConnectionServiceGrpc.AsyncService. listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)Lists connections that are currently active for the given Apigee Connect endpoint.ListConnectionsResponseConnectionServiceGrpc.ConnectionServiceBlockingStub. listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse>ConnectionServiceGrpc.ConnectionServiceFutureStub. listConnections(ListConnectionsRequest request)Lists connections that are currently active for the given Apigee Connect endpoint.voidConnectionServiceGrpc.ConnectionServiceStub. listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)Lists connections that are currently active for the given Apigee Connect endpoint.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. mergeFrom(ListConnectionsRequest other)static ListConnectionsRequest.BuilderListConnectionsRequest. newBuilder(ListConnectionsRequest prototype)Method parameters in com.google.cloud.apigeeconnect.v1 with type arguments of type ListConnectionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceClient.ListConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)protected ConnectionServiceClient.ListConnectionsPageConnectionServiceClient.ListConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage>ConnectionServiceClient.ListConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse) -
Uses of ListConnectionsRequest in com.google.cloud.apigeeconnect.v1.stub
Methods in com.google.cloud.apigeeconnect.v1.stub that return types with arguments of type ListConnectionsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>ConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>GrpcConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>HttpJsonConnectionServiceStub. listConnectionsCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceStub. listConnectionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ConnectionServiceClient.ListConnectionsPagedResponse>GrpcConnectionServiceStub. listConnectionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListConnectionsRequest,ConnectionServiceClient.ListConnectionsPagedResponse>HttpJsonConnectionServiceStub. listConnectionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceStubSettings.Builder. listConnectionsSettings()Returns the builder for the settings used for calls to listConnections.com.google.api.gax.rpc.PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ConnectionServiceClient.ListConnectionsPagedResponse>ConnectionServiceStubSettings. listConnectionsSettings()Returns the object with the settings used for calls to listConnections.
-