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 PushGitCommitsRequest
PushGitCommitsRequest.Builder. build()
PushGitCommitsRequest
PushGitCommitsRequest.Builder. buildPartial()
static PushGitCommitsRequest
PushGitCommitsRequest. getDefaultInstance()
PushGitCommitsRequest
PushGitCommitsRequest.Builder. getDefaultInstanceForType()
PushGitCommitsRequest
PushGitCommitsRequest. getDefaultInstanceForType()
static PushGitCommitsRequest
PushGitCommitsRequest. parseDelimitedFrom(InputStream input)
static PushGitCommitsRequest
PushGitCommitsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(byte[] data)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(com.google.protobuf.ByteString data)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(InputStream input)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PushGitCommitsRequest
PushGitCommitsRequest. parseFrom(ByteBuffer data)
static PushGitCommitsRequest
PushGitCommitsRequest. 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.Builder
PushGitCommitsRequest.Builder. mergeFrom(PushGitCommitsRequest other)
static PushGitCommitsRequest.Builder
PushGitCommitsRequest. newBuilder(PushGitCommitsRequest prototype)
void
DataformClient. pushGitCommits(PushGitCommitsRequest request)
Pushes Git commits from a Workspace to the Repository's remote.default void
DataformGrpc.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.Empty
DataformGrpc.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.void
DataformGrpc.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.
-