Interface RestoreConfig.GroupKindOrBuilder (0.16.0)

public static interface RestoreConfig.GroupKindOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceGroup()

public abstract String getResourceGroup()

API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Note: use empty string for core API group

string resource_group = 1;

Returns
TypeDescription
String

The resourceGroup.

getResourceGroupBytes()

public abstract ByteString getResourceGroupBytes()

API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Note: use empty string for core API group

string resource_group = 1;

Returns
TypeDescription
ByteString

The bytes for resourceGroup.

getResourceKind()

public abstract String getResourceKind()

Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.

string resource_kind = 2;

Returns
TypeDescription
String

The resourceKind.

getResourceKindBytes()

public abstract ByteString getResourceKindBytes()

Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.

string resource_kind = 2;

Returns
TypeDescription
ByteString

The bytes for resourceKind.