Uses of Class
com.google.cloud.compute.v1.InstanceGroupAggregatedList
-
Packages that use InstanceGroupAggregatedList 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 InstanceGroupAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceGroupAggregatedList Modifier and Type Method Description InstanceGroupAggregatedList
InstanceGroupAggregatedList.Builder. build()
InstanceGroupAggregatedList
InstanceGroupAggregatedList.Builder. buildPartial()
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. getDefaultInstance()
InstanceGroupAggregatedList
InstanceGroupAggregatedList.Builder. getDefaultInstanceForType()
InstanceGroupAggregatedList
InstanceGroupAggregatedList. getDefaultInstanceForType()
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseDelimitedFrom(InputStream input)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(byte[] data)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(InputStream input)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(ByteBuffer data)
static InstanceGroupAggregatedList
InstanceGroupAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceGroupAggregatedList 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.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<InstanceGroupAggregatedList>
InstanceGroupAggregatedList. getParserForType()
static com.google.protobuf.Parser<InstanceGroupAggregatedList>
InstanceGroupAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InstanceGroupAggregatedList Modifier and Type Method Description protected InstanceGroupsClient.AggregatedListPage
InstanceGroupsClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, InstanceGroupAggregatedList response)
InstanceGroupAggregatedList.Builder
InstanceGroupAggregatedList.Builder. mergeFrom(InstanceGroupAggregatedList other)
static InstanceGroupAggregatedList.Builder
InstanceGroupAggregatedList. newBuilder(InstanceGroupAggregatedList prototype)
-
Uses of InstanceGroupAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstanceGroupAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList>
HttpJsonInstanceGroupsStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList>
InstanceGroupsStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>
InstanceGroupsStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>
InstanceGroupsStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-