Interface RestoreConfig.GroupKindOrBuilder (0.38.0)

public static interface RestoreConfig.GroupKindOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceGroup()

public abstract String getResourceGroup()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The resourceGroup.

getResourceGroupBytes()

public abstract ByteString getResourceGroupBytes()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for resourceGroup.

getResourceKind()

public abstract String getResourceKind()

Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and singular form. E.g. "CustomResourceDefinition", "StorageClass", etc.

string resource_kind = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The resourceKind.

getResourceKindBytes()

public abstract ByteString getResourceKindBytes()

Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and singular form. E.g. "CustomResourceDefinition", "StorageClass", etc.

string resource_kind = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for resourceKind.