Uses of Class
com.google.cloud.aiplatform.v1beta1.ListContextsResponse
-
Packages that use ListContextsResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ListContextsResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListContextsResponse Modifier and Type Method Description ListContextsResponseListContextsResponse.Builder. build()ListContextsResponseListContextsResponse.Builder. buildPartial()static ListContextsResponseListContextsResponse. getDefaultInstance()ListContextsResponseListContextsResponse.Builder. getDefaultInstanceForType()ListContextsResponseListContextsResponse. getDefaultInstanceForType()ListContextsResponseMetadataServiceGrpc.MetadataServiceBlockingStub. listContexts(ListContextsRequest request)Lists Contexts on the MetadataStore.static ListContextsResponseListContextsResponse. parseDelimitedFrom(InputStream input)static ListContextsResponseListContextsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(byte[] data)static ListContextsResponseListContextsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.ByteString data)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(InputStream input)static ListContextsResponseListContextsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(ByteBuffer data)static ListContextsResponseListContextsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ListContextsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse>MetadataServiceGrpc. getListContextsMethod()com.google.protobuf.Parser<ListContextsResponse>ListContextsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListContextsResponse>MetadataServiceGrpc.MetadataServiceFutureStub. listContexts(ListContextsRequest request)Lists Contexts on the MetadataStore.com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>MetadataServiceClient. listContextsCallable()Lists Contexts on the MetadataStore.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.static com.google.protobuf.Parser<ListContextsResponse>ListContextsResponse. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ListContextsResponse Modifier and Type Method Description protected MetadataServiceClient.ListContextsPageMetadataServiceClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)ListContextsResponse.BuilderListContextsResponse.Builder. mergeFrom(ListContextsResponse other)static ListContextsResponse.BuilderListContextsResponse. newBuilder(ListContextsResponse prototype)Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ListContextsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPagedResponse>MetadataServiceClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)static com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPagedResponse>MetadataServiceClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)protected MetadataServiceClient.ListContextsPageMetadataServiceClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPage>MetadataServiceClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPage>MetadataServiceClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)default voidMetadataServiceGrpc.AsyncService. listContexts(ListContextsRequest request, io.grpc.stub.StreamObserver<ListContextsResponse> responseObserver)Lists Contexts on the MetadataStore.voidMetadataServiceGrpc.MetadataServiceStub. listContexts(ListContextsRequest request, io.grpc.stub.StreamObserver<ListContextsResponse> responseObserver)Lists Contexts on the MetadataStore. -
Uses of ListContextsResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ListContextsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>GrpcMetadataServiceStub. listContextsCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>MetadataServiceStub. listContextsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceStubSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse>MetadataServiceStubSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.
-