Class DatalakeResourceGCPTagRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class DatalakeResourceGCPTagRequest
    extends Object
    A label that can be attached to GCP Data Lake resources. Please refer to Google documentation for the rules https://cloud.google.com/compute/docs/labeling-resources#label_format.
    • Constructor Detail

      • DatalakeResourceGCPTagRequest

        public DatalakeResourceGCPTagRequest()
    • Method Detail

      • getKey

        public String getKey()
        Getter for key. The key of tag.
      • setKey

        public void setKey​(String key)
        Setter for key. The key of tag.
      • getValue

        public String getValue()
        Getter for value. The value of the tag.
      • setValue

        public void setValue​(String value)
        Setter for value. The value of the tag.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object