Uses of Class
com.google.cloud.compute.v1.NodeGroup
-
Packages that use NodeGroup 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 NodeGroup in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroup Modifier and Type Method Description NodeGroupNodeGroup.Builder. build()NodeGroupNodeGroup.Builder. buildPartial()NodeGroupNodeGroupsClient. get(GetNodeGroupRequest request)Returns the specified NodeGroup.NodeGroupNodeGroupsClient. get(String project, String zone, String nodeGroup)Returns the specified NodeGroup.static NodeGroupNodeGroup. getDefaultInstance()NodeGroupNodeGroup.Builder. getDefaultInstanceForType()NodeGroupNodeGroup. getDefaultInstanceForType()NodeGroupNodeGroupList.Builder. getItems(int index)A list of NodeGroup resources.NodeGroupNodeGroupList. getItems(int index)A list of NodeGroup resources.NodeGroupNodeGroupListOrBuilder. getItems(int index)A list of NodeGroup resources.NodeGroupInsertNodeGroupRequest.Builder. getNodeGroupResource()The body resource for this requestNodeGroupInsertNodeGroupRequest. getNodeGroupResource()The body resource for this requestNodeGroupInsertNodeGroupRequestOrBuilder. getNodeGroupResource()The body resource for this requestNodeGroupPatchNodeGroupRequest.Builder. getNodeGroupResource()The body resource for this requestNodeGroupPatchNodeGroupRequest. getNodeGroupResource()The body resource for this requestNodeGroupPatchNodeGroupRequestOrBuilder. getNodeGroupResource()The body resource for this requestNodeGroupNodeGroupsScopedList.Builder. getNodeGroups(int index)[Output Only] A list of node groups contained in this scope.NodeGroupNodeGroupsScopedList. getNodeGroups(int index)[Output Only] A list of node groups contained in this scope.NodeGroupNodeGroupsScopedListOrBuilder. getNodeGroups(int index)[Output Only] A list of node groups contained in this scope.static NodeGroupNodeGroup. parseDelimitedFrom(InputStream input)static NodeGroupNodeGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupNodeGroup. parseFrom(byte[] data)static NodeGroupNodeGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupNodeGroup. parseFrom(com.google.protobuf.ByteString data)static NodeGroupNodeGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupNodeGroup. parseFrom(com.google.protobuf.CodedInputStream input)static NodeGroupNodeGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupNodeGroup. parseFrom(InputStream input)static NodeGroupNodeGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeGroupNodeGroup. parseFrom(ByteBuffer data)static NodeGroupNodeGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroup Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>NodeGroupsClient. getCallable()Returns the specified NodeGroup.List<NodeGroup>NodeGroupList.Builder. getItemsList()A list of NodeGroup resources.List<NodeGroup>NodeGroupList. getItemsList()A list of NodeGroup resources.List<NodeGroup>NodeGroupListOrBuilder. getItemsList()A list of NodeGroup resources.List<NodeGroup>NodeGroupsScopedList.Builder. getNodeGroupsList()[Output Only] A list of node groups contained in this scope.List<NodeGroup>NodeGroupsScopedList. getNodeGroupsList()[Output Only] A list of node groups contained in this scope.List<NodeGroup>NodeGroupsScopedListOrBuilder. getNodeGroupsList()[Output Only] A list of node groups contained in this scope.com.google.protobuf.Parser<NodeGroup>NodeGroup. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup>NodeGroupsSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNodeGroupRequest,NodeGroup>NodeGroupsSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<NodeGroup>NodeGroup. parser()Methods in com.google.cloud.compute.v1 with parameters of type NodeGroup Modifier and Type Method Description NodeGroupList.BuilderNodeGroupList.Builder. addItems(int index, NodeGroup value)A list of NodeGroup resources.NodeGroupList.BuilderNodeGroupList.Builder. addItems(NodeGroup value)A list of NodeGroup resources.NodeGroupsScopedList.BuilderNodeGroupsScopedList.Builder. addNodeGroups(int index, NodeGroup value)[Output Only] A list of node groups contained in this scope.NodeGroupsScopedList.BuilderNodeGroupsScopedList.Builder. addNodeGroups(NodeGroup value)[Output Only] A list of node groups contained in this scope.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>NodeGroupsClient. insertAsync(String project, String zone, int initialNodeCount, NodeGroup nodeGroupResource)Creates a NodeGroup resource in the specified project using the data included in the request.NodeGroup.BuilderNodeGroup.Builder. mergeFrom(NodeGroup other)InsertNodeGroupRequest.BuilderInsertNodeGroupRequest.Builder. mergeNodeGroupResource(NodeGroup value)The body resource for this requestPatchNodeGroupRequest.BuilderPatchNodeGroupRequest.Builder. mergeNodeGroupResource(NodeGroup value)The body resource for this requeststatic NodeGroup.BuilderNodeGroup. newBuilder(NodeGroup prototype)com.google.api.gax.longrunning.OperationFuture<Operation,Operation>NodeGroupsClient. patchAsync(String project, String zone, String nodeGroup, NodeGroup nodeGroupResource)Updates the specified node group.NodeGroupList.BuilderNodeGroupList.Builder. setItems(int index, NodeGroup value)A list of NodeGroup resources.InsertNodeGroupRequest.BuilderInsertNodeGroupRequest.Builder. setNodeGroupResource(NodeGroup value)The body resource for this requestPatchNodeGroupRequest.BuilderPatchNodeGroupRequest.Builder. setNodeGroupResource(NodeGroup value)The body resource for this requestNodeGroupsScopedList.BuilderNodeGroupsScopedList.Builder. setNodeGroups(int index, NodeGroup value)[Output Only] A list of node groups contained in this scope.Method parameters in com.google.cloud.compute.v1 with type arguments of type NodeGroup Modifier and Type Method Description NodeGroupList.BuilderNodeGroupList.Builder. addAllItems(Iterable<? extends NodeGroup> values)A list of NodeGroup resources.NodeGroupsScopedList.BuilderNodeGroupsScopedList.Builder. addAllNodeGroups(Iterable<? extends NodeGroup> values)[Output Only] A list of node groups contained in this scope.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) -
Uses of NodeGroup in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroup Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>HttpJsonNodeGroupsStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetNodeGroupRequest,NodeGroup>NodeGroupsStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup>NodeGroupsStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNodeGroupRequest,NodeGroup>NodeGroupsStubSettings. getSettings()Returns the object with the settings used for calls to get.
-