Uses of Class
com.google.cloud.compute.v1.NetworkAttachmentList
-
Packages that use NetworkAttachmentList 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 NetworkAttachmentList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkAttachmentList Modifier and Type Method Description NetworkAttachmentList
NetworkAttachmentList.Builder. build()
NetworkAttachmentList
NetworkAttachmentList.Builder. buildPartial()
static NetworkAttachmentList
NetworkAttachmentList. getDefaultInstance()
NetworkAttachmentList
NetworkAttachmentList.Builder. getDefaultInstanceForType()
NetworkAttachmentList
NetworkAttachmentList. getDefaultInstanceForType()
static NetworkAttachmentList
NetworkAttachmentList. parseDelimitedFrom(InputStream input)
static NetworkAttachmentList
NetworkAttachmentList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(byte[] data)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(com.google.protobuf.ByteString data)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(InputStream input)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(ByteBuffer data)
static NetworkAttachmentList
NetworkAttachmentList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkAttachmentList Modifier and Type Method Description com.google.protobuf.Parser<NetworkAttachmentList>
NetworkAttachmentList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentList>
NetworkAttachmentsClient. listCallable()
Lists the NetworkAttachments for a project in the given scope.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<NetworkAttachmentList>
NetworkAttachmentList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NetworkAttachmentList Modifier and Type Method Description protected NetworkAttachmentsClient.ListPage
NetworkAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, NetworkAttachmentList response)
NetworkAttachmentList.Builder
NetworkAttachmentList.Builder. mergeFrom(NetworkAttachmentList other)
static NetworkAttachmentList.Builder
NetworkAttachmentList. newBuilder(NetworkAttachmentList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type NetworkAttachmentList Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
static com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
protected NetworkAttachmentsClient.ListPage
NetworkAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, NetworkAttachmentList response)
com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPage>
NetworkAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPage>
NetworkAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
-
Uses of NetworkAttachmentList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkAttachmentList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentList>
HttpJsonNetworkAttachmentsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentList>
NetworkAttachmentsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-