public static class ListManagedInstancesInstanceGroupManagersHttpRequest.Builder extends Object
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder mergeFrom(ListManagedInstancesInstanceGroupManagersHttpRequest other)
public String getAccessToken()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setCallback(String callback)
public String getFields()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setFields(String fields)
public String getFilter()
For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setFilter(String filter)
For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.
You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
public String getInstanceGroupManager()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setInstanceGroupManager(String instanceGroupManager)
public String getKey()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setKey(String key)
public Integer getMaxResults()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setMaxResults(Integer maxResults)
public String getOrderBy()
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setOrderBy(String orderBy)
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
public String getPageToken()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setPageToken(String pageToken)
public String getPrettyPrint()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setQuotaUser(String quotaUser)
public String getUserIp()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder setUserIp(String userIp)
public ListManagedInstancesInstanceGroupManagersHttpRequest build()
public ListManagedInstancesInstanceGroupManagersHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.