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