Uses of Class
com.google.cloud.compute.v1.AggregatedListNetworkAttachmentsRequest
-
Packages that use AggregatedListNetworkAttachmentsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of AggregatedListNetworkAttachmentsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListNetworkAttachmentsRequest Modifier and Type Method Description AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest.Builder. build()
AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest.Builder. buildPartial()
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. getDefaultInstance()
AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest.Builder. getDefaultInstanceForType()
AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. getDefaultInstanceForType()
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(byte[] data)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(InputStream input)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(ByteBuffer data)
static AggregatedListNetworkAttachmentsRequest
AggregatedListNetworkAttachmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListNetworkAttachmentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList>
NetworkAttachmentsClient. aggregatedListCallable()
Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project.com.google.api.gax.rpc.UnaryCallable<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentsClient.AggregatedListPagedResponse>
NetworkAttachmentsClient. aggregatedListPagedCallable()
Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,NetworkAttachmentsClient.AggregatedListPagedResponse>
NetworkAttachmentsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNetworkAttachmentsRequest,NetworkAttachmentAggregatedList,NetworkAttachmentsClient.AggregatedListPagedResponse>
NetworkAttachmentsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListNetworkAttachmentsRequest>
AggregatedListNetworkAttachmentsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListNetworkAttachmentsRequest>
AggregatedListNetworkAttachmentsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListNetworkAttachmentsRequest Modifier and Type Method Description NetworkAttachmentsClient.AggregatedListPagedResponse
NetworkAttachmentsClient. aggregatedList(AggregatedListNetworkAttachmentsRequest request)
Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project.AggregatedListNetworkAttachmentsRequest.Builder
AggregatedListNetworkAttachmentsRequest.Builder. mergeFrom(AggregatedListNetworkAttachmentsRequest other)
static AggregatedListNetworkAttachmentsRequest.Builder
AggregatedListNetworkAttachmentsRequest. newBuilder(AggregatedListNetworkAttachmentsRequest prototype)
-
Uses of AggregatedListNetworkAttachmentsRequest in com.google.cloud.compute.v1.stub
-