apache_beam.portability.api.beam_artifact_api_pb2_grpc module¶
- 
class 
apache_beam.portability.api.beam_artifact_api_pb2_grpc.ArtifactStagingServiceStub(channel)[source]¶ Bases:
objectA service to stage artifacts for use in a Job.
RPCs made to an ArtifactStagingService endpoint should include some form of identification for the job as a header.
Constructor.
Parameters: channel – A grpc.Channel. 
- 
class 
apache_beam.portability.api.beam_artifact_api_pb2_grpc.ArtifactStagingServiceServicer[source]¶ Bases:
objectA service to stage artifacts for use in a Job.
RPCs made to an ArtifactStagingService endpoint should include some form of identification for the job as a header.
- 
apache_beam.portability.api.beam_artifact_api_pb2_grpc.add_ArtifactStagingServiceServicer_to_server(servicer, server)[source]¶ 
- 
class 
apache_beam.portability.api.beam_artifact_api_pb2_grpc.ArtifactRetrievalServiceStub(channel)[source]¶ Bases:
objectA service to retrieve artifacts for use in a Job.
Constructor.
Parameters: channel – A grpc.Channel.