Uses of Class
com.google.cloud.dataform.v1alpha2.GetWorkflowInvocationRequest
-
Packages that use GetWorkflowInvocationRequest Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform APIcom.google.cloud.dataform.v1alpha2.stub -
-
Uses of GetWorkflowInvocationRequest in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return GetWorkflowInvocationRequest Modifier and Type Method Description GetWorkflowInvocationRequestGetWorkflowInvocationRequest.Builder. build()GetWorkflowInvocationRequestGetWorkflowInvocationRequest.Builder. buildPartial()static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. getDefaultInstance()GetWorkflowInvocationRequestGetWorkflowInvocationRequest.Builder. getDefaultInstanceForType()GetWorkflowInvocationRequestGetWorkflowInvocationRequest. getDefaultInstanceForType()static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseDelimitedFrom(InputStream input)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(byte[] data)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(InputStream input)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(ByteBuffer data)static GetWorkflowInvocationRequestGetWorkflowInvocationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataform.v1alpha2 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.v1alpha2 with parameters of type GetWorkflowInvocationRequest Modifier and Type Method Description WorkflowInvocationDataformClient. getWorkflowInvocation(GetWorkflowInvocationRequest request)Fetches a single WorkflowInvocation.default voidDataformGrpc.AsyncService. getWorkflowInvocation(GetWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)Fetches a single WorkflowInvocation.WorkflowInvocationDataformGrpc.DataformBlockingStub. getWorkflowInvocation(GetWorkflowInvocationRequest request)Fetches a single WorkflowInvocation.com.google.common.util.concurrent.ListenableFuture<WorkflowInvocation>DataformGrpc.DataformFutureStub. getWorkflowInvocation(GetWorkflowInvocationRequest request)Fetches a single WorkflowInvocation.voidDataformGrpc.DataformStub. getWorkflowInvocation(GetWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)Fetches a single WorkflowInvocation.GetWorkflowInvocationRequest.BuilderGetWorkflowInvocationRequest.Builder. mergeFrom(GetWorkflowInvocationRequest other)static GetWorkflowInvocationRequest.BuilderGetWorkflowInvocationRequest. newBuilder(GetWorkflowInvocationRequest prototype) -
Uses of GetWorkflowInvocationRequest in com.google.cloud.dataform.v1alpha2.stub
Methods in com.google.cloud.dataform.v1alpha2.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.
-