Class InitialStateConfig (1.51.0)

public final class InitialStateConfig extends GeneratedMessageV3 implements InitialStateConfigOrBuilder

Initial State for shielded instance, these are public keys which are safe to store in public

Protobuf type google.cloud.compute.v1.InitialStateConfig

Static Fields

DBS_FIELD_NUMBER

public static final int DBS_FIELD_NUMBER
Field Value
TypeDescription
int

DBXS_FIELD_NUMBER

public static final int DBXS_FIELD_NUMBER
Field Value
TypeDescription
int

KEKS_FIELD_NUMBER

public static final int KEKS_FIELD_NUMBER
Field Value
TypeDescription
int

PK_FIELD_NUMBER

public static final int PK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InitialStateConfig getDefaultInstance()
Returns
TypeDescription
InitialStateConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InitialStateConfig.Builder newBuilder()
Returns
TypeDescription
InitialStateConfig.Builder

newBuilder(InitialStateConfig prototype)

public static InitialStateConfig.Builder newBuilder(InitialStateConfig prototype)
Parameter
NameDescription
prototypeInitialStateConfig
Returns
TypeDescription
InitialStateConfig.Builder

parseDelimitedFrom(InputStream input)

public static InitialStateConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InitialStateConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InitialStateConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InitialStateConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InitialStateConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InitialStateConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InitialStateConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InitialStateConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InitialStateConfig> parser()
Returns
TypeDescription
Parser<InitialStateConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDbs(int index)

public FileContentBuffer getDbs(int index)

The Key Database (db).

repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBuffer

getDbsCount()

public int getDbsCount()

The Key Database (db).

repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;

Returns
TypeDescription
int

getDbsList()

public List<FileContentBuffer> getDbsList()

The Key Database (db).

repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;

Returns
TypeDescription
List<FileContentBuffer>

getDbsOrBuilder(int index)

public FileContentBufferOrBuilder getDbsOrBuilder(int index)

The Key Database (db).

repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBufferOrBuilder

getDbsOrBuilderList()

public List<? extends FileContentBufferOrBuilder> getDbsOrBuilderList()

The Key Database (db).

repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>

getDbxs(int index)

public FileContentBuffer getDbxs(int index)

The forbidden key database (dbx).

repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBuffer

getDbxsCount()

public int getDbxsCount()

The forbidden key database (dbx).

repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;

Returns
TypeDescription
int

getDbxsList()

public List<FileContentBuffer> getDbxsList()

The forbidden key database (dbx).

repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;

Returns
TypeDescription
List<FileContentBuffer>

getDbxsOrBuilder(int index)

public FileContentBufferOrBuilder getDbxsOrBuilder(int index)

The forbidden key database (dbx).

repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBufferOrBuilder

getDbxsOrBuilderList()

public List<? extends FileContentBufferOrBuilder> getDbxsOrBuilderList()

The forbidden key database (dbx).

repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>

getDefaultInstanceForType()

public InitialStateConfig getDefaultInstanceForType()
Returns
TypeDescription
InitialStateConfig

getKeks(int index)

public FileContentBuffer getKeks(int index)

The Key Exchange Key (KEK).

repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBuffer

getKeksCount()

public int getKeksCount()

The Key Exchange Key (KEK).

repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;

Returns
TypeDescription
int

getKeksList()

public List<FileContentBuffer> getKeksList()

The Key Exchange Key (KEK).

repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;

Returns
TypeDescription
List<FileContentBuffer>

getKeksOrBuilder(int index)

public FileContentBufferOrBuilder getKeksOrBuilder(int index)

The Key Exchange Key (KEK).

repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileContentBufferOrBuilder

getKeksOrBuilderList()

public List<? extends FileContentBufferOrBuilder> getKeksOrBuilderList()

The Key Exchange Key (KEK).

repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>

getParserForType()

public Parser<InitialStateConfig> getParserForType()
Returns
TypeDescription
Parser<InitialStateConfig>
Overrides

getPk()

public FileContentBuffer getPk()

The Platform Key (PK).

optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;

Returns
TypeDescription
FileContentBuffer

The pk.

getPkOrBuilder()

public FileContentBufferOrBuilder getPkOrBuilder()

The Platform Key (PK).

optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;

Returns
TypeDescription
FileContentBufferOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasPk()

public boolean hasPk()

The Platform Key (PK).

optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;

Returns
TypeDescription
boolean

Whether the pk field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InitialStateConfig.Builder newBuilderForType()
Returns
TypeDescription
InitialStateConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InitialStateConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InitialStateConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InitialStateConfig.Builder toBuilder()
Returns
TypeDescription
InitialStateConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException