Uses of Class
com.google.cloud.aiplatform.v1beta1.ReadTensorboardBlobDataResponse
-
Packages that use ReadTensorboardBlobDataResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ReadTensorboardBlobDataResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ReadTensorboardBlobDataResponse Modifier and Type Method Description ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse.Builder. build()
ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse.Builder. buildPartial()
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. getDefaultInstance()
ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse.Builder. getDefaultInstanceForType()
ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. getDefaultInstanceForType()
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseDelimitedFrom(InputStream input)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(byte[] data)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(com.google.protobuf.ByteString data)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(InputStream input)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(ByteBuffer data)
static ReadTensorboardBlobDataResponse
ReadTensorboardBlobDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ReadTensorboardBlobDataResponse Modifier and Type Method Description com.google.protobuf.Parser<ReadTensorboardBlobDataResponse>
ReadTensorboardBlobDataResponse. getParserForType()
static io.grpc.MethodDescriptor<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceGrpc. getReadTensorboardBlobDataMethod()
static com.google.protobuf.Parser<ReadTensorboardBlobDataResponse>
ReadTensorboardBlobDataResponse. parser()
Iterator<ReadTensorboardBlobDataResponse>
TensorboardServiceGrpc.TensorboardServiceBlockingStub. readTensorboardBlobData(ReadTensorboardBlobDataRequest request)
Gets bytes of TensorboardBlobs.com.google.api.gax.rpc.ServerStreamingCallable<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceClient. readTensorboardBlobDataCallable()
Gets bytes of TensorboardBlobs.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceSettings.Builder. readTensorboardBlobDataSettings()
Returns the builder for the settings used for calls to readTensorboardBlobData.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceSettings. readTensorboardBlobDataSettings()
Returns the object with the settings used for calls to readTensorboardBlobData.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ReadTensorboardBlobDataResponse Modifier and Type Method Description ReadTensorboardBlobDataResponse.Builder
ReadTensorboardBlobDataResponse.Builder. mergeFrom(ReadTensorboardBlobDataResponse other)
static ReadTensorboardBlobDataResponse.Builder
ReadTensorboardBlobDataResponse. newBuilder(ReadTensorboardBlobDataResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ReadTensorboardBlobDataResponse Modifier and Type Method Description default void
TensorboardServiceGrpc.AsyncService. readTensorboardBlobData(ReadTensorboardBlobDataRequest request, io.grpc.stub.StreamObserver<ReadTensorboardBlobDataResponse> responseObserver)
Gets bytes of TensorboardBlobs.void
TensorboardServiceGrpc.TensorboardServiceStub. readTensorboardBlobData(ReadTensorboardBlobDataRequest request, io.grpc.stub.StreamObserver<ReadTensorboardBlobDataResponse> responseObserver)
Gets bytes of TensorboardBlobs. -
Uses of ReadTensorboardBlobDataResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ReadTensorboardBlobDataResponse Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
GrpcTensorboardServiceStub. readTensorboardBlobDataCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceStub. readTensorboardBlobDataCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceStubSettings.Builder. readTensorboardBlobDataSettings()
Returns the builder for the settings used for calls to readTensorboardBlobData.com.google.api.gax.rpc.ServerStreamingCallSettings<ReadTensorboardBlobDataRequest,ReadTensorboardBlobDataResponse>
TensorboardServiceStubSettings. readTensorboardBlobDataSettings()
Returns the object with the settings used for calls to readTensorboardBlobData.
-