Class GetVersionOperationMetadataSbomInfo (1.105.0)

public final class GetVersionOperationMetadataSbomInfo extends GeneratedMessage implements GetVersionOperationMetadataSbomInfoOrBuilder

Protobuf type google.cloud.compute.v1.GetVersionOperationMetadataSbomInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GetVersionOperationMetadataSbomInfo

Static Fields

CURRENT_COMPONENT_VERSIONS_FIELD_NUMBER

public static final int CURRENT_COMPONENT_VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

TARGET_COMPONENT_VERSIONS_FIELD_NUMBER

public static final int TARGET_COMPONENT_VERSIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GetVersionOperationMetadataSbomInfo getDefaultInstance()
Returns
Type Description
GetVersionOperationMetadataSbomInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GetVersionOperationMetadataSbomInfo.Builder newBuilder()
Returns
Type Description
GetVersionOperationMetadataSbomInfo.Builder

newBuilder(GetVersionOperationMetadataSbomInfo prototype)

public static GetVersionOperationMetadataSbomInfo.Builder newBuilder(GetVersionOperationMetadataSbomInfo prototype)
Parameter
Name Description
prototype GetVersionOperationMetadataSbomInfo
Returns
Type Description
GetVersionOperationMetadataSbomInfo.Builder

parseDelimitedFrom(InputStream input)

public static GetVersionOperationMetadataSbomInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GetVersionOperationMetadataSbomInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetVersionOperationMetadataSbomInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetVersionOperationMetadataSbomInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GetVersionOperationMetadataSbomInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GetVersionOperationMetadataSbomInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetVersionOperationMetadataSbomInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetVersionOperationMetadataSbomInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GetVersionOperationMetadataSbomInfo> parser()
Returns
Type Description
Parser<GetVersionOperationMetadataSbomInfo>

Methods

containsCurrentComponentVersions(String key)

public boolean containsCurrentComponentVersions(String key)

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsTargetComponentVersions(String key)

public boolean containsTargetComponentVersions(String key)

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCurrentComponentVersions() (deprecated)

public Map<String,String> getCurrentComponentVersions()
Returns
Type Description
Map<String,String>

getCurrentComponentVersionsCount()

public int getCurrentComponentVersionsCount()

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Returns
Type Description
int

getCurrentComponentVersionsMap()

public Map<String,String> getCurrentComponentVersionsMap()

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Returns
Type Description
Map<String,String>

getCurrentComponentVersionsOrDefault(String key, String defaultValue)

public String getCurrentComponentVersionsOrDefault(String key, String defaultValue)

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getCurrentComponentVersionsOrThrow(String key)

public String getCurrentComponentVersionsOrThrow(String key)

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Parameter
Name Description
key String
Returns
Type Description
String

getDefaultInstanceForType()

public GetVersionOperationMetadataSbomInfo getDefaultInstanceForType()
Returns
Type Description
GetVersionOperationMetadataSbomInfo

getParserForType()

public Parser<GetVersionOperationMetadataSbomInfo> getParserForType()
Returns
Type Description
Parser<GetVersionOperationMetadataSbomInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTargetComponentVersions() (deprecated)

public Map<String,String> getTargetComponentVersions()
Returns
Type Description
Map<String,String>

getTargetComponentVersionsCount()

public int getTargetComponentVersionsCount()

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Returns
Type Description
int

getTargetComponentVersionsMap()

public Map<String,String> getTargetComponentVersionsMap()

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Returns
Type Description
Map<String,String>

getTargetComponentVersionsOrDefault(String key, String defaultValue)

public String getTargetComponentVersionsOrDefault(String key, String defaultValue)

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getTargetComponentVersionsOrThrow(String key)

public String getTargetComponentVersionsOrThrow(String key)

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Parameter
Name Description
key String
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GetVersionOperationMetadataSbomInfo.Builder newBuilderForType()
Returns
Type Description
GetVersionOperationMetadataSbomInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GetVersionOperationMetadataSbomInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GetVersionOperationMetadataSbomInfo.Builder
Overrides

toBuilder()

public GetVersionOperationMetadataSbomInfo.Builder toBuilder()
Returns
Type Description
GetVersionOperationMetadataSbomInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException