| Modifier and Type | Method and Description |
|---|---|
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.Builder.build() |
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.Builder.buildPartial() |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.getDefaultInstance() |
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.getDefaultInstanceForType() |
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.Builder.getDefaultInstanceForType() |
AttachedDiskInitializeParams |
AttachedDisk.getInitializeParams()
[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance.
|
AttachedDiskInitializeParams |
AttachedDisk.Builder.getInitializeParams()
[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance.
|
AttachedDiskInitializeParams |
AttachedDiskOrBuilder.getInitializeParams()
[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance.
|
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseDelimitedFrom(InputStream input) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(byte[] data) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(ByteBuffer data) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(com.google.protobuf.ByteString data) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(com.google.protobuf.CodedInputStream input) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(InputStream input) |
static AttachedDiskInitializeParams |
AttachedDiskInitializeParams.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AttachedDiskInitializeParams> |
AttachedDiskInitializeParams.getParserForType() |
static com.google.protobuf.Parser<AttachedDiskInitializeParams> |
AttachedDiskInitializeParams.parser() |
| Modifier and Type | Method and Description |
|---|---|
AttachedDiskInitializeParams.Builder |
AttachedDiskInitializeParams.Builder.mergeFrom(AttachedDiskInitializeParams other) |
AttachedDisk.Builder |
AttachedDisk.Builder.mergeInitializeParams(AttachedDiskInitializeParams value)
[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance.
|
static AttachedDiskInitializeParams.Builder |
AttachedDiskInitializeParams.newBuilder(AttachedDiskInitializeParams prototype) |
AttachedDisk.Builder |
AttachedDisk.Builder.setInitializeParams(AttachedDiskInitializeParams value)
[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance.
|
Copyright © 2023 Google LLC. All rights reserved.