Uses of Class
com.google.cloud.aiplatform.v1.ListTensorboardsResponse
-
Packages that use ListTensorboardsResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListTensorboardsResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListTensorboardsResponse Modifier and Type Method Description ListTensorboardsResponseListTensorboardsResponse.Builder. build()ListTensorboardsResponseListTensorboardsResponse.Builder. buildPartial()static ListTensorboardsResponseListTensorboardsResponse. getDefaultInstance()ListTensorboardsResponseListTensorboardsResponse.Builder. getDefaultInstanceForType()ListTensorboardsResponseListTensorboardsResponse. getDefaultInstanceForType()ListTensorboardsResponseTensorboardServiceGrpc.TensorboardServiceBlockingStub. listTensorboards(ListTensorboardsRequest request)Lists Tensorboards in a Location.static ListTensorboardsResponseListTensorboardsResponse. parseDelimitedFrom(InputStream input)static ListTensorboardsResponseListTensorboardsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(byte[] data)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(com.google.protobuf.ByteString data)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(InputStream input)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(ByteBuffer data)static ListTensorboardsResponseListTensorboardsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ListTensorboardsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTensorboardsRequest,ListTensorboardsResponse>TensorboardServiceGrpc. getListTensorboardsMethod()com.google.protobuf.Parser<ListTensorboardsResponse>ListTensorboardsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTensorboardsResponse>TensorboardServiceGrpc.TensorboardServiceFutureStub. listTensorboards(ListTensorboardsRequest request)Lists Tensorboards in a Location.com.google.api.gax.rpc.UnaryCallable<ListTensorboardsRequest,ListTensorboardsResponse>TensorboardServiceClient. listTensorboardsCallable()Lists Tensorboards in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceSettings.Builder. listTensorboardsSettings()Returns the builder for the settings used for calls to listTensorboards.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceSettings. listTensorboardsSettings()Returns the object with the settings used for calls to listTensorboards.static com.google.protobuf.Parser<ListTensorboardsResponse>ListTensorboardsResponse. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ListTensorboardsResponse Modifier and Type Method Description protected TensorboardServiceClient.ListTensorboardsPageTensorboardServiceClient.ListTensorboardsPage. createPage(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, ListTensorboardsResponse response)ListTensorboardsResponse.BuilderListTensorboardsResponse.Builder. mergeFrom(ListTensorboardsResponse other)static ListTensorboardsResponse.BuilderListTensorboardsResponse. newBuilder(ListTensorboardsResponse prototype)Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ListTensorboardsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceClient.ListTensorboardsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, com.google.api.core.ApiFuture<ListTensorboardsResponse> futureResponse)static com.google.api.core.ApiFuture<TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceClient.ListTensorboardsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, com.google.api.core.ApiFuture<ListTensorboardsResponse> futureResponse)protected TensorboardServiceClient.ListTensorboardsPageTensorboardServiceClient.ListTensorboardsPage. createPage(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, ListTensorboardsResponse response)com.google.api.core.ApiFuture<TensorboardServiceClient.ListTensorboardsPage>TensorboardServiceClient.ListTensorboardsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, com.google.api.core.ApiFuture<ListTensorboardsResponse> futureResponse)com.google.api.core.ApiFuture<TensorboardServiceClient.ListTensorboardsPage>TensorboardServiceClient.ListTensorboardsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorboardsRequest,ListTensorboardsResponse,Tensorboard> context, com.google.api.core.ApiFuture<ListTensorboardsResponse> futureResponse)default voidTensorboardServiceGrpc.AsyncService. listTensorboards(ListTensorboardsRequest request, io.grpc.stub.StreamObserver<ListTensorboardsResponse> responseObserver)Lists Tensorboards in a Location.voidTensorboardServiceGrpc.TensorboardServiceStub. listTensorboards(ListTensorboardsRequest request, io.grpc.stub.StreamObserver<ListTensorboardsResponse> responseObserver)Lists Tensorboards in a Location. -
Uses of ListTensorboardsResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ListTensorboardsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTensorboardsRequest,ListTensorboardsResponse>GrpcTensorboardServiceStub. listTensorboardsCallable()com.google.api.gax.rpc.UnaryCallable<ListTensorboardsRequest,ListTensorboardsResponse>TensorboardServiceStub. listTensorboardsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceStubSettings.Builder. listTensorboardsSettings()Returns the builder for the settings used for calls to listTensorboards.com.google.api.gax.rpc.PagedCallSettings<ListTensorboardsRequest,ListTensorboardsResponse,TensorboardServiceClient.ListTensorboardsPagedResponse>TensorboardServiceStubSettings. listTensorboardsSettings()Returns the object with the settings used for calls to listTensorboards.
-