Interface protos.google.cloud.run.v2.IService (2.1.0)

Properties of a Service.

Package

@google-cloud/run

Properties

annotations

annotations?:({[k:string]:string}|null);

Service annotations

binaryAuthorization

binaryAuthorization?:(google.cloud.run.v2.IBinaryAuthorization|null);

Service binaryAuthorization

buildConfig

buildConfig?:(google.cloud.run.v2.IBuildConfig|null);

Service buildConfig

client

client?:(string|null);

Service client

clientVersion

clientVersion?:(string|null);

Service clientVersion

conditions

conditions?:(google.cloud.run.v2.ICondition[]|null);

Service conditions

createTime

createTime?:(google.protobuf.ITimestamp|null);

Service createTime

creator

creator?:(string|null);

Service creator

customAudiences

customAudiences?:(string[]|null);

Service customAudiences

defaultUriDisabled

defaultUriDisabled?:(boolean|null);

Service defaultUriDisabled

deleteTime

deleteTime?:(google.protobuf.ITimestamp|null);

Service deleteTime

description

description?:(string|null);

Service description

etag

etag?:(string|null);

Service etag

expireTime

expireTime?:(google.protobuf.ITimestamp|null);

Service expireTime

generation

generation?:(number|Long|string|null);

Service generation

ingress

ingress?:(google.cloud.run.v2.IngressTraffic|keyoftypeofgoogle.cloud.run.v2.IngressTraffic|null);

Service ingress

invokerIamDisabled

invokerIamDisabled?:(boolean|null);

Service invokerIamDisabled

labels

labels?:({[k:string]:string}|null);

Service labels

lastModifier

lastModifier?:(string|null);

Service lastModifier

latestCreatedRevision

latestCreatedRevision?:(string|null);

Service latestCreatedRevision

latestReadyRevision

latestReadyRevision?:(string|null);

Service latestReadyRevision

launchStage

launchStage?:(google.api.LaunchStage|keyoftypeofgoogle.api.LaunchStage|null);

Service launchStage

name

name?:(string|null);

Service name

observedGeneration

observedGeneration?:(number|Long|string|null);

Service observedGeneration

reconciling

reconciling?:(boolean|null);

Service reconciling

satisfiesPzs

satisfiesPzs?:(boolean|null);

Service satisfiesPzs

scaling

scaling?:(google.cloud.run.v2.IServiceScaling|null);

Service scaling

template

template?:(google.cloud.run.v2.IRevisionTemplate|null);

Service template

terminalCondition

terminalCondition?:(google.cloud.run.v2.ICondition|null);

Service terminalCondition

traffic

traffic?:(google.cloud.run.v2.ITrafficTarget[]|null);

Service traffic

trafficStatuses

trafficStatuses?:(google.cloud.run.v2.ITrafficTargetStatus[]|null);

Service trafficStatuses

uid

uid?:(string|null);

Service uid

updateTime

updateTime?:(google.protobuf.ITimestamp|null);

Service updateTime

uri

uri?:(string|null);

Service uri

urls

urls?:(string[]|null);

Service urls

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.