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 NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint.Builder. build()
NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint.Builder. buildPartial()
NetworkAttachmentConnectedEndpoint
NetworkAttachment.Builder. getConnectionEndpoints(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpoint
NetworkAttachment. getConnectionEndpoints(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpoint
NetworkAttachmentOrBuilder. getConnectionEndpoints(int index)
[Output Only] An array of connections for all the producers connected to this network attachment.static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. getDefaultInstance()
NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint.Builder. getDefaultInstanceForType()
NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. getDefaultInstanceForType()
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(byte[] data)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(InputStream input)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. parseFrom(ByteBuffer data)
static NetworkAttachmentConnectedEndpoint
NetworkAttachmentConnectedEndpoint. 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.Builder
NetworkAttachment.Builder. addConnectionEndpoints(int index, NetworkAttachmentConnectedEndpoint value)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachment.Builder
NetworkAttachment.Builder. addConnectionEndpoints(NetworkAttachmentConnectedEndpoint value)
[Output Only] An array of connections for all the producers connected to this network attachment.NetworkAttachmentConnectedEndpoint.Builder
NetworkAttachmentConnectedEndpoint.Builder. mergeFrom(NetworkAttachmentConnectedEndpoint other)
static NetworkAttachmentConnectedEndpoint.Builder
NetworkAttachmentConnectedEndpoint. newBuilder(NetworkAttachmentConnectedEndpoint prototype)
NetworkAttachment.Builder
NetworkAttachment.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.Builder
NetworkAttachment.Builder. addAllConnectionEndpoints(Iterable<? extends NetworkAttachmentConnectedEndpoint> values)
[Output Only] An array of connections for all the producers connected to this network attachment.
-