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 NodeGroup
NodeGroup.Builder. build()
NodeGroup
NodeGroup.Builder. buildPartial()
NodeGroup
NodeGroupsClient. get(GetNodeGroupRequest request)
Returns the specified NodeGroup.NodeGroup
NodeGroupsClient. get(String project, String zone, String nodeGroup)
Returns the specified NodeGroup.static NodeGroup
NodeGroup. getDefaultInstance()
NodeGroup
NodeGroup.Builder. getDefaultInstanceForType()
NodeGroup
NodeGroup. getDefaultInstanceForType()
NodeGroup
NodeGroupList.Builder. getItems(int index)
A list of NodeGroup resources.NodeGroup
NodeGroupList. getItems(int index)
A list of NodeGroup resources.NodeGroup
NodeGroupListOrBuilder. getItems(int index)
A list of NodeGroup resources.NodeGroup
InsertNodeGroupRequest.Builder. getNodeGroupResource()
The body resource for this requestNodeGroup
InsertNodeGroupRequest. getNodeGroupResource()
The body resource for this requestNodeGroup
InsertNodeGroupRequestOrBuilder. getNodeGroupResource()
The body resource for this requestNodeGroup
PatchNodeGroupRequest.Builder. getNodeGroupResource()
The body resource for this requestNodeGroup
PatchNodeGroupRequest. getNodeGroupResource()
The body resource for this requestNodeGroup
PatchNodeGroupRequestOrBuilder. getNodeGroupResource()
The body resource for this requestNodeGroup
NodeGroupsScopedList.Builder. getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.NodeGroup
NodeGroupsScopedList. getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.NodeGroup
NodeGroupsScopedListOrBuilder. getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.static NodeGroup
NodeGroup. parseDelimitedFrom(InputStream input)
static NodeGroup
NodeGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroup
NodeGroup. parseFrom(byte[] data)
static NodeGroup
NodeGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroup
NodeGroup. parseFrom(com.google.protobuf.ByteString data)
static NodeGroup
NodeGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroup
NodeGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static NodeGroup
NodeGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroup
NodeGroup. parseFrom(InputStream input)
static NodeGroup
NodeGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroup
NodeGroup. parseFrom(ByteBuffer data)
static NodeGroup
NodeGroup. 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.Builder
NodeGroupList.Builder. addItems(int index, NodeGroup value)
A list of NodeGroup resources.NodeGroupList.Builder
NodeGroupList.Builder. addItems(NodeGroup value)
A list of NodeGroup resources.NodeGroupsScopedList.Builder
NodeGroupsScopedList.Builder. addNodeGroups(int index, NodeGroup value)
[Output Only] A list of node groups contained in this scope.NodeGroupsScopedList.Builder
NodeGroupsScopedList.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.Builder
NodeGroup.Builder. mergeFrom(NodeGroup other)
InsertNodeGroupRequest.Builder
InsertNodeGroupRequest.Builder. mergeNodeGroupResource(NodeGroup value)
The body resource for this requestPatchNodeGroupRequest.Builder
PatchNodeGroupRequest.Builder. mergeNodeGroupResource(NodeGroup value)
The body resource for this requeststatic NodeGroup.Builder
NodeGroup. 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.Builder
NodeGroupList.Builder. setItems(int index, NodeGroup value)
A list of NodeGroup resources.InsertNodeGroupRequest.Builder
InsertNodeGroupRequest.Builder. setNodeGroupResource(NodeGroup value)
The body resource for this requestPatchNodeGroupRequest.Builder
PatchNodeGroupRequest.Builder. setNodeGroupResource(NodeGroup value)
The body resource for this requestNodeGroupsScopedList.Builder
NodeGroupsScopedList.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.Builder
NodeGroupList.Builder. addAllItems(Iterable<? extends NodeGroup> values)
A list of NodeGroup resources.NodeGroupsScopedList.Builder
NodeGroupsScopedList.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.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)
-
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.
-