public static final class GetVersionOperationMetadataSbomInfo.Builder extends GeneratedMessage.Builder<GetVersionOperationMetadataSbomInfo.Builder> implements GetVersionOperationMetadataSbomInfoOrBuilder
Protobuf type google.cloud.compute.v1.GetVersionOperationMetadataSbomInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public GetVersionOperationMetadataSbomInfo build()
public GetVersionOperationMetadataSbomInfo buildPartial()
public GetVersionOperationMetadataSbomInfo.Builder clear()
Overrides
public GetVersionOperationMetadataSbomInfo.Builder clearCurrentComponentVersions()
public GetVersionOperationMetadataSbomInfo.Builder clearTargetComponentVersions()
public boolean containsCurrentComponentVersions(String key)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
| Parameter |
| Name |
Description |
key |
String
|
public boolean containsTargetComponentVersions(String key)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
| Parameter |
| Name |
Description |
key |
String
|
public Map<String,String> getCurrentComponentVersions()
public int getCurrentComponentVersionsCount()
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
| Returns |
| Type |
Description |
int |
|
public Map<String,String> getCurrentComponentVersionsMap()
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
public String getCurrentComponentVersionsOrDefault(String key, String defaultValue)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
| Returns |
| Type |
Description |
String |
|
public String getCurrentComponentVersionsOrThrow(String key)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
|
public GetVersionOperationMetadataSbomInfo getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Map<String,String> getMutableCurrentComponentVersions()
Use alternate mutation accessors instead.
public Map<String,String> getMutableTargetComponentVersions()
Use alternate mutation accessors instead.
public Map<String,String> getTargetComponentVersions()
public int getTargetComponentVersionsCount()
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
| Returns |
| Type |
Description |
int |
|
public Map<String,String> getTargetComponentVersionsMap()
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
public String getTargetComponentVersionsOrDefault(String key, String defaultValue)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
| Returns |
| Type |
Description |
String |
|
public String getTargetComponentVersionsOrThrow(String key)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public GetVersionOperationMetadataSbomInfo.Builder mergeFrom(GetVersionOperationMetadataSbomInfo other)
public GetVersionOperationMetadataSbomInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public GetVersionOperationMetadataSbomInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public GetVersionOperationMetadataSbomInfo.Builder putAllCurrentComponentVersions(Map<String,String> values)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
public GetVersionOperationMetadataSbomInfo.Builder putAllTargetComponentVersions(Map<String,String> values)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
public GetVersionOperationMetadataSbomInfo.Builder putCurrentComponentVersions(String key, String value)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
public GetVersionOperationMetadataSbomInfo.Builder putTargetComponentVersions(String key, String value)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
public GetVersionOperationMetadataSbomInfo.Builder removeCurrentComponentVersions(String key)
SBOM versions currently applied to the resource. The key is the component
name and the value is the version.
map<string, string> current_component_versions = 273325091;
| Parameter |
| Name |
Description |
key |
String
|
public GetVersionOperationMetadataSbomInfo.Builder removeTargetComponentVersions(String key)
SBOM versions scheduled for the next maintenance. The key is the
component name and the value is the version.
map<string, string> target_component_versions = 345997579;
| Parameter |
| Name |
Description |
key |
String
|