Uses of Class
com.google.cloud.compute.v1.FileContentBuffer
-
Packages that use FileContentBuffer Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of FileContentBuffer in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FileContentBuffer Modifier and Type Method Description FileContentBuffer
FileContentBuffer.Builder. build()
FileContentBuffer
FileContentBuffer.Builder. buildPartial()
FileContentBuffer
InitialStateConfig.Builder. getDbs(int index)
The Key Database (db).FileContentBuffer
InitialStateConfig. getDbs(int index)
The Key Database (db).FileContentBuffer
InitialStateConfigOrBuilder. getDbs(int index)
The Key Database (db).FileContentBuffer
InitialStateConfig.Builder. getDbxs(int index)
The forbidden key database (dbx).FileContentBuffer
InitialStateConfig. getDbxs(int index)
The forbidden key database (dbx).FileContentBuffer
InitialStateConfigOrBuilder. getDbxs(int index)
The forbidden key database (dbx).static FileContentBuffer
FileContentBuffer. getDefaultInstance()
FileContentBuffer
FileContentBuffer.Builder. getDefaultInstanceForType()
FileContentBuffer
FileContentBuffer. getDefaultInstanceForType()
FileContentBuffer
InitialStateConfig.Builder. getKeks(int index)
The Key Exchange Key (KEK).FileContentBuffer
InitialStateConfig. getKeks(int index)
The Key Exchange Key (KEK).FileContentBuffer
InitialStateConfigOrBuilder. getKeks(int index)
The Key Exchange Key (KEK).FileContentBuffer
InitialStateConfig.Builder. getPk()
The Platform Key (PK).FileContentBuffer
InitialStateConfig. getPk()
The Platform Key (PK).FileContentBuffer
InitialStateConfigOrBuilder. getPk()
The Platform Key (PK).static FileContentBuffer
FileContentBuffer. parseDelimitedFrom(InputStream input)
static FileContentBuffer
FileContentBuffer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileContentBuffer
FileContentBuffer. parseFrom(byte[] data)
static FileContentBuffer
FileContentBuffer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileContentBuffer
FileContentBuffer. parseFrom(com.google.protobuf.ByteString data)
static FileContentBuffer
FileContentBuffer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileContentBuffer
FileContentBuffer. parseFrom(com.google.protobuf.CodedInputStream input)
static FileContentBuffer
FileContentBuffer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileContentBuffer
FileContentBuffer. parseFrom(InputStream input)
static FileContentBuffer
FileContentBuffer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileContentBuffer
FileContentBuffer. parseFrom(ByteBuffer data)
static FileContentBuffer
FileContentBuffer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type FileContentBuffer Modifier and Type Method Description List<FileContentBuffer>
InitialStateConfig.Builder. getDbsList()
The Key Database (db).List<FileContentBuffer>
InitialStateConfig. getDbsList()
The Key Database (db).List<FileContentBuffer>
InitialStateConfigOrBuilder. getDbsList()
The Key Database (db).List<FileContentBuffer>
InitialStateConfig.Builder. getDbxsList()
The forbidden key database (dbx).List<FileContentBuffer>
InitialStateConfig. getDbxsList()
The forbidden key database (dbx).List<FileContentBuffer>
InitialStateConfigOrBuilder. getDbxsList()
The forbidden key database (dbx).List<FileContentBuffer>
InitialStateConfig.Builder. getKeksList()
The Key Exchange Key (KEK).List<FileContentBuffer>
InitialStateConfig. getKeksList()
The Key Exchange Key (KEK).List<FileContentBuffer>
InitialStateConfigOrBuilder. getKeksList()
The Key Exchange Key (KEK).com.google.protobuf.Parser<FileContentBuffer>
FileContentBuffer. getParserForType()
static com.google.protobuf.Parser<FileContentBuffer>
FileContentBuffer. parser()
Methods in com.google.cloud.compute.v1 with parameters of type FileContentBuffer Modifier and Type Method Description InitialStateConfig.Builder
InitialStateConfig.Builder. addDbs(int index, FileContentBuffer value)
The Key Database (db).InitialStateConfig.Builder
InitialStateConfig.Builder. addDbs(FileContentBuffer value)
The Key Database (db).InitialStateConfig.Builder
InitialStateConfig.Builder. addDbxs(int index, FileContentBuffer value)
The forbidden key database (dbx).InitialStateConfig.Builder
InitialStateConfig.Builder. addDbxs(FileContentBuffer value)
The forbidden key database (dbx).InitialStateConfig.Builder
InitialStateConfig.Builder. addKeks(int index, FileContentBuffer value)
The Key Exchange Key (KEK).InitialStateConfig.Builder
InitialStateConfig.Builder. addKeks(FileContentBuffer value)
The Key Exchange Key (KEK).FileContentBuffer.Builder
FileContentBuffer.Builder. mergeFrom(FileContentBuffer other)
InitialStateConfig.Builder
InitialStateConfig.Builder. mergePk(FileContentBuffer value)
The Platform Key (PK).static FileContentBuffer.Builder
FileContentBuffer. newBuilder(FileContentBuffer prototype)
InitialStateConfig.Builder
InitialStateConfig.Builder. setDbs(int index, FileContentBuffer value)
The Key Database (db).InitialStateConfig.Builder
InitialStateConfig.Builder. setDbxs(int index, FileContentBuffer value)
The forbidden key database (dbx).InitialStateConfig.Builder
InitialStateConfig.Builder. setKeks(int index, FileContentBuffer value)
The Key Exchange Key (KEK).InitialStateConfig.Builder
InitialStateConfig.Builder. setPk(FileContentBuffer value)
The Platform Key (PK).Method parameters in com.google.cloud.compute.v1 with type arguments of type FileContentBuffer Modifier and Type Method Description InitialStateConfig.Builder
InitialStateConfig.Builder. addAllDbs(Iterable<? extends FileContentBuffer> values)
The Key Database (db).InitialStateConfig.Builder
InitialStateConfig.Builder. addAllDbxs(Iterable<? extends FileContentBuffer> values)
The forbidden key database (dbx).InitialStateConfig.Builder
InitialStateConfig.Builder. addAllKeks(Iterable<? extends FileContentBuffer> values)
The Key Exchange Key (KEK).
-