Interface VmExtensionPolicyExtensionPolicyOrBuilder (1.105.0)

public interface VmExtensionPolicyExtensionPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPinnedVersion()

public abstract String getPinnedVersion()

Optional. The specific version of the extension to install. If not set, the latest version is used.

optional string pinned_version = 446267249;

Returns
Type Description
String

The pinnedVersion.

getPinnedVersionBytes()

public abstract ByteString getPinnedVersionBytes()

Optional. The specific version of the extension to install. If not set, the latest version is used.

optional string pinned_version = 446267249;

Returns
Type Description
ByteString

The bytes for pinnedVersion.

getStringConfig()

public abstract String getStringConfig()

Optional. String-based configuration data for the extension.

optional string string_config = 318905136;

Returns
Type Description
String

The stringConfig.

getStringConfigBytes()

public abstract ByteString getStringConfigBytes()

Optional. String-based configuration data for the extension.

optional string string_config = 318905136;

Returns
Type Description
ByteString

The bytes for stringConfig.

hasPinnedVersion()

public abstract boolean hasPinnedVersion()

Optional. The specific version of the extension to install. If not set, the latest version is used.

optional string pinned_version = 446267249;

Returns
Type Description
boolean

Whether the pinnedVersion field is set.

hasStringConfig()

public abstract boolean hasStringConfig()

Optional. String-based configuration data for the extension.

optional string string_config = 318905136;

Returns
Type Description
boolean

Whether the stringConfig field is set.