Uses of Class
com.google.cloud.compute.v1.ServiceAttachmentConsumerProjectLimit
-
Packages that use ServiceAttachmentConsumerProjectLimit Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServiceAttachmentConsumerProjectLimit in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachmentConsumerProjectLimit Modifier and Type Method Description ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit.Builder. build()
ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit.Builder. buildPartial()
ServiceAttachmentConsumerProjectLimit
ServiceAttachment.Builder. getConsumerAcceptLists(int index)
Projects that are allowed to connect to this service attachment.ServiceAttachmentConsumerProjectLimit
ServiceAttachment. getConsumerAcceptLists(int index)
Projects that are allowed to connect to this service attachment.ServiceAttachmentConsumerProjectLimit
ServiceAttachmentOrBuilder. getConsumerAcceptLists(int index)
Projects that are allowed to connect to this service attachment.static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. getDefaultInstance()
ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit.Builder. getDefaultInstanceForType()
ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. getDefaultInstanceForType()
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseDelimitedFrom(InputStream input)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(byte[] data)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(com.google.protobuf.ByteString data)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(InputStream input)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(ByteBuffer data)
static ServiceAttachmentConsumerProjectLimit
ServiceAttachmentConsumerProjectLimit. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentConsumerProjectLimit Modifier and Type Method Description List<ServiceAttachmentConsumerProjectLimit>
ServiceAttachment.Builder. getConsumerAcceptListsList()
Projects that are allowed to connect to this service attachment.List<ServiceAttachmentConsumerProjectLimit>
ServiceAttachment. getConsumerAcceptListsList()
Projects that are allowed to connect to this service attachment.List<ServiceAttachmentConsumerProjectLimit>
ServiceAttachmentOrBuilder. getConsumerAcceptListsList()
Projects that are allowed to connect to this service attachment.com.google.protobuf.Parser<ServiceAttachmentConsumerProjectLimit>
ServiceAttachmentConsumerProjectLimit. getParserForType()
static com.google.protobuf.Parser<ServiceAttachmentConsumerProjectLimit>
ServiceAttachmentConsumerProjectLimit. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServiceAttachmentConsumerProjectLimit Modifier and Type Method Description ServiceAttachment.Builder
ServiceAttachment.Builder. addConsumerAcceptLists(int index, ServiceAttachmentConsumerProjectLimit value)
Projects that are allowed to connect to this service attachment.ServiceAttachment.Builder
ServiceAttachment.Builder. addConsumerAcceptLists(ServiceAttachmentConsumerProjectLimit value)
Projects that are allowed to connect to this service attachment.ServiceAttachmentConsumerProjectLimit.Builder
ServiceAttachmentConsumerProjectLimit.Builder. mergeFrom(ServiceAttachmentConsumerProjectLimit other)
static ServiceAttachmentConsumerProjectLimit.Builder
ServiceAttachmentConsumerProjectLimit. newBuilder(ServiceAttachmentConsumerProjectLimit prototype)
ServiceAttachment.Builder
ServiceAttachment.Builder. setConsumerAcceptLists(int index, ServiceAttachmentConsumerProjectLimit value)
Projects that are allowed to connect to this service attachment.Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAttachmentConsumerProjectLimit Modifier and Type Method Description ServiceAttachment.Builder
ServiceAttachment.Builder. addAllConsumerAcceptLists(Iterable<? extends ServiceAttachmentConsumerProjectLimit> values)
Projects that are allowed to connect to this service attachment.
-