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 AutoscalerListAutoscalerList.Builder. build()AutoscalerListAutoscalerList.Builder. buildPartial()static AutoscalerListAutoscalerList. getDefaultInstance()AutoscalerListAutoscalerList.Builder. getDefaultInstanceForType()AutoscalerListAutoscalerList. getDefaultInstanceForType()static AutoscalerListAutoscalerList. parseDelimitedFrom(InputStream input)static AutoscalerListAutoscalerList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerListAutoscalerList. parseFrom(byte[] data)static AutoscalerListAutoscalerList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerListAutoscalerList. parseFrom(com.google.protobuf.ByteString data)static AutoscalerListAutoscalerList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerListAutoscalerList. parseFrom(com.google.protobuf.CodedInputStream input)static AutoscalerListAutoscalerList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerListAutoscalerList. parseFrom(InputStream input)static AutoscalerListAutoscalerList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerListAutoscalerList. parseFrom(ByteBuffer data)static AutoscalerListAutoscalerList. 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.ListPageAutoscalersClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListAutoscalersRequest,AutoscalerList,Autoscaler> context, AutoscalerList response)AutoscalerList.BuilderAutoscalerList.Builder. mergeFrom(AutoscalerList other)static AutoscalerList.BuilderAutoscalerList. 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.ListPageAutoscalersClient.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.
-