CreateDeployment creates a new deployment for a project.
(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption)
| 242 | ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error) |
| 243 | // CreateDeployment creates a new deployment for a project. |
| 244 | CreateDeployment(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption) (*CreateDeploymentResponse, error) |
| 245 | // GetDeployment returns runtime info and access token on behalf of a specific user, or alternatively for a raw set of JWT attributes |
| 246 | GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*GetDeploymentResponse, error) |
| 247 | // StartDeployment starts a deployment. |
no outgoing calls