public static class ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder extends Object
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder mergeFrom(ListManagedInstancesRegionInstanceGroupManagersHttpRequest other)
public String getAccessToken()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setCallback(String callback)
public String getFields()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.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 ListManagedInstancesRegionInstanceGroupManagersHttpRequest.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 ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setInstanceGroupManager(String instanceGroupManager)
public String getKey()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setKey(String key)
public Integer getMaxResults()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.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 ListManagedInstancesRegionInstanceGroupManagersHttpRequest.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 ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setPageToken(String pageToken)
public String getPrettyPrint()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setQuotaUser(String quotaUser)
public String getUserIp()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder setUserIp(String userIp)
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest build()
public ListManagedInstancesRegionInstanceGroupManagersHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.