Send feedback
Class InstanceGroupsSetNamedPortsRequest (1.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.46.0 keyboard_arrow_down
public final class InstanceGroupsSetNamedPortsRequest extends GeneratedMessageV3 implements InstanceGroupsSetNamedPortsRequestOrBuilder
Protobuf type google.cloud.compute.v1.InstanceGroupsSetNamedPortsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FINGERPRINT_FIELD_NUMBER
public static final int FINGERPRINT_FIELD_NUMBER
Field Value Type Description int
NAMED_PORTS_FIELD_NUMBER
public static final int NAMED_PORTS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static InstanceGroupsSetNamedPortsRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InstanceGroupsSetNamedPortsRequest . Builder newBuilder ()
newBuilder(InstanceGroupsSetNamedPortsRequest prototype)
public static InstanceGroupsSetNamedPortsRequest . Builder newBuilder ( InstanceGroupsSetNamedPortsRequest prototype )
public static InstanceGroupsSetNamedPortsRequest parseDelimitedFrom ( InputStream input )
public static InstanceGroupsSetNamedPortsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InstanceGroupsSetNamedPortsRequest parseFrom ( CodedInputStream input )
public static InstanceGroupsSetNamedPortsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InstanceGroupsSetNamedPortsRequest parseFrom ( InputStream input )
public static InstanceGroupsSetNamedPortsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InstanceGroupsSetNamedPortsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InstanceGroupsSetNamedPortsRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public InstanceGroupsSetNamedPortsRequest getDefaultInstanceForType ()
getFingerprint()
public 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. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
optional string fingerprint = 234678500;
Returns Type Description String
The fingerprint.
getFingerprintBytes()
public 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. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
optional string fingerprint = 234678500;
Returns Type Description ByteString
The bytes for fingerprint.
getNamedPorts(int index)
public NamedPort getNamedPorts ( int index )
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
Parameter Name Description index
int
getNamedPortsCount()
public int getNamedPortsCount ()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
Returns Type Description int
getNamedPortsList()
public List<NamedPort> getNamedPortsList ()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
getNamedPortsOrBuilder(int index)
public NamedPortOrBuilder getNamedPortsOrBuilder ( int index )
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
Parameter Name Description index
int
getNamedPortsOrBuilderList()
public List <? extends NamedPortOrBuilder > getNamedPortsOrBuilderList ()
The list of named ports to set for this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;
Returns Type Description List <? extends com.google.cloud.compute.v1.NamedPortOrBuilder >
getParserForType()
public Parser<InstanceGroupsSetNamedPortsRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasFingerprint()
public 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. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
optional string fingerprint = 234678500;
Returns Type Description boolean
Whether the fingerprint field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InstanceGroupsSetNamedPortsRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InstanceGroupsSetNamedPortsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public InstanceGroupsSetNamedPortsRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]