Uses of Class
com.google.cloud.compute.v1.NodeGroupList
-
Packages that use NodeGroupList 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 NodeGroupList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupList Modifier and Type Method Description NodeGroupListNodeGroupList.Builder. build()NodeGroupListNodeGroupList.Builder. buildPartial()static NodeGroupListNodeGroupList. getDefaultInstance()NodeGroupListNodeGroupList.Builder. getDefaultInstanceForType()NodeGroupListNodeGroupList. getDefaultInstanceForType()static NodeGroupListNodeGroupList. parseDelimitedFrom(InputStream input)static NodeGroupListNodeGroupList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupListNodeGroupList. parseFrom(byte[] data)static NodeGroupListNodeGroupList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupListNodeGroupList. parseFrom(com.google.protobuf.ByteString data)static NodeGroupListNodeGroupList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupListNodeGroupList. parseFrom(com.google.protobuf.CodedInputStream input)static NodeGroupListNodeGroupList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupListNodeGroupList. parseFrom(InputStream input)static NodeGroupListNodeGroupList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupListNodeGroupList. parseFrom(ByteBuffer data)static NodeGroupListNodeGroupList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroupList Modifier and Type Method Description com.google.protobuf.Parser<NodeGroupList>NodeGroupList. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupList>NodeGroupsClient. listCallable()Retrieves a list of node groups available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>NodeGroupsSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>NodeGroupsSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<NodeGroupList>NodeGroupList. parser()Methods in com.google.cloud.compute.v1 with parameters of type NodeGroupList Modifier and Type Method Description protected NodeGroupsClient.ListPageNodeGroupsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, NodeGroupList response)NodeGroupList.BuilderNodeGroupList.Builder. mergeFrom(NodeGroupList other)static NodeGroupList.BuilderNodeGroupList. newBuilder(NodeGroupList prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type NodeGroupList Modifier and Type Method Description static com.google.api.core.ApiFuture<NodeGroupsClient.ListPagedResponse>NodeGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, com.google.api.core.ApiFuture<NodeGroupList> futureResponse)static com.google.api.core.ApiFuture<NodeGroupsClient.ListPagedResponse>NodeGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, com.google.api.core.ApiFuture<NodeGroupList> futureResponse)protected NodeGroupsClient.ListPageNodeGroupsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, NodeGroupList response)com.google.api.core.ApiFuture<NodeGroupsClient.ListPage>NodeGroupsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, com.google.api.core.ApiFuture<NodeGroupList> futureResponse)com.google.api.core.ApiFuture<NodeGroupsClient.ListPage>NodeGroupsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, com.google.api.core.ApiFuture<NodeGroupList> futureResponse) -
Uses of NodeGroupList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroupList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupList>HttpJsonNodeGroupsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupList>NodeGroupsStub. listCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>NodeGroupsStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>NodeGroupsStubSettings. listSettings()Returns the object with the settings used for calls to list.
-