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

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







GuestAttributes (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class GuestAttributes

    • Constructor Detail

      • GuestAttributes

        public GuestAttributes()
    • Method Detail

      • getKind

        public String getKind()
        [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
        Returns:
        value or null for none
      • setKind

        public GuestAttributes setKind(String kind)
        [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
        Parameters:
        kind - kind or null for none
      • getQueryPath

        public String getQueryPath()
        The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
        Returns:
        value or null for none
      • setQueryPath

        public GuestAttributes setQueryPath(String queryPath)
        The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
        Parameters:
        queryPath - queryPath or null for none
      • getQueryValue

        public GuestAttributesValue getQueryValue()
        [Output Only] The value of the requested queried path.
        Returns:
        value or null for none
      • setQueryValue

        public GuestAttributes setQueryValue(GuestAttributesValue queryValue)
        [Output Only] The value of the requested queried path.
        Parameters:
        queryValue - queryValue or null for none
      • getSelfLink

        public String getSelfLink()
        [Output Only] Server-defined URL for this resource.
        Returns:
        value or null for none
      • setSelfLink

        public GuestAttributes setSelfLink(String selfLink)
        [Output Only] Server-defined URL for this resource.
        Parameters:
        selfLink - selfLink or null for none
      • getVariableKey

        public String getVariableKey()
        The key to search for.
        Returns:
        value or null for none
      • setVariableKey

        public GuestAttributes setVariableKey(String variableKey)
        The key to search for.
        Parameters:
        variableKey - variableKey or null for none
      • getVariableValue

        public String getVariableValue()
        [Output Only] The value found for the requested key.
        Returns:
        value or null for none
      • setVariableValue

        public GuestAttributes setVariableValue(String variableValue)
        [Output Only] The value found for the requested key.
        Parameters:
        variableValue - variableValue or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy