Uses of Class
com.google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint
-
Packages that use ServiceAttachmentConnectedEndpoint Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAttachmentConnectedEndpoint in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachmentConnectedEndpoint Modifier and Type Method Description ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint.Builder. build()
ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint.Builder. buildPartial()
ServiceAttachmentConnectedEndpoint
ServiceAttachment.Builder. getConnectedEndpoints(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpoint
ServiceAttachment. getConnectedEndpoints(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpoint
ServiceAttachmentOrBuilder. getConnectedEndpoints(int index)
[Output Only] An array of connections for all the consumers connected to this service attachment.static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. getDefaultInstance()
ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint.Builder. getDefaultInstanceForType()
ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. getDefaultInstanceForType()
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(byte[] data)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(InputStream input)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(ByteBuffer data)
static ServiceAttachmentConnectedEndpoint
ServiceAttachmentConnectedEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentConnectedEndpoint Modifier and Type Method Description List<ServiceAttachmentConnectedEndpoint>
ServiceAttachment.Builder. getConnectedEndpointsList()
[Output Only] An array of connections for all the consumers connected to this service attachment.List<ServiceAttachmentConnectedEndpoint>
ServiceAttachment. getConnectedEndpointsList()
[Output Only] An array of connections for all the consumers connected to this service attachment.List<ServiceAttachmentConnectedEndpoint>
ServiceAttachmentOrBuilder. getConnectedEndpointsList()
[Output Only] An array of connections for all the consumers connected to this service attachment.com.google.protobuf.Parser<ServiceAttachmentConnectedEndpoint>
ServiceAttachmentConnectedEndpoint. getParserForType()
static com.google.protobuf.Parser<ServiceAttachmentConnectedEndpoint>
ServiceAttachmentConnectedEndpoint. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServiceAttachmentConnectedEndpoint Modifier and Type Method Description ServiceAttachment.Builder
ServiceAttachment.Builder. addConnectedEndpoints(int index, ServiceAttachmentConnectedEndpoint value)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachment.Builder
ServiceAttachment.Builder. addConnectedEndpoints(ServiceAttachmentConnectedEndpoint value)
[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpoint.Builder
ServiceAttachmentConnectedEndpoint.Builder. mergeFrom(ServiceAttachmentConnectedEndpoint other)
static ServiceAttachmentConnectedEndpoint.Builder
ServiceAttachmentConnectedEndpoint. newBuilder(ServiceAttachmentConnectedEndpoint prototype)
ServiceAttachment.Builder
ServiceAttachment.Builder. setConnectedEndpoints(int index, ServiceAttachmentConnectedEndpoint value)
[Output Only] An array of connections for all the consumers connected to this service attachment.Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAttachmentConnectedEndpoint Modifier and Type Method Description ServiceAttachment.Builder
ServiceAttachment.Builder. addAllConnectedEndpoints(Iterable<? extends ServiceAttachmentConnectedEndpoint> values)
[Output Only] An array of connections for all the consumers connected to this service attachment.
-