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 ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint.Builder. build()ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint.Builder. buildPartial()ServiceAttachmentConnectedEndpointServiceAttachment.Builder. getConnectedEndpoints(int index)[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpointServiceAttachment. getConnectedEndpoints(int index)[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpointServiceAttachmentOrBuilder. getConnectedEndpoints(int index)[Output Only] An array of connections for all the consumers connected to this service attachment.static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. getDefaultInstance()ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint.Builder. getDefaultInstanceForType()ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. getDefaultInstanceForType()static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(byte[] data)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(InputStream input)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. parseFrom(ByteBuffer data)static ServiceAttachmentConnectedEndpointServiceAttachmentConnectedEndpoint. 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.BuilderServiceAttachment.Builder. addConnectedEndpoints(int index, ServiceAttachmentConnectedEndpoint value)[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachment.BuilderServiceAttachment.Builder. addConnectedEndpoints(ServiceAttachmentConnectedEndpoint value)[Output Only] An array of connections for all the consumers connected to this service attachment.ServiceAttachmentConnectedEndpoint.BuilderServiceAttachmentConnectedEndpoint.Builder. mergeFrom(ServiceAttachmentConnectedEndpoint other)static ServiceAttachmentConnectedEndpoint.BuilderServiceAttachmentConnectedEndpoint. newBuilder(ServiceAttachmentConnectedEndpoint prototype)ServiceAttachment.BuilderServiceAttachment.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.BuilderServiceAttachment.Builder. addAllConnectedEndpoints(Iterable<? extends ServiceAttachmentConnectedEndpoint> values)[Output Only] An array of connections for all the consumers connected to this service attachment.
-