public final class NetworkEndpointGroupsDetachEndpointsRequest extends GeneratedMessageV3 implements NetworkEndpointGroupsDetachEndpointsRequestOrBuilder
Protobuf type google.cloud.compute.v1.NetworkEndpointGroupsDetachEndpointsRequest
Static Fields
NETWORK_ENDPOINTS_FIELD_NUMBER
public static final int NETWORK_ENDPOINTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NetworkEndpointGroupsDetachEndpointsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NetworkEndpointGroupsDetachEndpointsRequest.Builder newBuilder()
Returns
newBuilder(NetworkEndpointGroupsDetachEndpointsRequest prototype)
public static NetworkEndpointGroupsDetachEndpointsRequest.Builder newBuilder(NetworkEndpointGroupsDetachEndpointsRequest prototype)
Parameter
Returns
public static NetworkEndpointGroupsDetachEndpointsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpointGroupsDetachEndpointsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpointGroupsDetachEndpointsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NetworkEndpointGroupsDetachEndpointsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public NetworkEndpointGroupsDetachEndpointsRequest getDefaultInstanceForType()
Returns
getNetworkEndpoints(int index)
public NetworkEndpoint getNetworkEndpoints(int index)
The list of network endpoints to be detached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
Parameter
Returns
getNetworkEndpointsCount()
public int getNetworkEndpointsCount()
The list of network endpoints to be detached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
Returns
getNetworkEndpointsList()
public List<NetworkEndpoint> getNetworkEndpointsList()
The list of network endpoints to be detached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
Returns
getNetworkEndpointsOrBuilder(int index)
public NetworkEndpointOrBuilder getNetworkEndpointsOrBuilder(int index)
The list of network endpoints to be detached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
Parameter
Returns
getNetworkEndpointsOrBuilderList()
public List<? extends NetworkEndpointOrBuilder> getNetworkEndpointsOrBuilderList()
The list of network endpoints to be detached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.NetworkEndpointOrBuilder> | |
getParserForType()
public Parser<NetworkEndpointGroupsDetachEndpointsRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NetworkEndpointGroupsDetachEndpointsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkEndpointGroupsDetachEndpointsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NetworkEndpointGroupsDetachEndpointsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions