Package com.google.cloud.compute.v1
Interface GlobalNetworkEndpointGroupsAttachEndpointsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GlobalNetworkEndpointGroupsAttachEndpointsRequest
,GlobalNetworkEndpointGroupsAttachEndpointsRequest.Builder
public interface GlobalNetworkEndpointGroupsAttachEndpointsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkEndpoint
getNetworkEndpoints(int index)
The list of network endpoints to be attached.int
getNetworkEndpointsCount()
The list of network endpoints to be attached.List<NetworkEndpoint>
getNetworkEndpointsList()
The list of network endpoints to be attached.NetworkEndpointOrBuilder
getNetworkEndpointsOrBuilder(int index)
The list of network endpoints to be attached.List<? extends NetworkEndpointOrBuilder>
getNetworkEndpointsOrBuilderList()
The list of network endpoints to be attached.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkEndpointsList
List<NetworkEndpoint> getNetworkEndpointsList()
The list of network endpoints to be attached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
-
getNetworkEndpoints
NetworkEndpoint getNetworkEndpoints(int index)
The list of network endpoints to be attached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
-
getNetworkEndpointsCount
int getNetworkEndpointsCount()
The list of network endpoints to be attached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
-
getNetworkEndpointsOrBuilderList
List<? extends NetworkEndpointOrBuilder> getNetworkEndpointsOrBuilderList()
The list of network endpoints to be attached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
-
getNetworkEndpointsOrBuilder
NetworkEndpointOrBuilder getNetworkEndpointsOrBuilder(int index)
The list of network endpoints to be attached.
repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;
-
-