target.apidocs.com.google.api.services.compute.model.GuestAttributes.html Maven / Gradle / Ivy
GuestAttributes (Compute Engine API v1-rev20200104-1.30.8)
com.google.api.services.compute.model
Class GuestAttributes
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.GuestAttributes
-
public final class GuestAttributes
extends GenericJson
A guest attributes entry.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
GuestAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GuestAttributes
clone()
String
getKind()
[Output Only] Type of the resource.
String
getQueryPath()
The path to be queried.
GuestAttributesValue
getQueryValue()
[Output Only] The value of the requested queried path.
String
getSelfLink()
[Output Only] Server-defined URL for this resource.
String
getVariableKey()
The key to search for.
String
getVariableValue()
[Output Only] The value found for the requested key.
GuestAttributes
set(String fieldName,
Object value)
GuestAttributes
setKind(String kind)
[Output Only] Type of the resource.
GuestAttributes
setQueryPath(String queryPath)
The path to be queried.
GuestAttributes
setQueryValue(GuestAttributesValue queryValue)
[Output Only] The value of the requested queried path.
GuestAttributes
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
GuestAttributes
setVariableKey(String variableKey)
The key to search for.
GuestAttributes
setVariableValue(String variableValue)
[Output Only] The value found for the requested key.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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
-
set
public GuestAttributes set(String fieldName,
Object value)
- Overrides:
set in class GenericJson
-
clone
public GuestAttributes clone()
- Overrides:
clone in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy