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