Uses of Class
com.google.cloud.aiplatform.v1.ListIndexEndpointsRequest
-
Packages that use ListIndexEndpointsRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListIndexEndpointsRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListIndexEndpointsRequest Modifier and Type Method Description ListIndexEndpointsRequest
ListIndexEndpointsRequest.Builder. build()
ListIndexEndpointsRequest
ListIndexEndpointsRequest.Builder. buildPartial()
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. getDefaultInstance()
ListIndexEndpointsRequest
ListIndexEndpointsRequest.Builder. getDefaultInstanceForType()
ListIndexEndpointsRequest
ListIndexEndpointsRequest. getDefaultInstanceForType()
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseDelimitedFrom(InputStream input)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(byte[] data)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(InputStream input)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(ByteBuffer data)
static ListIndexEndpointsRequest
ListIndexEndpointsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ListIndexEndpointsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse>
IndexEndpointServiceGrpc. getListIndexEndpointsMethod()
com.google.protobuf.Parser<ListIndexEndpointsRequest>
ListIndexEndpointsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListIndexEndpointsRequest,ListIndexEndpointsResponse>
IndexEndpointServiceClient. listIndexEndpointsCallable()
Lists IndexEndpoints in a Location.com.google.api.gax.rpc.UnaryCallable<ListIndexEndpointsRequest,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceClient. listIndexEndpointsPagedCallable()
Lists IndexEndpoints in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceSettings.Builder. listIndexEndpointsSettings()
Returns the builder for the settings used for calls to listIndexEndpoints.com.google.api.gax.rpc.PagedCallSettings<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceSettings. listIndexEndpointsSettings()
Returns the object with the settings used for calls to listIndexEndpoints.static com.google.protobuf.Parser<ListIndexEndpointsRequest>
ListIndexEndpointsRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ListIndexEndpointsRequest Modifier and Type Method Description IndexEndpointServiceClient.ListIndexEndpointsPagedResponse
IndexEndpointServiceClient. listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.default void
IndexEndpointServiceGrpc.AsyncService. listIndexEndpoints(ListIndexEndpointsRequest request, io.grpc.stub.StreamObserver<ListIndexEndpointsResponse> responseObserver)
Lists IndexEndpoints in a Location.ListIndexEndpointsResponse
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub. listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.com.google.common.util.concurrent.ListenableFuture<ListIndexEndpointsResponse>
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub. listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.void
IndexEndpointServiceGrpc.IndexEndpointServiceStub. listIndexEndpoints(ListIndexEndpointsRequest request, io.grpc.stub.StreamObserver<ListIndexEndpointsResponse> responseObserver)
Lists IndexEndpoints in a Location.ListIndexEndpointsRequest.Builder
ListIndexEndpointsRequest.Builder. mergeFrom(ListIndexEndpointsRequest other)
static ListIndexEndpointsRequest.Builder
ListIndexEndpointsRequest. newBuilder(ListIndexEndpointsRequest prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ListIndexEndpointsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceClient.ListIndexEndpointsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, com.google.api.core.ApiFuture<ListIndexEndpointsResponse> futureResponse)
protected IndexEndpointServiceClient.ListIndexEndpointsPage
IndexEndpointServiceClient.ListIndexEndpointsPage. createPage(com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ListIndexEndpointsResponse response)
com.google.api.core.ApiFuture<IndexEndpointServiceClient.ListIndexEndpointsPage>
IndexEndpointServiceClient.ListIndexEndpointsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, com.google.api.core.ApiFuture<ListIndexEndpointsResponse> futureResponse)
-
Uses of ListIndexEndpointsRequest in com.google.cloud.aiplatform.v1.stub
-