Uses of Class
com.google.cloud.aiplatform.v1.GetAnnotationSpecRequest
-
Packages that use GetAnnotationSpecRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetAnnotationSpecRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetAnnotationSpecRequest Modifier and Type Method Description GetAnnotationSpecRequest
GetAnnotationSpecRequest.Builder. build()
GetAnnotationSpecRequest
GetAnnotationSpecRequest.Builder. buildPartial()
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. getDefaultInstance()
GetAnnotationSpecRequest
GetAnnotationSpecRequest.Builder. getDefaultInstanceForType()
GetAnnotationSpecRequest
GetAnnotationSpecRequest. getDefaultInstanceForType()
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseDelimitedFrom(InputStream input)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(byte[] data)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(InputStream input)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(ByteBuffer data)
static GetAnnotationSpecRequest
GetAnnotationSpecRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetAnnotationSpecRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceClient. getAnnotationSpecCallable()
Gets an AnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceSettings.Builder. getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceSettings. getAnnotationSpecSettings()
Returns the object with the settings used for calls to getAnnotationSpec.static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceGrpc. getGetAnnotationSpecMethod()
com.google.protobuf.Parser<GetAnnotationSpecRequest>
GetAnnotationSpecRequest. getParserForType()
static com.google.protobuf.Parser<GetAnnotationSpecRequest>
GetAnnotationSpecRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type GetAnnotationSpecRequest Modifier and Type Method Description AnnotationSpec
DatasetServiceClient. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.default void
DatasetServiceGrpc.AsyncService. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an AnnotationSpec.AnnotationSpec
DatasetServiceGrpc.DatasetServiceBlockingStub. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.com.google.common.util.concurrent.ListenableFuture<AnnotationSpec>
DatasetServiceGrpc.DatasetServiceFutureStub. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.void
DatasetServiceGrpc.DatasetServiceStub. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an AnnotationSpec.GetAnnotationSpecRequest.Builder
GetAnnotationSpecRequest.Builder. mergeFrom(GetAnnotationSpecRequest other)
static GetAnnotationSpecRequest.Builder
GetAnnotationSpecRequest. newBuilder(GetAnnotationSpecRequest prototype)
-
Uses of GetAnnotationSpecRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetAnnotationSpecRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStub. getAnnotationSpecCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
GrpcDatasetServiceStub. getAnnotationSpecCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStubSettings.Builder. getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStubSettings. getAnnotationSpecSettings()
Returns the object with the settings used for calls to getAnnotationSpec.
-