Uses of Class
com.google.cloud.aiplatform.v1.ReadTensorboardSizeResponse
-
Packages that use ReadTensorboardSizeResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ReadTensorboardSizeResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ReadTensorboardSizeResponse Modifier and Type Method Description ReadTensorboardSizeResponseReadTensorboardSizeResponse.Builder. build()ReadTensorboardSizeResponseReadTensorboardSizeResponse.Builder. buildPartial()static ReadTensorboardSizeResponseReadTensorboardSizeResponse. getDefaultInstance()ReadTensorboardSizeResponseReadTensorboardSizeResponse.Builder. getDefaultInstanceForType()ReadTensorboardSizeResponseReadTensorboardSizeResponse. getDefaultInstanceForType()static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseDelimitedFrom(InputStream input)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(byte[] data)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(com.google.protobuf.ByteString data)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(InputStream input)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(ByteBuffer data)static ReadTensorboardSizeResponseReadTensorboardSizeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReadTensorboardSizeResponseTensorboardServiceClient. readTensorboardSize(ReadTensorboardSizeRequest request)Returns the storage size for a given TensorBoard instance.ReadTensorboardSizeResponseTensorboardServiceClient. readTensorboardSize(TensorboardName tensorboard)Returns the storage size for a given TensorBoard instance.ReadTensorboardSizeResponseTensorboardServiceClient. readTensorboardSize(String tensorboard)Returns the storage size for a given TensorBoard instance.ReadTensorboardSizeResponseTensorboardServiceGrpc.TensorboardServiceBlockingStub. readTensorboardSize(ReadTensorboardSizeRequest request)Returns the storage size for a given TensorBoard instance.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ReadTensorboardSizeResponse Modifier and Type Method Description com.google.protobuf.Parser<ReadTensorboardSizeResponse>ReadTensorboardSizeResponse. getParserForType()static io.grpc.MethodDescriptor<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceGrpc. getReadTensorboardSizeMethod()static com.google.protobuf.Parser<ReadTensorboardSizeResponse>ReadTensorboardSizeResponse. parser()com.google.common.util.concurrent.ListenableFuture<ReadTensorboardSizeResponse>TensorboardServiceGrpc.TensorboardServiceFutureStub. readTensorboardSize(ReadTensorboardSizeRequest request)Returns the storage size for a given TensorBoard instance.com.google.api.gax.rpc.UnaryCallable<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceClient. readTensorboardSizeCallable()Returns the storage size for a given TensorBoard instance.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceSettings.Builder. readTensorboardSizeSettings()Returns the builder for the settings used for calls to readTensorboardSize.com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceSettings. readTensorboardSizeSettings()Returns the object with the settings used for calls to readTensorboardSize.Methods in com.google.cloud.aiplatform.v1 with parameters of type ReadTensorboardSizeResponse Modifier and Type Method Description ReadTensorboardSizeResponse.BuilderReadTensorboardSizeResponse.Builder. mergeFrom(ReadTensorboardSizeResponse other)static ReadTensorboardSizeResponse.BuilderReadTensorboardSizeResponse. newBuilder(ReadTensorboardSizeResponse prototype)Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ReadTensorboardSizeResponse Modifier and Type Method Description default voidTensorboardServiceGrpc.AsyncService. readTensorboardSize(ReadTensorboardSizeRequest request, io.grpc.stub.StreamObserver<ReadTensorboardSizeResponse> responseObserver)Returns the storage size for a given TensorBoard instance.voidTensorboardServiceGrpc.TensorboardServiceStub. readTensorboardSize(ReadTensorboardSizeRequest request, io.grpc.stub.StreamObserver<ReadTensorboardSizeResponse> responseObserver)Returns the storage size for a given TensorBoard instance. -
Uses of ReadTensorboardSizeResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ReadTensorboardSizeResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>GrpcTensorboardServiceStub. readTensorboardSizeCallable()com.google.api.gax.rpc.UnaryCallable<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceStub. readTensorboardSizeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceStubSettings.Builder. readTensorboardSizeSettings()Returns the builder for the settings used for calls to readTensorboardSize.com.google.api.gax.rpc.UnaryCallSettings<ReadTensorboardSizeRequest,ReadTensorboardSizeResponse>TensorboardServiceStubSettings. readTensorboardSizeSettings()Returns the object with the settings used for calls to readTensorboardSize.
-