Uses of Class
com.google.cloud.compute.v1.NetworkAttachmentConnectedEndpoint
-
Packages that use NetworkAttachmentConnectedEndpoint Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of NetworkAttachmentConnectedEndpoint in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkAttachmentConnectedEndpoint Modifier and Type Method Description NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint.Builder. build()NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint.Builder. buildPartial()NetworkAttachmentConnectedEndpointNetworkAttachment.Builder. getConnectionEndpoints(int index)[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpointNetworkAttachment. getConnectionEndpoints(int index)[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpointNetworkAttachmentOrBuilder. getConnectionEndpoints(int index)[Output Only] An array of connections for all the producers connected to this network attachment.static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. getDefaultInstance()NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint.Builder. getDefaultInstanceForType()NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. getDefaultInstanceForType()static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(byte[] data)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(InputStream input)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(ByteBuffer data)static NetworkAttachmentConnectedEndpointNetworkAttachmentConnectedEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkAttachmentConnectedEndpoint Modifier and Type Method Description List<NetworkAttachmentConnectedEndpoint>NetworkAttachment.Builder. getConnectionEndpointsList()[Output Only] An array of connections for all the producers connected to this network attachment.List<NetworkAttachmentConnectedEndpoint>NetworkAttachment. getConnectionEndpointsList()[Output Only] An array of connections for all the producers connected to this network attachment.List<NetworkAttachmentConnectedEndpoint>NetworkAttachmentOrBuilder. getConnectionEndpointsList()[Output Only] An array of connections for all the producers connected to this network attachment.com.google.protobuf.Parser<NetworkAttachmentConnectedEndpoint>NetworkAttachmentConnectedEndpoint. getParserForType()static com.google.protobuf.Parser<NetworkAttachmentConnectedEndpoint>NetworkAttachmentConnectedEndpoint. parser()Methods in com.google.cloud.compute.v1 with parameters of type NetworkAttachmentConnectedEndpoint Modifier and Type Method Description NetworkAttachment.BuilderNetworkAttachment.Builder. addConnectionEndpoints(int index, NetworkAttachmentConnectedEndpoint value)[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachment.BuilderNetworkAttachment.Builder. addConnectionEndpoints(NetworkAttachmentConnectedEndpoint value)[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpoint.BuilderNetworkAttachmentConnectedEndpoint.Builder. mergeFrom(NetworkAttachmentConnectedEndpoint other)static NetworkAttachmentConnectedEndpoint.BuilderNetworkAttachmentConnectedEndpoint. newBuilder(NetworkAttachmentConnectedEndpoint prototype)NetworkAttachment.BuilderNetworkAttachment.Builder. setConnectionEndpoints(int index, NetworkAttachmentConnectedEndpoint value)[Output Only] An array of connections for all the producers connected to this network attachment.Method parameters in com.google.cloud.compute.v1 with type arguments of type NetworkAttachmentConnectedEndpoint Modifier and Type Method Description NetworkAttachment.BuilderNetworkAttachment.Builder. addAllConnectionEndpoints(Iterable<? extends NetworkAttachmentConnectedEndpoint> values)[Output Only] An array of connections for all the producers connected to this network attachment.
-