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