public static interface RestoreConfig.GroupKindOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceKind. |