Uses of Class
com.google.cloud.compute.v1.ListNetworkEndpointGroupsRequest
-
Packages that use ListNetworkEndpointGroupsRequest 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 ListNetworkEndpointGroupsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListNetworkEndpointGroupsRequest Modifier and Type Method Description ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest.Builder. build()ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest.Builder. buildPartial()static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. getDefaultInstance()ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest.Builder. getDefaultInstanceForType()ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. getDefaultInstanceForType()static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseDelimitedFrom(InputStream input)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(byte[] data)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.ByteString data)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(InputStream input)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(ByteBuffer data)static ListNetworkEndpointGroupsRequestListNetworkEndpointGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListNetworkEndpointGroupsRequest>ListNetworkEndpointGroupsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>NetworkEndpointGroupsClient. listCallable()Retrieves the list of network endpoint groups that are located in the specified project and zone.com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsClient. listPagedCallable()Retrieves the list of network endpoint groups that are located in the specified project and zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListNetworkEndpointGroupsRequest>ListNetworkEndpointGroupsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description NetworkEndpointGroupsClient.ListPagedResponseNetworkEndpointGroupsClient. list(ListNetworkEndpointGroupsRequest request)Retrieves the list of network endpoint groups that are located in the specified project and zone.ListNetworkEndpointGroupsRequest.BuilderListNetworkEndpointGroupsRequest.Builder. mergeFrom(ListNetworkEndpointGroupsRequest other)static ListNetworkEndpointGroupsRequest.BuilderListNetworkEndpointGroupsRequest. newBuilder(ListNetworkEndpointGroupsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse)protected NetworkEndpointGroupsClient.ListPageNetworkEndpointGroupsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, NetworkEndpointGroupList response)com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.ListPage>NetworkEndpointGroupsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse) -
Uses of ListNetworkEndpointGroupsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>HttpJsonNetworkEndpointGroupsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>NetworkEndpointGroupsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>HttpJsonNetworkEndpointGroupsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>NetworkEndpointGroupsStubSettings. listSettings()Returns the object with the settings used for calls to list.
-