apache_beam.portability.api.beam_artifact_api_pb2_grpc module¶
- 
class apache_beam.portability.api.beam_artifact_api_pb2_grpc.ArtifactStagingServiceStub(channel)[source]¶
- Bases: - future.types.newobject.newobject- A service to stage artifacts for use in a Job. - Constructor. - Parameters: - channel – A grpc.Channel. 
- 
class apache_beam.portability.api.beam_artifact_api_pb2_grpc.ArtifactStagingServiceServicer[source]¶
- Bases: - future.types.newobject.newobject- A service to stage artifacts for use in a Job. 
- 
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: - future.types.newobject.newobject- A service to retrieve artifacts for use in a Job. - Constructor. - Parameters: - channel – A grpc.Channel.