Uses of Class
com.google.cloud.dataform.v1beta1.FetchFileDiffResponse
-
Packages that use FetchFileDiffResponse Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of FetchFileDiffResponse in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return FetchFileDiffResponse Modifier and Type Method Description FetchFileDiffResponseFetchFileDiffResponse.Builder. build()FetchFileDiffResponseFetchFileDiffResponse.Builder. buildPartial()FetchFileDiffResponseDataformClient. fetchFileDiff(FetchFileDiffRequest request)Fetches Git diff for an uncommitted file in a Workspace.FetchFileDiffResponseDataformGrpc.DataformBlockingStub. fetchFileDiff(FetchFileDiffRequest request)Fetches Git diff for an uncommitted file in a Workspace.static FetchFileDiffResponseFetchFileDiffResponse. getDefaultInstance()FetchFileDiffResponseFetchFileDiffResponse.Builder. getDefaultInstanceForType()FetchFileDiffResponseFetchFileDiffResponse. getDefaultInstanceForType()static FetchFileDiffResponseFetchFileDiffResponse. parseDelimitedFrom(InputStream input)static FetchFileDiffResponseFetchFileDiffResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(byte[] data)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(com.google.protobuf.ByteString data)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(com.google.protobuf.CodedInputStream input)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(InputStream input)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(ByteBuffer data)static FetchFileDiffResponseFetchFileDiffResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataform.v1beta1 that return types with arguments of type FetchFileDiffResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FetchFileDiffResponse>DataformGrpc.DataformFutureStub. fetchFileDiff(FetchFileDiffRequest request)Fetches Git diff for an uncommitted file in a Workspace.com.google.api.gax.rpc.UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse>DataformClient. fetchFileDiffCallable()Fetches Git diff for an uncommitted file in a Workspace.com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchFileDiffRequest,FetchFileDiffResponse>DataformSettings.Builder. fetchFileDiffSettings()Returns the builder for the settings used for calls to fetchFileDiff.com.google.api.gax.rpc.UnaryCallSettings<FetchFileDiffRequest,FetchFileDiffResponse>DataformSettings. fetchFileDiffSettings()Returns the object with the settings used for calls to fetchFileDiff.static io.grpc.MethodDescriptor<FetchFileDiffRequest,FetchFileDiffResponse>DataformGrpc. getFetchFileDiffMethod()com.google.protobuf.Parser<FetchFileDiffResponse>FetchFileDiffResponse. getParserForType()static com.google.protobuf.Parser<FetchFileDiffResponse>FetchFileDiffResponse. parser()Methods in com.google.cloud.dataform.v1beta1 with parameters of type FetchFileDiffResponse Modifier and Type Method Description FetchFileDiffResponse.BuilderFetchFileDiffResponse.Builder. mergeFrom(FetchFileDiffResponse other)static FetchFileDiffResponse.BuilderFetchFileDiffResponse. newBuilder(FetchFileDiffResponse prototype)Method parameters in com.google.cloud.dataform.v1beta1 with type arguments of type FetchFileDiffResponse Modifier and Type Method Description default voidDataformGrpc.AsyncService. fetchFileDiff(FetchFileDiffRequest request, io.grpc.stub.StreamObserver<FetchFileDiffResponse> responseObserver)Fetches Git diff for an uncommitted file in a Workspace.voidDataformGrpc.DataformStub. fetchFileDiff(FetchFileDiffRequest request, io.grpc.stub.StreamObserver<FetchFileDiffResponse> responseObserver)Fetches Git diff for an uncommitted file in a Workspace. -
Uses of FetchFileDiffResponse in com.google.cloud.dataform.v1beta1.stub
Methods in com.google.cloud.dataform.v1beta1.stub that return types with arguments of type FetchFileDiffResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse>DataformStub. fetchFileDiffCallable()com.google.api.gax.rpc.UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse>GrpcDataformStub. fetchFileDiffCallable()com.google.api.gax.rpc.UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse>HttpJsonDataformStub. fetchFileDiffCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchFileDiffRequest,FetchFileDiffResponse>DataformStubSettings.Builder. fetchFileDiffSettings()Returns the builder for the settings used for calls to fetchFileDiff.com.google.api.gax.rpc.UnaryCallSettings<FetchFileDiffRequest,FetchFileDiffResponse>DataformStubSettings. fetchFileDiffSettings()Returns the object with the settings used for calls to fetchFileDiff.
-