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