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