Uses of Class
com.google.cloud.run.v2.CloudSqlInstance
-
Packages that use CloudSqlInstance Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of CloudSqlInstance in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return CloudSqlInstance Modifier and Type Method Description CloudSqlInstance
CloudSqlInstance.Builder. build()
CloudSqlInstance
CloudSqlInstance.Builder. buildPartial()
CloudSqlInstance
Volume.Builder. getCloudSqlInstance()
For Cloud SQL volumes, contains the specific instances that should be mounted.CloudSqlInstance
Volume. getCloudSqlInstance()
For Cloud SQL volumes, contains the specific instances that should be mounted.CloudSqlInstance
VolumeOrBuilder. getCloudSqlInstance()
For Cloud SQL volumes, contains the specific instances that should be mounted.static CloudSqlInstance
CloudSqlInstance. getDefaultInstance()
CloudSqlInstance
CloudSqlInstance.Builder. getDefaultInstanceForType()
CloudSqlInstance
CloudSqlInstance. getDefaultInstanceForType()
static CloudSqlInstance
CloudSqlInstance. parseDelimitedFrom(InputStream input)
static CloudSqlInstance
CloudSqlInstance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudSqlInstance
CloudSqlInstance. parseFrom(byte[] data)
static CloudSqlInstance
CloudSqlInstance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudSqlInstance
CloudSqlInstance. parseFrom(com.google.protobuf.ByteString data)
static CloudSqlInstance
CloudSqlInstance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudSqlInstance
CloudSqlInstance. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudSqlInstance
CloudSqlInstance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudSqlInstance
CloudSqlInstance. parseFrom(InputStream input)
static CloudSqlInstance
CloudSqlInstance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudSqlInstance
CloudSqlInstance. parseFrom(ByteBuffer data)
static CloudSqlInstance
CloudSqlInstance. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type CloudSqlInstance Modifier and Type Method Description com.google.protobuf.Parser<CloudSqlInstance>
CloudSqlInstance. getParserForType()
static com.google.protobuf.Parser<CloudSqlInstance>
CloudSqlInstance. parser()
Methods in com.google.cloud.run.v2 with parameters of type CloudSqlInstance Modifier and Type Method Description Volume.Builder
Volume.Builder. mergeCloudSqlInstance(CloudSqlInstance value)
For Cloud SQL volumes, contains the specific instances that should be mounted.CloudSqlInstance.Builder
CloudSqlInstance.Builder. mergeFrom(CloudSqlInstance other)
static CloudSqlInstance.Builder
CloudSqlInstance. newBuilder(CloudSqlInstance prototype)
Volume.Builder
Volume.Builder. setCloudSqlInstance(CloudSqlInstance value)
For Cloud SQL volumes, contains the specific instances that should be mounted.
-