Package com.google.cloud.compute.v1
Interface RegionInstanceGroupsSetNamedPortsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionInstanceGroupsSetNamedPortsRequest
,RegionInstanceGroupsSetNamedPortsRequest.Builder
public interface RegionInstanceGroupsSetNamedPortsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFingerprint()
The fingerprint of the named ports information for this instance group.com.google.protobuf.ByteString
getFingerprintBytes()
The fingerprint of the named ports information for this instance group.NamedPort
getNamedPorts(int index)
The list of named ports to set for this instance group.int
getNamedPortsCount()
The list of named ports to set for this instance group.List<NamedPort>
getNamedPortsList()
The list of named ports to set for this instance group.NamedPortOrBuilder
getNamedPortsOrBuilder(int index)
The list of named ports to set for this instance group.List<? extends NamedPortOrBuilder>
getNamedPortsOrBuilderList()
The list of named ports to set for this instance group.boolean
hasFingerprint()
The fingerprint of the named ports information for this instance group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFingerprint
boolean hasFingerprint()
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
optional string fingerprint = 234678500;
- Returns:
- Whether the fingerprint field is set.
-
getFingerprint
String getFingerprint()
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
optional string fingerprint = 234678500;
- Returns:
- The fingerprint.
-
getFingerprintBytes
com.google.protobuf.ByteString getFingerprintBytes()
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
optional string fingerprint = 234678500;
- Returns:
- The bytes for fingerprint.
-
getNamedPortsList
List<NamedPort> getNamedPortsList()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
-
getNamedPorts
NamedPort getNamedPorts(int index)
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
-
getNamedPortsCount
int getNamedPortsCount()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
-
getNamedPortsOrBuilderList
List<? extends NamedPortOrBuilder> getNamedPortsOrBuilderList()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
-
getNamedPortsOrBuilder
NamedPortOrBuilder getNamedPortsOrBuilder(int index)
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
-
-