| Package | Description |
|---|---|
| com.google.api.services.run.v2 | |
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Services.Create |
CloudRun.Projects.Locations.Services.create(String parent,
GoogleCloudRunV2Service content)
Creates a new Service in a given project and location.
|
CloudRun.Projects.Locations.Services.Patch |
CloudRun.Projects.Locations.Services.patch(String name,
GoogleCloudRunV2Service content)
Updates a Service.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudRunV2Service content)
Creates a new Service in a given project and location.
|
Patch(String name,
GoogleCloudRunV2Service content)
Updates a Service.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.clone() |
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.set(String fieldName,
Object value) |
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setAnnotations(Map<String,String> annotations)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization binaryAuthorization)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setBuildConfig(GoogleCloudRunV2BuildConfig buildConfig)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setClient(String client)
Arbitrary identifier for the API client.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setClientVersion(String clientVersion)
Arbitrary version identifier for the API client.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setCreateTime(String createTime)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setCreator(String creator)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setCustomAudiences(List<String> customAudiences)
One or more custom audiences that you want this service to support.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setDefaultUriDisabled(Boolean defaultUriDisabled)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setDeleteTime(String deleteTime)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setDescription(String description)
User-provided description of the Service.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setEtag(String etag)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setExpireTime(String expireTime)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setGeneration(Long generation)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setIapEnabled(Boolean iapEnabled)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setIngress(String ingress)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setInvokerIamDisabled(Boolean invokerIamDisabled)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setLabels(Map<String,String> labels)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setLastModifier(String lastModifier)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setLatestCreatedRevision(String latestCreatedRevision)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setLatestReadyRevision(String latestReadyRevision)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setLaunchStage(String launchStage)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setMultiRegionSettings(GoogleCloudRunV2MultiRegionSettings multiRegionSettings)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setName(String name)
Identifier.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setObservedGeneration(Long observedGeneration)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setReconciling(Boolean reconciling)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setSatisfiesPzs(Boolean satisfiesPzs)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setScaling(GoogleCloudRunV2ServiceScaling scaling)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setTemplate(GoogleCloudRunV2RevisionTemplate template)
Required.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setThreatDetectionEnabled(Boolean threatDetectionEnabled)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setTraffic(List<GoogleCloudRunV2TrafficTarget> traffic)
Optional.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setTrafficStatuses(List<GoogleCloudRunV2TrafficTargetStatus> trafficStatuses)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setUid(String uid)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setUpdateTime(String updateTime)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setUri(String uri)
Output only.
|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setUrls(List<String> urls)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Service> |
GoogleCloudRunV2ListServicesResponse.getServices()
The resulting list of Services.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2ListServicesResponse |
GoogleCloudRunV2ListServicesResponse.setServices(List<GoogleCloudRunV2Service> services)
The resulting list of Services.
|
Copyright © 2011–2026 Google. All rights reserved.