All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.GuestAttributesEntry.html Maven / Gradle / Ivy







GuestAttributesEntry (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class GuestAttributesEntry

    • Constructor Detail

      • GuestAttributesEntry

        public GuestAttributesEntry()
    • Method Detail

      • getKey

        public String getKey()
        Key for the guest attribute entry.
        Returns:
        value or null for none
      • setKey

        public GuestAttributesEntry setKey(String key)
        Key for the guest attribute entry.
        Parameters:
        key - key or null for none
      • getNamespace

        public String getNamespace()
        Namespace for the guest attribute entry.
        Returns:
        value or null for none
      • setNamespace

        public GuestAttributesEntry setNamespace(String namespace)
        Namespace for the guest attribute entry.
        Parameters:
        namespace - namespace or null for none
      • getValue

        public String getValue()
        Value for the guest attribute entry.
        Returns:
        value or null for none
      • setValue

        public GuestAttributesEntry setValue(String value)
        Value for the guest attribute entry.
        Parameters:
        value - value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy