@Generated(value="by GAPIC") @BetaApi public final class ProjectsGetXpnResources extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ProjectsGetXpnResources.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static ProjectsGetXpnResources |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
List<XpnResourceId> |
getResourcesList()
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
|
int |
hashCode() |
static ProjectsGetXpnResources.Builder |
newBuilder() |
static ProjectsGetXpnResources.Builder |
newBuilder(ProjectsGetXpnResources prototype) |
ProjectsGetXpnResources.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getKind()
public String getNextPageToken()
public List<XpnResourceId> getResourcesList()
public static ProjectsGetXpnResources.Builder newBuilder()
public static ProjectsGetXpnResources.Builder newBuilder(ProjectsGetXpnResources prototype)
public ProjectsGetXpnResources.Builder toBuilder()
public static ProjectsGetXpnResources getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.