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 GetAnnotationSpecRequestGetAnnotationSpecRequest.Builder. build()GetAnnotationSpecRequestGetAnnotationSpecRequest.Builder. buildPartial()static GetAnnotationSpecRequestGetAnnotationSpecRequest. getDefaultInstance()GetAnnotationSpecRequestGetAnnotationSpecRequest.Builder. getDefaultInstanceForType()GetAnnotationSpecRequestGetAnnotationSpecRequest. getDefaultInstanceForType()static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseDelimitedFrom(InputStream input)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(byte[] data)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(com.google.protobuf.ByteString data)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(InputStream input)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotationSpecRequestGetAnnotationSpecRequest. parseFrom(ByteBuffer data)static GetAnnotationSpecRequestGetAnnotationSpecRequest. 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 AnnotationSpecDatasetServiceClient. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an AnnotationSpec.default voidDatasetServiceGrpc.AsyncService. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)Gets an AnnotationSpec.AnnotationSpecDatasetServiceGrpc.DatasetServiceBlockingStub. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an AnnotationSpec.com.google.common.util.concurrent.ListenableFuture<AnnotationSpec>DatasetServiceGrpc.DatasetServiceFutureStub. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an AnnotationSpec.voidDatasetServiceGrpc.DatasetServiceStub. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)Gets an AnnotationSpec.GetAnnotationSpecRequest.BuilderGetAnnotationSpecRequest.Builder. mergeFrom(GetAnnotationSpecRequest other)static GetAnnotationSpecRequest.BuilderGetAnnotationSpecRequest. 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.
-