Uses of Class
com.google.cloud.compute.v1.ListNetworkAttachmentsRequest
-
Packages that use ListNetworkAttachmentsRequest 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 ListNetworkAttachmentsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListNetworkAttachmentsRequest Modifier and Type Method Description ListNetworkAttachmentsRequestListNetworkAttachmentsRequest.Builder. build()ListNetworkAttachmentsRequestListNetworkAttachmentsRequest.Builder. buildPartial()static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. getDefaultInstance()ListNetworkAttachmentsRequestListNetworkAttachmentsRequest.Builder. getDefaultInstanceForType()ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. getDefaultInstanceForType()static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(byte[] data)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(InputStream input)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(ByteBuffer data)static ListNetworkAttachmentsRequestListNetworkAttachmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListNetworkAttachmentsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListNetworkAttachmentsRequest>ListNetworkAttachmentsRequest. 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.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>NetworkAttachmentsClient. listPagedCallable()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<ListNetworkAttachmentsRequest>ListNetworkAttachmentsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListNetworkAttachmentsRequest Modifier and Type Method Description NetworkAttachmentsClient.ListPagedResponseNetworkAttachmentsClient. list(ListNetworkAttachmentsRequest request)Lists the NetworkAttachments for a project in the given scope.ListNetworkAttachmentsRequest.BuilderListNetworkAttachmentsRequest.Builder. mergeFrom(ListNetworkAttachmentsRequest other)static ListNetworkAttachmentsRequest.BuilderListNetworkAttachmentsRequest. newBuilder(ListNetworkAttachmentsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListNetworkAttachmentsRequest 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)protected NetworkAttachmentsClient.ListPageNetworkAttachmentsClient.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) -
Uses of ListNetworkAttachmentsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListNetworkAttachmentsRequest 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.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>HttpJsonNetworkAttachmentsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworkAttachmentsRequest,NetworkAttachmentsClient.ListPagedResponse>NetworkAttachmentsStub. listPagedCallable()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.
-