| Modifier and Type | Method and Description |
|---|---|
NFSVolumeSource |
NFSVolumeSource.Builder.build() |
NFSVolumeSource |
NFSVolumeSource.Builder.buildPartial() |
static NFSVolumeSource |
NFSVolumeSource.getDefaultInstance() |
NFSVolumeSource |
NFSVolumeSource.getDefaultInstanceForType() |
NFSVolumeSource |
NFSVolumeSource.Builder.getDefaultInstanceForType() |
NFSVolumeSource |
Volume.getNfs()
For NFS Voumes, contains the path to the nfs Volume
.google.cloud.run.v2.NFSVolumeSource nfs = 5; |
NFSVolumeSource |
Volume.Builder.getNfs()
For NFS Voumes, contains the path to the nfs Volume
.google.cloud.run.v2.NFSVolumeSource nfs = 5; |
NFSVolumeSource |
VolumeOrBuilder.getNfs()
For NFS Voumes, contains the path to the nfs Volume
.google.cloud.run.v2.NFSVolumeSource nfs = 5; |
static NFSVolumeSource |
NFSVolumeSource.parseDelimitedFrom(InputStream input) |
static NFSVolumeSource |
NFSVolumeSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(byte[] data) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(ByteBuffer data) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(com.google.protobuf.ByteString data) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(InputStream input) |
static NFSVolumeSource |
NFSVolumeSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<NFSVolumeSource> |
NFSVolumeSource.getParserForType() |
static com.google.protobuf.Parser<NFSVolumeSource> |
NFSVolumeSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
NFSVolumeSource.Builder |
NFSVolumeSource.Builder.mergeFrom(NFSVolumeSource other) |
Volume.Builder |
Volume.Builder.mergeNfs(NFSVolumeSource value)
For NFS Voumes, contains the path to the nfs Volume
.google.cloud.run.v2.NFSVolumeSource nfs = 5; |
static NFSVolumeSource.Builder |
NFSVolumeSource.newBuilder(NFSVolumeSource prototype) |
Volume.Builder |
Volume.Builder.setNfs(NFSVolumeSource value)
For NFS Voumes, contains the path to the nfs Volume
.google.cloud.run.v2.NFSVolumeSource nfs = 5; |
Copyright © 2025 Google LLC. All rights reserved.