Class GcpTagRequest
java.lang.Object
com.cloudera.cdp.environments.model.GcpTagRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GcpTagRequest
extends Object
A label that can be attached to GCP resources. Please refer to Google documentation for the rules https://cloud.google.com/compute/docs/labeling-resources#label_format.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GcpTagRequest
public GcpTagRequest()
-
-
Method Details
-
getKey
Getter for key. The tag's name. -
setKey
Setter for key. The tag's name. -
getValue
Getter for value. The associated value of the tag. -
setValue
Setter for value. The associated value of the tag. -
equals
-
hashCode
public int hashCode() -
toString
-