- 0.52.0 (latest)
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
Package com.google.cloud.run.v2 (0.37.0)
GitHub Repository | RPC Documentation | REST Documentation |
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.run.v2.ExecutionsClient |
Service Description: Cloud Run Execution Control Plane API.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.run.v2.JobsClient |
Service Description: Cloud Run Job Control Plane API.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.run.v2.RevisionsClient |
Service Description: Cloud Run Revision Control Plane API.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.run.v2.ServicesClient |
Service Description: Cloud Run Service Control Plane API
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
com.google.cloud.run.v2.TasksClient |
Service Description: Cloud Run Task Control Plane API.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started: |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.run.v2.ExecutionsSettings |
Settings class to configure an instance of ExecutionsClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.run.v2.JobsSettings |
Settings class to configure an instance of JobsClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.run.v2.RevisionsSettings |
Settings class to configure an instance of RevisionsClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.run.v2.ServicesSettings |
Settings class to configure an instance of ServicesClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.run.v2.TasksSettings |
Settings class to configure an instance of TasksClient.
The default instance has everything set to sensible defaults: |
Classes
Class | Description |
---|---|
com.google.cloud.run.v2.BinaryAuthorization | Settings for Binary Authorization feature. |
com.google.cloud.run.v2.BinaryAuthorization.Builder | Settings for Binary Authorization feature. |
com.google.cloud.run.v2.CancelExecutionRequest | Request message for deleting an Execution. |
com.google.cloud.run.v2.CancelExecutionRequest.Builder | Request message for deleting an Execution. |
com.google.cloud.run.v2.CloudSqlInstance | Represents a set of Cloud SQL instances. Each one will be available under /cloudsql/[instance]. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on |
com.google.cloud.run.v2.CloudSqlInstance.Builder | Represents a set of Cloud SQL instances. Each one will be available under /cloudsql/[instance]. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on |
com.google.cloud.run.v2.Condition | Defines a status condition for a resource. |
com.google.cloud.run.v2.Condition.Builder | Defines a status condition for a resource. |
com.google.cloud.run.v2.ConditionProto | |
com.google.cloud.run.v2.Container | A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. |
com.google.cloud.run.v2.Container.Builder | A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. |
com.google.cloud.run.v2.ContainerPort | ContainerPort represents a network port in a single container. |
com.google.cloud.run.v2.ContainerPort.Builder | ContainerPort represents a network port in a single container. |
com.google.cloud.run.v2.CreateJobRequest | Request message for creating a Job. |
com.google.cloud.run.v2.CreateJobRequest.Builder | Request message for creating a Job. |
com.google.cloud.run.v2.CreateServiceRequest | Request message for creating a Service. |
com.google.cloud.run.v2.CreateServiceRequest.Builder | Request message for creating a Service. |
com.google.cloud.run.v2.DeleteExecutionRequest | Request message for deleting an Execution. |
com.google.cloud.run.v2.DeleteExecutionRequest.Builder | Request message for deleting an Execution. |
com.google.cloud.run.v2.DeleteJobRequest | Request message to delete a Job by its full name. |
com.google.cloud.run.v2.DeleteJobRequest.Builder | Request message to delete a Job by its full name. |
com.google.cloud.run.v2.DeleteRevisionRequest | Request message for deleting a retired Revision. Revision lifecycle is usually managed by making changes to the parent Service. Only retired revisions can be deleted with this API. |
com.google.cloud.run.v2.DeleteRevisionRequest.Builder | Request message for deleting a retired Revision. Revision lifecycle is usually managed by making changes to the parent Service. Only retired revisions can be deleted with this API. |
com.google.cloud.run.v2.DeleteServiceRequest | Request message to delete a Service by its full name. |
com.google.cloud.run.v2.DeleteServiceRequest.Builder | Request message to delete a Service by its full name. |
com.google.cloud.run.v2.EmptyDirVolumeSource | In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs). |
com.google.cloud.run.v2.EmptyDirVolumeSource.Builder | In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs). |
com.google.cloud.run.v2.EnvVar | EnvVar represents an environment variable present in a Container. |
com.google.cloud.run.v2.EnvVar.Builder | EnvVar represents an environment variable present in a Container. |
com.google.cloud.run.v2.EnvVarSource | EnvVarSource represents a source for the value of an EnvVar. |
com.google.cloud.run.v2.EnvVarSource.Builder | EnvVarSource represents a source for the value of an EnvVar. |
com.google.cloud.run.v2.Execution | Execution represents the configuration of a single execution. A execution an immutable resource that references a container image which is run to completion. |
com.google.cloud.run.v2.Execution.Builder | Execution represents the configuration of a single execution. A execution an immutable resource that references a container image which is run to completion. |
com.google.cloud.run.v2.ExecutionName | |
com.google.cloud.run.v2.ExecutionName.Builder | Builder for projects/{project}/locations/{location}/jobs/{job}/executions/{execution}. |
com.google.cloud.run.v2.ExecutionProto | |
com.google.cloud.run.v2.ExecutionReference | Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. |
com.google.cloud.run.v2.ExecutionReference.Builder | Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. |
com.google.cloud.run.v2.ExecutionTemplate | ExecutionTemplate describes the data an execution should have when created from a template. |
com.google.cloud.run.v2.ExecutionTemplate.Builder | ExecutionTemplate describes the data an execution should have when created from a template. |
com.google.cloud.run.v2.ExecutionTemplateProto | |
com.google.cloud.run.v2.ExecutionsClient.ListExecutionsFixedSizeCollection | |
com.google.cloud.run.v2.ExecutionsClient.ListExecutionsPage | |
com.google.cloud.run.v2.ExecutionsClient.ListExecutionsPagedResponse | |
com.google.cloud.run.v2.ExecutionsGrpc | Cloud Run Execution Control Plane API. |
com.google.cloud.run.v2.ExecutionsGrpc.ExecutionsImplBase | Base class for the server implementation of the service Executions. Cloud Run Execution Control Plane API. |
com.google.cloud.run.v2.ExecutionsSettings.Builder | Builder for ExecutionsSettings. |
com.google.cloud.run.v2.GCSVolumeSource | Represents a GCS Bucket mounted as a volume. |
com.google.cloud.run.v2.GCSVolumeSource.Builder | Represents a GCS Bucket mounted as a volume. |
com.google.cloud.run.v2.GRPCAction | GRPCAction describes an action involving a GRPC port. |
com.google.cloud.run.v2.GRPCAction.Builder | GRPCAction describes an action involving a GRPC port. |
com.google.cloud.run.v2.GetExecutionRequest | Request message for obtaining a Execution by its full name. |
com.google.cloud.run.v2.GetExecutionRequest.Builder | Request message for obtaining a Execution by its full name. |
com.google.cloud.run.v2.GetJobRequest | Request message for obtaining a Job by its full name. |
com.google.cloud.run.v2.GetJobRequest.Builder | Request message for obtaining a Job by its full name. |
com.google.cloud.run.v2.GetRevisionRequest | Request message for obtaining a Revision by its full name. |
com.google.cloud.run.v2.GetRevisionRequest.Builder | Request message for obtaining a Revision by its full name. |
com.google.cloud.run.v2.GetServiceRequest | Request message for obtaining a Service by its full name. |
com.google.cloud.run.v2.GetServiceRequest.Builder | Request message for obtaining a Service by its full name. |
com.google.cloud.run.v2.GetTaskRequest | Request message for obtaining a Task by its full name. |
com.google.cloud.run.v2.GetTaskRequest.Builder | Request message for obtaining a Task by its full name. |
com.google.cloud.run.v2.HTTPGetAction | HTTPGetAction describes an action based on HTTP Get requests. |
com.google.cloud.run.v2.HTTPGetAction.Builder | HTTPGetAction describes an action based on HTTP Get requests. |
com.google.cloud.run.v2.HTTPHeader | HTTPHeader describes a custom header to be used in HTTP probes |
com.google.cloud.run.v2.HTTPHeader.Builder | HTTPHeader describes a custom header to be used in HTTP probes |
com.google.cloud.run.v2.Job | Job represents the configuration of a single job, which references a container image that is run to completion. |
com.google.cloud.run.v2.Job.Builder | Job represents the configuration of a single job, which references a container image that is run to completion. |
com.google.cloud.run.v2.JobName | |
com.google.cloud.run.v2.JobName.Builder | Builder for projects/{project}/locations/{location}/jobs/{job}. |
com.google.cloud.run.v2.JobProto | |
com.google.cloud.run.v2.JobsClient.ListJobsFixedSizeCollection | |
com.google.cloud.run.v2.JobsClient.ListJobsPage | |
com.google.cloud.run.v2.JobsClient.ListJobsPagedResponse | |
com.google.cloud.run.v2.JobsGrpc | Cloud Run Job Control Plane API. |
com.google.cloud.run.v2.JobsGrpc.JobsImplBase | Base class for the server implementation of the service Jobs. Cloud Run Job Control Plane API. |
com.google.cloud.run.v2.JobsSettings.Builder | Builder for JobsSettings. |
com.google.cloud.run.v2.K8sMinProto | |
com.google.cloud.run.v2.ListExecutionsRequest | Request message for retrieving a list of Executions. |
com.google.cloud.run.v2.ListExecutionsRequest.Builder | Request message for retrieving a list of Executions. |
com.google.cloud.run.v2.ListExecutionsResponse | Response message containing a list of Executions. |
com.google.cloud.run.v2.ListExecutionsResponse.Builder | Response message containing a list of Executions. |
com.google.cloud.run.v2.ListJobsRequest | Request message for retrieving a list of Jobs. |
com.google.cloud.run.v2.ListJobsRequest.Builder | Request message for retrieving a list of Jobs. |
com.google.cloud.run.v2.ListJobsResponse | Response message containing a list of Jobs. |
com.google.cloud.run.v2.ListJobsResponse.Builder | Response message containing a list of Jobs. |
com.google.cloud.run.v2.ListRevisionsRequest | Request message for retrieving a list of Revisions. |
com.google.cloud.run.v2.ListRevisionsRequest.Builder | Request message for retrieving a list of Revisions. |
com.google.cloud.run.v2.ListRevisionsResponse | Response message containing a list of Revisions. |
com.google.cloud.run.v2.ListRevisionsResponse.Builder | Response message containing a list of Revisions. |
com.google.cloud.run.v2.ListServicesRequest | Request message for retrieving a list of Services. |
com.google.cloud.run.v2.ListServicesRequest.Builder | Request message for retrieving a list of Services. |
com.google.cloud.run.v2.ListServicesResponse | Response message containing a list of Services. |
com.google.cloud.run.v2.ListServicesResponse.Builder | Response message containing a list of Services. |
com.google.cloud.run.v2.ListTasksRequest | Request message for retrieving a list of Tasks. |
com.google.cloud.run.v2.ListTasksRequest.Builder | Request message for retrieving a list of Tasks. |
com.google.cloud.run.v2.ListTasksResponse | Response message containing a list of Tasks. |
com.google.cloud.run.v2.ListTasksResponse.Builder | Response message containing a list of Tasks. |
com.google.cloud.run.v2.LocationName | |
com.google.cloud.run.v2.LocationName.Builder | Builder for projects/{project}/locations/{location}. |
com.google.cloud.run.v2.NFSVolumeSource | Represents an NFS mount. |
com.google.cloud.run.v2.NFSVolumeSource.Builder | Represents an NFS mount. |
com.google.cloud.run.v2.Probe | Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. |
com.google.cloud.run.v2.Probe.Builder | Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. |
com.google.cloud.run.v2.ResourceRequirements | ResourceRequirements describes the compute resource requirements. |
com.google.cloud.run.v2.ResourceRequirements.Builder | ResourceRequirements describes the compute resource requirements. |
com.google.cloud.run.v2.Revision | A Revision is an immutable snapshot of code and configuration. A Revision references a container image. Revisions are only created by updates to its parent Service. |
com.google.cloud.run.v2.Revision.Builder | A Revision is an immutable snapshot of code and configuration. A Revision references a container image. Revisions are only created by updates to its parent Service. |
com.google.cloud.run.v2.RevisionName | |
com.google.cloud.run.v2.RevisionName.Builder | Builder for projects/{project}/locations/{location}/services/{service}/revisions/{revision}. |
com.google.cloud.run.v2.RevisionProto | |
com.google.cloud.run.v2.RevisionScaling | Settings for revision-level scaling settings. |
com.google.cloud.run.v2.RevisionScaling.Builder | Settings for revision-level scaling settings. |
com.google.cloud.run.v2.RevisionScalingStatus | Effective settings for the current revision |
com.google.cloud.run.v2.RevisionScalingStatus.Builder | Effective settings for the current revision |
com.google.cloud.run.v2.RevisionTemplate | RevisionTemplate describes the data a revision should have when created from a template. |
com.google.cloud.run.v2.RevisionTemplate.Builder | RevisionTemplate describes the data a revision should have when created from a template. |
com.google.cloud.run.v2.RevisionTemplateProto | |
com.google.cloud.run.v2.RevisionsClient.ListRevisionsFixedSizeCollection | |
com.google.cloud.run.v2.RevisionsClient.ListRevisionsPage | |
com.google.cloud.run.v2.RevisionsClient.ListRevisionsPagedResponse | |
com.google.cloud.run.v2.RevisionsGrpc | Cloud Run Revision Control Plane API. |
com.google.cloud.run.v2.RevisionsGrpc.RevisionsImplBase | Base class for the server implementation of the service Revisions. Cloud Run Revision Control Plane API. |
com.google.cloud.run.v2.RevisionsSettings.Builder | Builder for RevisionsSettings. |
com.google.cloud.run.v2.RunJobRequest | Request message to create a new Execution of a Job. |
com.google.cloud.run.v2.RunJobRequest.Builder | Request message to create a new Execution of a Job. |
com.google.cloud.run.v2.RunJobRequest.Overrides | RunJob Overrides that contains Execution fields to be overridden. |
com.google.cloud.run.v2.RunJobRequest.Overrides.Builder | RunJob Overrides that contains Execution fields to be overridden. |
com.google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride | Per-container override specification. |
com.google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride.Builder | Per-container override specification. |
com.google.cloud.run.v2.SecretKeySelector | SecretEnvVarSource represents a source for the value of an EnvVar. |
com.google.cloud.run.v2.SecretKeySelector.Builder | SecretEnvVarSource represents a source for the value of an EnvVar. |
com.google.cloud.run.v2.SecretVolumeSource | The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret. |
com.google.cloud.run.v2.SecretVolumeSource.Builder | The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret. |
com.google.cloud.run.v2.Service | Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service. Service exists to provide a singular abstraction which can be access |
com.google.cloud.run.v2.Service.Builder | Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service. Service exists to provide a singular abstraction which can be access |
com.google.cloud.run.v2.ServiceName | |
com.google.cloud.run.v2.ServiceName.Builder | Builder for projects/{project}/locations/{location}/services/{service}. |
com.google.cloud.run.v2.ServiceProto | |
com.google.cloud.run.v2.ServiceScaling | Scaling settings applied at the service level rather than at the revision level. |
com.google.cloud.run.v2.ServiceScaling.Builder | Scaling settings applied at the service level rather than at the revision level. |
com.google.cloud.run.v2.ServicesClient.ListServicesFixedSizeCollection | |
com.google.cloud.run.v2.ServicesClient.ListServicesPage | |
com.google.cloud.run.v2.ServicesClient.ListServicesPagedResponse | |
com.google.cloud.run.v2.ServicesGrpc | Cloud Run Service Control Plane API |
com.google.cloud.run.v2.ServicesGrpc.ServicesImplBase | Base class for the server implementation of the service Services. Cloud Run Service Control Plane API |
com.google.cloud.run.v2.ServicesSettings.Builder | Builder for ServicesSettings. |
com.google.cloud.run.v2.StatusProto | |
com.google.cloud.run.v2.TCPSocketAction | TCPSocketAction describes an action based on opening a socket |
com.google.cloud.run.v2.TCPSocketAction.Builder | TCPSocketAction describes an action based on opening a socket |
com.google.cloud.run.v2.Task | Task represents a single run of a container to completion. |
com.google.cloud.run.v2.Task.Builder | Task represents a single run of a container to completion. |
com.google.cloud.run.v2.TaskAttemptResult | Result of a task attempt. |
com.google.cloud.run.v2.TaskAttemptResult.Builder | Result of a task attempt. |
com.google.cloud.run.v2.TaskName | |
com.google.cloud.run.v2.TaskName.Builder | Builder for projects/{project}/locations/{location}/jobs/{job}/executions/{execution}/tasks/{task}. |
com.google.cloud.run.v2.TaskProto | |
com.google.cloud.run.v2.TaskTemplate | TaskTemplate describes the data a task should have when created from a template. |
com.google.cloud.run.v2.TaskTemplate.Builder | TaskTemplate describes the data a task should have when created from a template. |
com.google.cloud.run.v2.TaskTemplateProto | |
com.google.cloud.run.v2.TasksClient.ListTasksFixedSizeCollection | |
com.google.cloud.run.v2.TasksClient.ListTasksPage | |
com.google.cloud.run.v2.TasksClient.ListTasksPagedResponse | |
com.google.cloud.run.v2.TasksGrpc | Cloud Run Task Control Plane API. |
com.google.cloud.run.v2.TasksGrpc.TasksImplBase | Base class for the server implementation of the service Tasks. Cloud Run Task Control Plane API. |
com.google.cloud.run.v2.TasksSettings.Builder | Builder for TasksSettings. |
com.google.cloud.run.v2.TrafficTarget | Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision. |
com.google.cloud.run.v2.TrafficTarget.Builder | Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision. |
com.google.cloud.run.v2.TrafficTargetProto | |
com.google.cloud.run.v2.TrafficTargetStatus |
Represents the observed state of a single TrafficTarget entry.
|
com.google.cloud.run.v2.TrafficTargetStatus.Builder |
Represents the observed state of a single TrafficTarget entry.
|
com.google.cloud.run.v2.UpdateJobRequest | Request message for updating a Job. |
com.google.cloud.run.v2.UpdateJobRequest.Builder | Request message for updating a Job. |
com.google.cloud.run.v2.UpdateServiceRequest | Request message for updating a service. |
com.google.cloud.run.v2.UpdateServiceRequest.Builder | Request message for updating a service. |
com.google.cloud.run.v2.VendorSettingsProto | |
com.google.cloud.run.v2.VersionToPath | VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path. |
com.google.cloud.run.v2.VersionToPath.Builder | VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path. |
com.google.cloud.run.v2.Volume | Volume represents a named volume in a container. |
com.google.cloud.run.v2.Volume.Builder | Volume represents a named volume in a container. |
com.google.cloud.run.v2.VolumeMount | VolumeMount describes a mounting of a Volume within a container. |
com.google.cloud.run.v2.VolumeMount.Builder | VolumeMount describes a mounting of a Volume within a container. |
com.google.cloud.run.v2.VpcAccess | VPC Access settings. For more information on sending traffic to a VPC network, visit https://cloud.google.com/run/docs/configuring/connecting-vpc. |
com.google.cloud.run.v2.VpcAccess.Builder | VPC Access settings. For more information on sending traffic to a VPC network, visit https://cloud.google.com/run/docs/configuring/connecting-vpc. |
com.google.cloud.run.v2.VpcAccess.NetworkInterface | Direct VPC egress settings. |
com.google.cloud.run.v2.VpcAccess.NetworkInterface.Builder | Direct VPC egress settings. |