Uses of Class
com.google.cloud.dataform.v1alpha2.PushGitCommitsRequest
-
Packages that use PushGitCommitsRequest Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform APIcom.google.cloud.dataform.v1alpha2.stub -
-
Uses of PushGitCommitsRequest in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return PushGitCommitsRequest Modifier and Type Method Description PushGitCommitsRequestPushGitCommitsRequest.Builder. build()PushGitCommitsRequestPushGitCommitsRequest.Builder. buildPartial()static PushGitCommitsRequestPushGitCommitsRequest. getDefaultInstance()PushGitCommitsRequestPushGitCommitsRequest.Builder. getDefaultInstanceForType()PushGitCommitsRequestPushGitCommitsRequest. getDefaultInstanceForType()static PushGitCommitsRequestPushGitCommitsRequest. parseDelimitedFrom(InputStream input)static PushGitCommitsRequestPushGitCommitsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(byte[] data)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(com.google.protobuf.ByteString data)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(InputStream input)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(ByteBuffer data)static PushGitCommitsRequestPushGitCommitsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type PushGitCommitsRequest Modifier and Type Method Description com.google.protobuf.Parser<PushGitCommitsRequest>PushGitCommitsRequest. getParserForType()static io.grpc.MethodDescriptor<PushGitCommitsRequest,com.google.protobuf.Empty>DataformGrpc. getPushGitCommitsMethod()static com.google.protobuf.Parser<PushGitCommitsRequest>PushGitCommitsRequest. parser()com.google.api.gax.rpc.UnaryCallable<PushGitCommitsRequest,com.google.protobuf.Empty>DataformClient. pushGitCommitsCallable()Pushes Git commits from a Workspace to the Repository's remote.com.google.api.gax.rpc.UnaryCallSettings.Builder<PushGitCommitsRequest,com.google.protobuf.Empty>DataformSettings.Builder. pushGitCommitsSettings()Returns the builder for the settings used for calls to pushGitCommits.com.google.api.gax.rpc.UnaryCallSettings<PushGitCommitsRequest,com.google.protobuf.Empty>DataformSettings. pushGitCommitsSettings()Returns the object with the settings used for calls to pushGitCommits.Methods in com.google.cloud.dataform.v1alpha2 with parameters of type PushGitCommitsRequest Modifier and Type Method Description PushGitCommitsRequest.BuilderPushGitCommitsRequest.Builder. mergeFrom(PushGitCommitsRequest other)static PushGitCommitsRequest.BuilderPushGitCommitsRequest. newBuilder(PushGitCommitsRequest prototype)voidDataformClient. pushGitCommits(PushGitCommitsRequest request)Pushes Git commits from a Workspace to the Repository's remote.default voidDataformGrpc.AsyncService. pushGitCommits(PushGitCommitsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Pushes Git commits from a Workspace to the Repository's remote.com.google.protobuf.EmptyDataformGrpc.DataformBlockingStub. pushGitCommits(PushGitCommitsRequest request)Pushes Git commits from a Workspace to the Repository's remote.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DataformGrpc.DataformFutureStub. pushGitCommits(PushGitCommitsRequest request)Pushes Git commits from a Workspace to the Repository's remote.voidDataformGrpc.DataformStub. pushGitCommits(PushGitCommitsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Pushes Git commits from a Workspace to the Repository's remote. -
Uses of PushGitCommitsRequest in com.google.cloud.dataform.v1alpha2.stub
Methods in com.google.cloud.dataform.v1alpha2.stub that return types with arguments of type PushGitCommitsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PushGitCommitsRequest,com.google.protobuf.Empty>DataformStub. pushGitCommitsCallable()com.google.api.gax.rpc.UnaryCallable<PushGitCommitsRequest,com.google.protobuf.Empty>GrpcDataformStub. pushGitCommitsCallable()com.google.api.gax.rpc.UnaryCallable<PushGitCommitsRequest,com.google.protobuf.Empty>HttpJsonDataformStub. pushGitCommitsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PushGitCommitsRequest,com.google.protobuf.Empty>DataformStubSettings.Builder. pushGitCommitsSettings()Returns the builder for the settings used for calls to pushGitCommits.com.google.api.gax.rpc.UnaryCallSettings<PushGitCommitsRequest,com.google.protobuf.Empty>DataformStubSettings. pushGitCommitsSettings()Returns the object with the settings used for calls to pushGitCommits.
-