Interface GlobalVmExtensionPolicyExtensionPolicyOrBuilder (1.105.0)

public interface GlobalVmExtensionPolicyExtensionPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPinnedVersion()

public abstract String getPinnedVersion()

Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.

optional string pinned_version = 446267249;

Returns
Type Description
String

The pinnedVersion.

getPinnedVersionBytes()

public abstract ByteString getPinnedVersionBytes()

Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.

optional string pinned_version = 446267249;

Returns
Type Description
ByteString

The bytes for pinnedVersion.

getStringConfig()

public abstract String getStringConfig()

Optional. String configuration. Any string payload that the extension understands.

optional string string_config = 318905136;

Returns
Type Description
String

The stringConfig.

getStringConfigBytes()

public abstract ByteString getStringConfigBytes()

Optional. String configuration. Any string payload that the extension understands.

optional string string_config = 318905136;

Returns
Type Description
ByteString

The bytes for stringConfig.

hasPinnedVersion()

public abstract boolean hasPinnedVersion()

Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.

optional string pinned_version = 446267249;

Returns
Type Description
boolean

Whether the pinnedVersion field is set.

hasStringConfig()

public abstract boolean hasStringConfig()

Optional. String configuration. Any string payload that the extension understands.

optional string string_config = 318905136;

Returns
Type Description
boolean

Whether the stringConfig field is set.