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 NodeGroupList
NodeGroupList.Builder. build()
NodeGroupList
NodeGroupList.Builder. buildPartial()
static NodeGroupList
NodeGroupList. getDefaultInstance()
NodeGroupList
NodeGroupList.Builder. getDefaultInstanceForType()
NodeGroupList
NodeGroupList. getDefaultInstanceForType()
static NodeGroupList
NodeGroupList. parseDelimitedFrom(InputStream input)
static NodeGroupList
NodeGroupList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupList
NodeGroupList. parseFrom(byte[] data)
static NodeGroupList
NodeGroupList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupList
NodeGroupList. parseFrom(com.google.protobuf.ByteString data)
static NodeGroupList
NodeGroupList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupList
NodeGroupList. parseFrom(com.google.protobuf.CodedInputStream input)
static NodeGroupList
NodeGroupList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupList
NodeGroupList. parseFrom(InputStream input)
static NodeGroupList
NodeGroupList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupList
NodeGroupList. parseFrom(ByteBuffer data)
static NodeGroupList
NodeGroupList. 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.ListPage
NodeGroupsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, NodeGroupList response)
NodeGroupList.Builder
NodeGroupList.Builder. mergeFrom(NodeGroupList other)
static NodeGroupList.Builder
NodeGroupList. 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.ListPage
NodeGroupsClient.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.
-