Uses of Class
com.google.cloud.osconfig.v1.ListInventoriesResponse
-
Packages that use ListInventoriesResponse Package Description com.google.cloud.osconfig.v1 A client to OS Config APIcom.google.cloud.osconfig.v1.stub -
-
Uses of ListInventoriesResponse in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return ListInventoriesResponse Modifier and Type Method Description ListInventoriesResponse
ListInventoriesResponse.Builder. build()
ListInventoriesResponse
ListInventoriesResponse.Builder. buildPartial()
static ListInventoriesResponse
ListInventoriesResponse. getDefaultInstance()
ListInventoriesResponse
ListInventoriesResponse.Builder. getDefaultInstanceForType()
ListInventoriesResponse
ListInventoriesResponse. getDefaultInstanceForType()
ListInventoriesResponse
OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub. listInventories(ListInventoriesRequest request)
List inventory data for all VM instances in the specified zone.static ListInventoriesResponse
ListInventoriesResponse. parseDelimitedFrom(InputStream input)
static ListInventoriesResponse
ListInventoriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(byte[] data)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(InputStream input)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(ByteBuffer data)
static ListInventoriesResponse
ListInventoriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.osconfig.v1 that return types with arguments of type ListInventoriesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInventoriesRequest,ListInventoriesResponse>
OsConfigZonalServiceGrpc. getListInventoriesMethod()
com.google.protobuf.Parser<ListInventoriesResponse>
ListInventoriesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListInventoriesResponse>
OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub. listInventories(ListInventoriesRequest request)
List inventory data for all VM instances in the specified zone.com.google.api.gax.rpc.UnaryCallable<ListInventoriesRequest,ListInventoriesResponse>
OsConfigZonalServiceClient. listInventoriesCallable()
List inventory data for all VM instances in the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceSettings.Builder. listInventoriesSettings()
Returns the builder for the settings used for calls to listInventories.com.google.api.gax.rpc.PagedCallSettings<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceSettings. listInventoriesSettings()
Returns the object with the settings used for calls to listInventories.static com.google.protobuf.Parser<ListInventoriesResponse>
ListInventoriesResponse. parser()
Methods in com.google.cloud.osconfig.v1 with parameters of type ListInventoriesResponse Modifier and Type Method Description protected OsConfigZonalServiceClient.ListInventoriesPage
OsConfigZonalServiceClient.ListInventoriesPage. createPage(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ListInventoriesResponse response)
ListInventoriesResponse.Builder
ListInventoriesResponse.Builder. mergeFrom(ListInventoriesResponse other)
static ListInventoriesResponse.Builder
ListInventoriesResponse. newBuilder(ListInventoriesResponse prototype)
Method parameters in com.google.cloud.osconfig.v1 with type arguments of type ListInventoriesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceClient.ListInventoriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, com.google.api.core.ApiFuture<ListInventoriesResponse> futureResponse)
static com.google.api.core.ApiFuture<OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceClient.ListInventoriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, com.google.api.core.ApiFuture<ListInventoriesResponse> futureResponse)
protected OsConfigZonalServiceClient.ListInventoriesPage
OsConfigZonalServiceClient.ListInventoriesPage. createPage(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, ListInventoriesResponse response)
com.google.api.core.ApiFuture<OsConfigZonalServiceClient.ListInventoriesPage>
OsConfigZonalServiceClient.ListInventoriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, com.google.api.core.ApiFuture<ListInventoriesResponse> futureResponse)
com.google.api.core.ApiFuture<OsConfigZonalServiceClient.ListInventoriesPage>
OsConfigZonalServiceClient.ListInventoriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInventoriesRequest,ListInventoriesResponse,Inventory> context, com.google.api.core.ApiFuture<ListInventoriesResponse> futureResponse)
default void
OsConfigZonalServiceGrpc.AsyncService. listInventories(ListInventoriesRequest request, io.grpc.stub.StreamObserver<ListInventoriesResponse> responseObserver)
List inventory data for all VM instances in the specified zone.void
OsConfigZonalServiceGrpc.OsConfigZonalServiceStub. listInventories(ListInventoriesRequest request, io.grpc.stub.StreamObserver<ListInventoriesResponse> responseObserver)
List inventory data for all VM instances in the specified zone. -
Uses of ListInventoriesResponse in com.google.cloud.osconfig.v1.stub
Methods in com.google.cloud.osconfig.v1.stub that return types with arguments of type ListInventoriesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInventoriesRequest,ListInventoriesResponse>
GrpcOsConfigZonalServiceStub. listInventoriesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInventoriesRequest,ListInventoriesResponse>
HttpJsonOsConfigZonalServiceStub. listInventoriesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInventoriesRequest,ListInventoriesResponse>
OsConfigZonalServiceStub. listInventoriesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceStubSettings.Builder. listInventoriesSettings()
Returns the builder for the settings used for calls to listInventories.com.google.api.gax.rpc.PagedCallSettings<ListInventoriesRequest,ListInventoriesResponse,OsConfigZonalServiceClient.ListInventoriesPagedResponse>
OsConfigZonalServiceStubSettings. listInventoriesSettings()
Returns the object with the settings used for calls to listInventories.
-