Uses of Class
com.google.cloud.compute.v1.AggregatedListNodeGroupsRequest
-
Packages that use AggregatedListNodeGroupsRequest 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 AggregatedListNodeGroupsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListNodeGroupsRequest Modifier and Type Method Description AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest.Builder. build()AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest.Builder. buildPartial()static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. getDefaultInstance()AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest.Builder. getDefaultInstanceForType()AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. getDefaultInstanceForType()static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseDelimitedFrom(InputStream input)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(byte[] data)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(InputStream input)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(ByteBuffer data)static AggregatedListNodeGroupsRequestAggregatedListNodeGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListNodeGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList>NodeGroupsClient. aggregatedListCallable()Retrieves an aggregated list of node groups.com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeGroupsRequest,NodeGroupsClient.AggregatedListPagedResponse>NodeGroupsClient. aggregatedListPagedCallable()Retrieves an aggregated list of node groups.com.google.api.gax.rpc.PagedCallSettings<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>NodeGroupsSettings. aggregatedListSettings()Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,NodeGroupsClient.AggregatedListPagedResponse>NodeGroupsSettings.Builder. aggregatedListSettings()Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListNodeGroupsRequest>AggregatedListNodeGroupsRequest. getParserForType()static com.google.protobuf.Parser<AggregatedListNodeGroupsRequest>AggregatedListNodeGroupsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListNodeGroupsRequest Modifier and Type Method Description NodeGroupsClient.AggregatedListPagedResponseNodeGroupsClient. aggregatedList(AggregatedListNodeGroupsRequest request)Retrieves an aggregated list of node groups.AggregatedListNodeGroupsRequest.BuilderAggregatedListNodeGroupsRequest.Builder. mergeFrom(AggregatedListNodeGroupsRequest other)static AggregatedListNodeGroupsRequest.BuilderAggregatedListNodeGroupsRequest. newBuilder(AggregatedListNodeGroupsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListNodeGroupsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<NodeGroupsClient.AggregatedListPagedResponse>NodeGroupsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, com.google.api.core.ApiFuture<NodeGroupAggregatedList> futureResponse)protected NodeGroupsClient.AggregatedListPageNodeGroupsClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, NodeGroupAggregatedList response)com.google.api.core.ApiFuture<NodeGroupsClient.AggregatedListPage>NodeGroupsClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListNodeGroupsRequest,NodeGroupAggregatedList,Map.Entry<String,NodeGroupsScopedList>> context, com.google.api.core.ApiFuture<NodeGroupAggregatedList> futureResponse) -
Uses of AggregatedListNodeGroupsRequest in com.google.cloud.compute.v1.stub
-