Uses of Class
com.google.cloud.compute.v1.InstanceTemplateAggregatedList
-
Packages that use InstanceTemplateAggregatedList 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 InstanceTemplateAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceTemplateAggregatedList Modifier and Type Method Description InstanceTemplateAggregatedList
InstanceTemplateAggregatedList.Builder. build()
InstanceTemplateAggregatedList
InstanceTemplateAggregatedList.Builder. buildPartial()
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. getDefaultInstance()
InstanceTemplateAggregatedList
InstanceTemplateAggregatedList.Builder. getDefaultInstanceForType()
InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. getDefaultInstanceForType()
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseDelimitedFrom(InputStream input)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(byte[] data)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(InputStream input)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(ByteBuffer data)
static InstanceTemplateAggregatedList
InstanceTemplateAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceTemplateAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList>
InstanceTemplatesClient. aggregatedListCallable()
Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<InstanceTemplateAggregatedList>
InstanceTemplateAggregatedList. getParserForType()
static com.google.protobuf.Parser<InstanceTemplateAggregatedList>
InstanceTemplateAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InstanceTemplateAggregatedList Modifier and Type Method Description protected InstanceTemplatesClient.AggregatedListPage
InstanceTemplatesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,Map.Entry<String,InstanceTemplatesScopedList>> context, InstanceTemplateAggregatedList response)
InstanceTemplateAggregatedList.Builder
InstanceTemplateAggregatedList.Builder. mergeFrom(InstanceTemplateAggregatedList other)
static InstanceTemplateAggregatedList.Builder
InstanceTemplateAggregatedList. newBuilder(InstanceTemplateAggregatedList prototype)
-
Uses of InstanceTemplateAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstanceTemplateAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList>
HttpJsonInstanceTemplatesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList>
InstanceTemplatesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceTemplatesRequest,InstanceTemplateAggregatedList,InstanceTemplatesClient.AggregatedListPagedResponse>
InstanceTemplatesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-