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 ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest.Builder. build()
ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest.Builder. buildPartial()
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. getDefaultInstance()
ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest.Builder. getDefaultInstanceForType()
ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. getDefaultInstanceForType()
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(byte[] data)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(InputStream input)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. parseFrom(ByteBuffer data)
static ListNetworkAttachmentsRequest
ListNetworkAttachmentsRequest. 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.ListPagedResponse
NetworkAttachmentsClient. list(ListNetworkAttachmentsRequest request)
Lists the NetworkAttachments for a project in the given scope.ListNetworkAttachmentsRequest.Builder
ListNetworkAttachmentsRequest.Builder. mergeFrom(ListNetworkAttachmentsRequest other)
static ListNetworkAttachmentsRequest.Builder
ListNetworkAttachmentsRequest. 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.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)
-
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.
-