Uses of Interface
com.google.cloud.compute.v1.ServiceAttachmentConnectedEndpointOrBuilder
-
Packages that use ServiceAttachmentConnectedEndpointOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAttachmentConnectedEndpointOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement ServiceAttachmentConnectedEndpointOrBuilder Modifier and Type Class Description class
ServiceAttachmentConnectedEndpoint
[Output Only] A connection connected to this service attachment.static class
ServiceAttachmentConnectedEndpoint.Builder
[Output Only] A connection connected to this service attachment.Methods in com.google.cloud.compute.v1 that return ServiceAttachmentConnectedEndpointOrBuilder Modifier and Type Method Description ServiceAttachmentConnectedEndpointOrBuilder
ServiceAttachment.Builder. getConnectedEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpointOrBuilder
ServiceAttachment. getConnectedEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpointOrBuilder
ServiceAttachmentOrBuilder. getConnectedEndpointsOrBuilder(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentConnectedEndpointOrBuilder Modifier and Type Method Description List<? extends ServiceAttachmentConnectedEndpointOrBuilder>
ServiceAttachment.Builder. getConnectedEndpointsOrBuilderList()
[Output Only] An array of connections for all the consumers connected to this service attachment.List<? extends ServiceAttachmentConnectedEndpointOrBuilder>
ServiceAttachment. getConnectedEndpointsOrBuilderList()
[Output Only] An array of connections for all the consumers connected to this service attachment.List<? extends ServiceAttachmentConnectedEndpointOrBuilder>
ServiceAttachmentOrBuilder. getConnectedEndpointsOrBuilderList()
[Output Only] An array of connections for all the consumers connected to this service attachment.
-