Package com.google.cloud.compute.v1
Interface VmEndpointNatMappingsListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmEndpointNatMappingsList
,VmEndpointNatMappingsList.Builder
public interface VmEndpointNatMappingsListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
[Output Only] The unique identifier for the resource.com.google.protobuf.ByteString
getIdBytes()
[Output Only] The unique identifier for the resource.String
getKind()
[Output Only] Type of resource.com.google.protobuf.ByteString
getKindBytes()
[Output Only] Type of resource.String
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.com.google.protobuf.ByteString
getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests.VmEndpointNatMappings
getResult(int index)
[Output Only] A list of Nat mapping information of VM endpoints.int
getResultCount()
[Output Only] A list of Nat mapping information of VM endpoints.List<VmEndpointNatMappings>
getResultList()
[Output Only] A list of Nat mapping information of VM endpoints.VmEndpointNatMappingsOrBuilder
getResultOrBuilder(int index)
[Output Only] A list of Nat mapping information of VM endpoints.List<? extends VmEndpointNatMappingsOrBuilder>
getResultOrBuilderList()
[Output Only] A list of Nat mapping information of VM endpoints.String
getSelfLink()
[Output Only] Server-defined URL for this resource.com.google.protobuf.ByteString
getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.Warning
getWarning()
[Output Only] Informational warning message.WarningOrBuilder
getWarningOrBuilder()
[Output Only] Informational warning message.boolean
hasId()
[Output Only] The unique identifier for the resource.boolean
hasKind()
[Output Only] Type of resource.boolean
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.boolean
hasSelfLink()
[Output Only] Server-defined URL for this resource.boolean
hasWarning()
[Output Only] Informational warning message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional string id = 3355;
- Returns:
- Whether the id field is set.
-
getId
String getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional string id = 3355;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional string id = 3355;
- Returns:
- The bytes for id.
-
hasKind
boolean hasKind()
[Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.
optional string kind = 3292052;
- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
[Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.
optional string kind = 3292052;
- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.
optional string kind = 3292052;
- Returns:
- The bytes for kind.
-
hasNextPageToken
boolean hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
- Returns:
- The bytes for nextPageToken.
-
getResultList
List<VmEndpointNatMappings> getResultList()
[Output Only] A list of Nat mapping information of VM endpoints.
repeated .google.cloud.compute.v1.VmEndpointNatMappings result = 139315229;
-
getResult
VmEndpointNatMappings getResult(int index)
[Output Only] A list of Nat mapping information of VM endpoints.
repeated .google.cloud.compute.v1.VmEndpointNatMappings result = 139315229;
-
getResultCount
int getResultCount()
[Output Only] A list of Nat mapping information of VM endpoints.
repeated .google.cloud.compute.v1.VmEndpointNatMappings result = 139315229;
-
getResultOrBuilderList
List<? extends VmEndpointNatMappingsOrBuilder> getResultOrBuilderList()
[Output Only] A list of Nat mapping information of VM endpoints.
repeated .google.cloud.compute.v1.VmEndpointNatMappings result = 139315229;
-
getResultOrBuilder
VmEndpointNatMappingsOrBuilder getResultOrBuilder(int index)
[Output Only] A list of Nat mapping information of VM endpoints.
repeated .google.cloud.compute.v1.VmEndpointNatMappings result = 139315229;
-
hasSelfLink
boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- Whether the selfLink field is set.
-
getSelfLink
String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- The selfLink.
-
getSelfLinkBytes
com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- The bytes for selfLink.
-
hasWarning
boolean hasWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-