Uses of Class
com.google.cloud.compute.v1.AggregatedListInstanceGroupsRequest
-
Packages that use AggregatedListInstanceGroupsRequest 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 AggregatedListInstanceGroupsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListInstanceGroupsRequest Modifier and Type Method Description AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest.Builder. build()
AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest.Builder. buildPartial()
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. getDefaultInstance()
AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest.Builder. getDefaultInstanceForType()
AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. getDefaultInstanceForType()
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(byte[] data)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(InputStream input)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(ByteBuffer data)
static AggregatedListInstanceGroupsRequest
AggregatedListInstanceGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListInstanceGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList>
InstanceGroupsClient. aggregatedListCallable()
Retrieves the list of instance groups and sorts them by zone.com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceGroupsRequest,InstanceGroupsClient.AggregatedListPagedResponse>
InstanceGroupsClient. aggregatedListPagedCallable()
Retrieves the list of instance groups and sorts them by zone.com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>
InstanceGroupsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>
InstanceGroupsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListInstanceGroupsRequest>
AggregatedListInstanceGroupsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListInstanceGroupsRequest>
AggregatedListInstanceGroupsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListInstanceGroupsRequest Modifier and Type Method Description InstanceGroupsClient.AggregatedListPagedResponse
InstanceGroupsClient. aggregatedList(AggregatedListInstanceGroupsRequest request)
Retrieves the list of instance groups and sorts them by zone.AggregatedListInstanceGroupsRequest.Builder
AggregatedListInstanceGroupsRequest.Builder. mergeFrom(AggregatedListInstanceGroupsRequest other)
static AggregatedListInstanceGroupsRequest.Builder
AggregatedListInstanceGroupsRequest. newBuilder(AggregatedListInstanceGroupsRequest prototype)
-
Uses of AggregatedListInstanceGroupsRequest in com.google.cloud.compute.v1.stub
-