Uses of Class
flyteidl.service.Dataproxy.CreateDownloadLocationResponse
-
Packages that use Dataproxy.CreateDownloadLocationResponse Package Description flyteidl.service -
-
Uses of Dataproxy.CreateDownloadLocationResponse in flyteidl.service
Fields in flyteidl.service declared as Dataproxy.CreateDownloadLocationResponse Modifier and Type Field Description private static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. DEFAULT_INSTANCEFields in flyteidl.service with type parameters of type Dataproxy.CreateDownloadLocationResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse>DataProxyServiceGrpc. getCreateDownloadLocationMethodprivate static com.google.protobuf.Parser<Dataproxy.CreateDownloadLocationResponse>Dataproxy.CreateDownloadLocationResponse. PARSERMethods in flyteidl.service that return Dataproxy.CreateDownloadLocationResponse Modifier and Type Method Description Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse.Builder. build()Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse.Builder. buildPartial()Dataproxy.CreateDownloadLocationResponseDataProxyServiceGrpc.DataProxyServiceBlockingStub. createDownloadLocation(Dataproxy.CreateDownloadLocationRequest request)CreateDownloadLocation creates a signed url to download artifacts.static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. getDefaultInstance()Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse.Builder. getDefaultInstanceForType()Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. getDefaultInstanceForType()static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseDelimitedFrom(InputStream input)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(byte[] data)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(com.google.protobuf.ByteString data)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(InputStream input)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(ByteBuffer data)static Dataproxy.CreateDownloadLocationResponseDataproxy.CreateDownloadLocationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.service that return types with arguments of type Dataproxy.CreateDownloadLocationResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Dataproxy.CreateDownloadLocationResponse>DataProxyServiceGrpc.DataProxyServiceFutureStub. createDownloadLocation(Dataproxy.CreateDownloadLocationRequest request)CreateDownloadLocation creates a signed url to download artifacts.static io.grpc.MethodDescriptor<Dataproxy.CreateDownloadLocationRequest,Dataproxy.CreateDownloadLocationResponse>DataProxyServiceGrpc. getCreateDownloadLocationMethod()com.google.protobuf.Parser<Dataproxy.CreateDownloadLocationResponse>Dataproxy.CreateDownloadLocationResponse. getParserForType()static com.google.protobuf.Parser<Dataproxy.CreateDownloadLocationResponse>Dataproxy.CreateDownloadLocationResponse. parser()Methods in flyteidl.service with parameters of type Dataproxy.CreateDownloadLocationResponse Modifier and Type Method Description private voidDataproxy.CreateDownloadLocationResponse.Builder. buildPartial0(Dataproxy.CreateDownloadLocationResponse result)Dataproxy.CreateDownloadLocationResponse.BuilderDataproxy.CreateDownloadLocationResponse.Builder. mergeFrom(Dataproxy.CreateDownloadLocationResponse other)static Dataproxy.CreateDownloadLocationResponse.BuilderDataproxy.CreateDownloadLocationResponse. newBuilder(Dataproxy.CreateDownloadLocationResponse prototype)Method parameters in flyteidl.service with type arguments of type Dataproxy.CreateDownloadLocationResponse Modifier and Type Method Description voidDataProxyServiceGrpc.DataProxyServiceImplBase. createDownloadLocation(Dataproxy.CreateDownloadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateDownloadLocationResponse> responseObserver)CreateDownloadLocation creates a signed url to download artifacts.voidDataProxyServiceGrpc.DataProxyServiceStub. createDownloadLocation(Dataproxy.CreateDownloadLocationRequest request, io.grpc.stub.StreamObserver<Dataproxy.CreateDownloadLocationResponse> responseObserver)CreateDownloadLocation creates a signed url to download artifacts.
-