Uses of Class
com.google.cloud.osconfig.v1alpha.GetInventoryRequest
-
Packages that use GetInventoryRequest Package Description com.google.cloud.osconfig.v1alpha A client to OS Config APIcom.google.cloud.osconfig.v1alpha.stub -
-
Uses of GetInventoryRequest in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return GetInventoryRequest Modifier and Type Method Description GetInventoryRequestGetInventoryRequest.Builder. build()GetInventoryRequestGetInventoryRequest.Builder. buildPartial()static GetInventoryRequestGetInventoryRequest. getDefaultInstance()GetInventoryRequestGetInventoryRequest.Builder. getDefaultInstanceForType()GetInventoryRequestGetInventoryRequest. getDefaultInstanceForType()static GetInventoryRequestGetInventoryRequest. parseDelimitedFrom(InputStream input)static GetInventoryRequestGetInventoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInventoryRequestGetInventoryRequest. parseFrom(byte[] data)static GetInventoryRequestGetInventoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInventoryRequestGetInventoryRequest. parseFrom(com.google.protobuf.ByteString data)static GetInventoryRequestGetInventoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInventoryRequestGetInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetInventoryRequestGetInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInventoryRequestGetInventoryRequest. parseFrom(InputStream input)static GetInventoryRequestGetInventoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetInventoryRequestGetInventoryRequest. parseFrom(ByteBuffer data)static GetInventoryRequestGetInventoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type GetInventoryRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetInventoryRequest,Inventory>OsConfigZonalServiceGrpc. getGetInventoryMethod()com.google.api.gax.rpc.UnaryCallable<GetInventoryRequest,Inventory>OsConfigZonalServiceClient. getInventoryCallable()Get inventory data for the specified VM instance.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInventoryRequest,Inventory>OsConfigZonalServiceSettings.Builder. getInventorySettings()Returns the builder for the settings used for calls to getInventory.com.google.api.gax.rpc.UnaryCallSettings<GetInventoryRequest,Inventory>OsConfigZonalServiceSettings. getInventorySettings()Returns the object with the settings used for calls to getInventory.com.google.protobuf.Parser<GetInventoryRequest>GetInventoryRequest. getParserForType()static com.google.protobuf.Parser<GetInventoryRequest>GetInventoryRequest. parser()Methods in com.google.cloud.osconfig.v1alpha with parameters of type GetInventoryRequest Modifier and Type Method Description InventoryOsConfigZonalServiceClient. getInventory(GetInventoryRequest request)Get inventory data for the specified VM instance.default voidOsConfigZonalServiceGrpc.AsyncService. getInventory(GetInventoryRequest request, io.grpc.stub.StreamObserver<Inventory> responseObserver)Get inventory data for the specified VM instance.InventoryOsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub. getInventory(GetInventoryRequest request)Get inventory data for the specified VM instance.com.google.common.util.concurrent.ListenableFuture<Inventory>OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub. getInventory(GetInventoryRequest request)Get inventory data for the specified VM instance.voidOsConfigZonalServiceGrpc.OsConfigZonalServiceStub. getInventory(GetInventoryRequest request, io.grpc.stub.StreamObserver<Inventory> responseObserver)Get inventory data for the specified VM instance.GetInventoryRequest.BuilderGetInventoryRequest.Builder. mergeFrom(GetInventoryRequest other)static GetInventoryRequest.BuilderGetInventoryRequest. newBuilder(GetInventoryRequest prototype) -
Uses of GetInventoryRequest in com.google.cloud.osconfig.v1alpha.stub
Methods in com.google.cloud.osconfig.v1alpha.stub that return types with arguments of type GetInventoryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInventoryRequest,Inventory>GrpcOsConfigZonalServiceStub. getInventoryCallable()com.google.api.gax.rpc.UnaryCallable<GetInventoryRequest,Inventory>HttpJsonOsConfigZonalServiceStub. getInventoryCallable()com.google.api.gax.rpc.UnaryCallable<GetInventoryRequest,Inventory>OsConfigZonalServiceStub. getInventoryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInventoryRequest,Inventory>OsConfigZonalServiceStubSettings.Builder. getInventorySettings()Returns the builder for the settings used for calls to getInventory.com.google.api.gax.rpc.UnaryCallSettings<GetInventoryRequest,Inventory>OsConfigZonalServiceStubSettings. getInventorySettings()Returns the object with the settings used for calls to getInventory.
-