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 AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest.Builder. build()AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest.Builder. buildPartial()static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. getDefaultInstance()AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest.Builder. getDefaultInstanceForType()AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. getDefaultInstanceForType()static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseDelimitedFrom(InputStream input)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(byte[] data)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(InputStream input)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. parseFrom(ByteBuffer data)static AggregatedListInstanceGroupsRequestAggregatedListInstanceGroupsRequest. 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.AggregatedListPagedResponseInstanceGroupsClient. aggregatedList(AggregatedListInstanceGroupsRequest request)Retrieves the list of instance groups and sorts them by zone.AggregatedListInstanceGroupsRequest.BuilderAggregatedListInstanceGroupsRequest.Builder. mergeFrom(AggregatedListInstanceGroupsRequest other)static AggregatedListInstanceGroupsRequest.BuilderAggregatedListInstanceGroupsRequest. newBuilder(AggregatedListInstanceGroupsRequest prototype) -
Uses of AggregatedListInstanceGroupsRequest in com.google.cloud.compute.v1.stub
-