public interface RegionInstanceGroupsSetNamedPortsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;List<NamedPort> getNamedPortsList()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;NamedPort getNamedPorts(int index)
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;int getNamedPortsCount()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;List<? extends NamedPortOrBuilder> getNamedPortsOrBuilderList()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;NamedPortOrBuilder getNamedPortsOrBuilder(int index)
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;Copyright © 2023 Google LLC. All rights reserved.