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 AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest.Builder. build()
AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest.Builder. buildPartial()
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. getDefaultInstance()
AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest.Builder. getDefaultInstanceForType()
AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. getDefaultInstanceForType()
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(byte[] data)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(InputStream input)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. parseFrom(ByteBuffer data)
static AggregatedListNodeGroupsRequest
AggregatedListNodeGroupsRequest. 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.AggregatedListPagedResponse
NodeGroupsClient. aggregatedList(AggregatedListNodeGroupsRequest request)
Retrieves an aggregated list of node groups.AggregatedListNodeGroupsRequest.Builder
AggregatedListNodeGroupsRequest.Builder. mergeFrom(AggregatedListNodeGroupsRequest other)
static AggregatedListNodeGroupsRequest.Builder
AggregatedListNodeGroupsRequest. 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.AggregatedListPage
NodeGroupsClient.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
-