Interface RestoreConfig.GroupKindOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getResourceGroup()
      API group string of a Kubernetes resource, e.g.
      com.google.protobuf.ByteString getResourceGroupBytes()
      API group string of a Kubernetes resource, e.g.
      String getResourceKind()
      Kind of a Kubernetes resource, e.g.
      com.google.protobuf.ByteString getResourceKindBytes()
      Kind of a Kubernetes resource, e.g.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getResourceGroup

        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:
        The resourceGroup.
      • getResourceGroupBytes

        com.google.protobuf.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:
        The bytes for resourceGroup.
      • getResourceKind

        String getResourceKind()
         Kind of a Kubernetes resource, e.g.
         "CustomResourceDefinition", "StorageClass", etc.
         
        string resource_kind = 2;
        Returns:
        The resourceKind.
      • getResourceKindBytes

        com.google.protobuf.ByteString getResourceKindBytes()
         Kind of a Kubernetes resource, e.g.
         "CustomResourceDefinition", "StorageClass", etc.
         
        string resource_kind = 2;
        Returns:
        The bytes for resourceKind.