Uses of Class
com.google.cloud.dataform.v1alpha2.ReadFileResponse
-
Packages that use ReadFileResponse Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform APIcom.google.cloud.dataform.v1alpha2.stub -
-
Uses of ReadFileResponse in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return ReadFileResponse Modifier and Type Method Description ReadFileResponseReadFileResponse.Builder. build()ReadFileResponseReadFileResponse.Builder. buildPartial()static ReadFileResponseReadFileResponse. getDefaultInstance()ReadFileResponseReadFileResponse.Builder. getDefaultInstanceForType()ReadFileResponseReadFileResponse. getDefaultInstanceForType()static ReadFileResponseReadFileResponse. parseDelimitedFrom(InputStream input)static ReadFileResponseReadFileResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadFileResponseReadFileResponse. parseFrom(byte[] data)static ReadFileResponseReadFileResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadFileResponseReadFileResponse. parseFrom(com.google.protobuf.ByteString data)static ReadFileResponseReadFileResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadFileResponseReadFileResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReadFileResponseReadFileResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadFileResponseReadFileResponse. parseFrom(InputStream input)static ReadFileResponseReadFileResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadFileResponseReadFileResponse. parseFrom(ByteBuffer data)static ReadFileResponseReadFileResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReadFileResponseDataformClient. readFile(ReadFileRequest request)Returns the contents of a file (inside a Workspace).ReadFileResponseDataformGrpc.DataformBlockingStub. readFile(ReadFileRequest request)Returns the contents of a file (inside a Workspace).Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type ReadFileResponse Modifier and Type Method Description com.google.protobuf.Parser<ReadFileResponse>ReadFileResponse. getParserForType()static io.grpc.MethodDescriptor<ReadFileRequest,ReadFileResponse>DataformGrpc. getReadFileMethod()static com.google.protobuf.Parser<ReadFileResponse>ReadFileResponse. parser()com.google.common.util.concurrent.ListenableFuture<ReadFileResponse>DataformGrpc.DataformFutureStub. readFile(ReadFileRequest request)Returns the contents of a file (inside a Workspace).com.google.api.gax.rpc.UnaryCallable<ReadFileRequest,ReadFileResponse>DataformClient. readFileCallable()Returns the contents of a file (inside a Workspace).com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadFileRequest,ReadFileResponse>DataformSettings.Builder. readFileSettings()Returns the builder for the settings used for calls to readFile.com.google.api.gax.rpc.UnaryCallSettings<ReadFileRequest,ReadFileResponse>DataformSettings. readFileSettings()Returns the object with the settings used for calls to readFile.Methods in com.google.cloud.dataform.v1alpha2 with parameters of type ReadFileResponse Modifier and Type Method Description ReadFileResponse.BuilderReadFileResponse.Builder. mergeFrom(ReadFileResponse other)static ReadFileResponse.BuilderReadFileResponse. newBuilder(ReadFileResponse prototype)Method parameters in com.google.cloud.dataform.v1alpha2 with type arguments of type ReadFileResponse Modifier and Type Method Description default voidDataformGrpc.AsyncService. readFile(ReadFileRequest request, io.grpc.stub.StreamObserver<ReadFileResponse> responseObserver)Returns the contents of a file (inside a Workspace).voidDataformGrpc.DataformStub. readFile(ReadFileRequest request, io.grpc.stub.StreamObserver<ReadFileResponse> responseObserver)Returns the contents of a file (inside a Workspace). -
Uses of ReadFileResponse in com.google.cloud.dataform.v1alpha2.stub
Methods in com.google.cloud.dataform.v1alpha2.stub that return types with arguments of type ReadFileResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReadFileRequest,ReadFileResponse>DataformStub. readFileCallable()com.google.api.gax.rpc.UnaryCallable<ReadFileRequest,ReadFileResponse>GrpcDataformStub. readFileCallable()com.google.api.gax.rpc.UnaryCallable<ReadFileRequest,ReadFileResponse>HttpJsonDataformStub. readFileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadFileRequest,ReadFileResponse>DataformStubSettings.Builder. readFileSettings()Returns the builder for the settings used for calls to readFile.com.google.api.gax.rpc.UnaryCallSettings<ReadFileRequest,ReadFileResponse>DataformStubSettings. readFileSettings()Returns the object with the settings used for calls to readFile.
-