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 FileContentBufferFileContentBuffer.Builder. build()FileContentBufferFileContentBuffer.Builder. buildPartial()FileContentBufferInitialStateConfig.Builder. getDbs(int index)The Key Database (db).FileContentBufferInitialStateConfig. getDbs(int index)The Key Database (db).FileContentBufferInitialStateConfigOrBuilder. getDbs(int index)The Key Database (db).FileContentBufferInitialStateConfig.Builder. getDbxs(int index)The forbidden key database (dbx).FileContentBufferInitialStateConfig. getDbxs(int index)The forbidden key database (dbx).FileContentBufferInitialStateConfigOrBuilder. getDbxs(int index)The forbidden key database (dbx).static FileContentBufferFileContentBuffer. getDefaultInstance()FileContentBufferFileContentBuffer.Builder. getDefaultInstanceForType()FileContentBufferFileContentBuffer. getDefaultInstanceForType()FileContentBufferInitialStateConfig.Builder. getKeks(int index)The Key Exchange Key (KEK).FileContentBufferInitialStateConfig. getKeks(int index)The Key Exchange Key (KEK).FileContentBufferInitialStateConfigOrBuilder. getKeks(int index)The Key Exchange Key (KEK).FileContentBufferInitialStateConfig.Builder. getPk()The Platform Key (PK).FileContentBufferInitialStateConfig. getPk()The Platform Key (PK).FileContentBufferInitialStateConfigOrBuilder. getPk()The Platform Key (PK).static FileContentBufferFileContentBuffer. parseDelimitedFrom(InputStream input)static FileContentBufferFileContentBuffer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileContentBufferFileContentBuffer. parseFrom(byte[] data)static FileContentBufferFileContentBuffer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileContentBufferFileContentBuffer. parseFrom(com.google.protobuf.ByteString data)static FileContentBufferFileContentBuffer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileContentBufferFileContentBuffer. parseFrom(com.google.protobuf.CodedInputStream input)static FileContentBufferFileContentBuffer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileContentBufferFileContentBuffer. parseFrom(InputStream input)static FileContentBufferFileContentBuffer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileContentBufferFileContentBuffer. parseFrom(ByteBuffer data)static FileContentBufferFileContentBuffer. 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.BuilderInitialStateConfig.Builder. addDbs(int index, FileContentBuffer value)The Key Database (db).InitialStateConfig.BuilderInitialStateConfig.Builder. addDbs(FileContentBuffer value)The Key Database (db).InitialStateConfig.BuilderInitialStateConfig.Builder. addDbxs(int index, FileContentBuffer value)The forbidden key database (dbx).InitialStateConfig.BuilderInitialStateConfig.Builder. addDbxs(FileContentBuffer value)The forbidden key database (dbx).InitialStateConfig.BuilderInitialStateConfig.Builder. addKeks(int index, FileContentBuffer value)The Key Exchange Key (KEK).InitialStateConfig.BuilderInitialStateConfig.Builder. addKeks(FileContentBuffer value)The Key Exchange Key (KEK).FileContentBuffer.BuilderFileContentBuffer.Builder. mergeFrom(FileContentBuffer other)InitialStateConfig.BuilderInitialStateConfig.Builder. mergePk(FileContentBuffer value)The Platform Key (PK).static FileContentBuffer.BuilderFileContentBuffer. newBuilder(FileContentBuffer prototype)InitialStateConfig.BuilderInitialStateConfig.Builder. setDbs(int index, FileContentBuffer value)The Key Database (db).InitialStateConfig.BuilderInitialStateConfig.Builder. setDbxs(int index, FileContentBuffer value)The forbidden key database (dbx).InitialStateConfig.BuilderInitialStateConfig.Builder. setKeks(int index, FileContentBuffer value)The Key Exchange Key (KEK).InitialStateConfig.BuilderInitialStateConfig.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.BuilderInitialStateConfig.Builder. addAllDbs(Iterable<? extends FileContentBuffer> values)The Key Database (db).InitialStateConfig.BuilderInitialStateConfig.Builder. addAllDbxs(Iterable<? extends FileContentBuffer> values)The forbidden key database (dbx).InitialStateConfig.BuilderInitialStateConfig.Builder. addAllKeks(Iterable<? extends FileContentBuffer> values)The Key Exchange Key (KEK).
-