Uses of Class
com.google.cloud.compute.v1.AutoscalerList
-
Packages that use AutoscalerList 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 AutoscalerList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AutoscalerList Modifier and Type Method Description AutoscalerList
AutoscalerList.Builder. build()
AutoscalerList
AutoscalerList.Builder. buildPartial()
static AutoscalerList
AutoscalerList. getDefaultInstance()
AutoscalerList
AutoscalerList.Builder. getDefaultInstanceForType()
AutoscalerList
AutoscalerList. getDefaultInstanceForType()
static AutoscalerList
AutoscalerList. parseDelimitedFrom(InputStream input)
static AutoscalerList
AutoscalerList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalerList
AutoscalerList. parseFrom(byte[] data)
static AutoscalerList
AutoscalerList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalerList
AutoscalerList. parseFrom(com.google.protobuf.ByteString data)
static AutoscalerList
AutoscalerList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalerList
AutoscalerList. parseFrom(com.google.protobuf.CodedInputStream input)
static AutoscalerList
AutoscalerList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalerList
AutoscalerList. parseFrom(InputStream input)
static AutoscalerList
AutoscalerList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoscalerList
AutoscalerList. parseFrom(ByteBuffer data)
static AutoscalerList
AutoscalerList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AutoscalerList Modifier and Type Method Description com.google.protobuf.Parser<AutoscalerList>
AutoscalerList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalerList>
AutoscalersClient. listCallable()
Retrieves a list of autoscalers contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse>
AutoscalersSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse>
AutoscalersSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<AutoscalerList>
AutoscalerList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AutoscalerList Modifier and Type Method Description protected AutoscalersClient.ListPage
AutoscalersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, AutoscalerList response)
AutoscalerList.Builder
AutoscalerList.Builder. mergeFrom(AutoscalerList other)
static AutoscalerList.Builder
AutoscalerList. newBuilder(AutoscalerList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type AutoscalerList Modifier and Type Method Description static com.google.api.core.ApiFuture<AutoscalersClient.ListPagedResponse>
AutoscalersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, com.google.api.core.ApiFuture<AutoscalerList> futureResponse)
static com.google.api.core.ApiFuture<AutoscalersClient.ListPagedResponse>
AutoscalersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, com.google.api.core.ApiFuture<AutoscalerList> futureResponse)
protected AutoscalersClient.ListPage
AutoscalersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, AutoscalerList response)
com.google.api.core.ApiFuture<AutoscalersClient.ListPage>
AutoscalersClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, com.google.api.core.ApiFuture<AutoscalerList> futureResponse)
com.google.api.core.ApiFuture<AutoscalersClient.ListPage>
AutoscalersClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, com.google.api.core.ApiFuture<AutoscalerList> futureResponse)
-
Uses of AutoscalerList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type AutoscalerList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalerList>
AutoscalersStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalerList>
HttpJsonAutoscalersStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse>
AutoscalersStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListAutoscalersRequest,AutoscalerList,AutoscalersClient.ListPagedResponse>
AutoscalersStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-