Uses of Class
com.google.cloud.deploy.v1.CloudRunLocation
-
Packages that use CloudRunLocation Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of CloudRunLocation in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CloudRunLocation Modifier and Type Method Description CloudRunLocation
CloudRunLocation.Builder. build()
CloudRunLocation
CloudRunLocation.Builder. buildPartial()
static CloudRunLocation
CloudRunLocation. getDefaultInstance()
CloudRunLocation
CloudRunLocation.Builder. getDefaultInstanceForType()
CloudRunLocation
CloudRunLocation. getDefaultInstanceForType()
CloudRunLocation
Target.Builder. getRun()
Optional.CloudRunLocation
Target. getRun()
Optional.CloudRunLocation
TargetOrBuilder. getRun()
Optional.static CloudRunLocation
CloudRunLocation. parseDelimitedFrom(InputStream input)
static CloudRunLocation
CloudRunLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRunLocation
CloudRunLocation. parseFrom(byte[] data)
static CloudRunLocation
CloudRunLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRunLocation
CloudRunLocation. parseFrom(com.google.protobuf.ByteString data)
static CloudRunLocation
CloudRunLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRunLocation
CloudRunLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudRunLocation
CloudRunLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRunLocation
CloudRunLocation. parseFrom(InputStream input)
static CloudRunLocation
CloudRunLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudRunLocation
CloudRunLocation. parseFrom(ByteBuffer data)
static CloudRunLocation
CloudRunLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type CloudRunLocation Modifier and Type Method Description com.google.protobuf.Parser<CloudRunLocation>
CloudRunLocation. getParserForType()
static com.google.protobuf.Parser<CloudRunLocation>
CloudRunLocation. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type CloudRunLocation Modifier and Type Method Description CloudRunLocation.Builder
CloudRunLocation.Builder. mergeFrom(CloudRunLocation other)
Target.Builder
Target.Builder. mergeRun(CloudRunLocation value)
Optional.static CloudRunLocation.Builder
CloudRunLocation. newBuilder(CloudRunLocation prototype)
Target.Builder
Target.Builder. setRun(CloudRunLocation value)
Optional.
-