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 GetInventoryRequest
GetInventoryRequest.Builder. build()
GetInventoryRequest
GetInventoryRequest.Builder. buildPartial()
static GetInventoryRequest
GetInventoryRequest. getDefaultInstance()
GetInventoryRequest
GetInventoryRequest.Builder. getDefaultInstanceForType()
GetInventoryRequest
GetInventoryRequest. getDefaultInstanceForType()
static GetInventoryRequest
GetInventoryRequest. parseDelimitedFrom(InputStream input)
static GetInventoryRequest
GetInventoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInventoryRequest
GetInventoryRequest. parseFrom(byte[] data)
static GetInventoryRequest
GetInventoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInventoryRequest
GetInventoryRequest. parseFrom(com.google.protobuf.ByteString data)
static GetInventoryRequest
GetInventoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInventoryRequest
GetInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetInventoryRequest
GetInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInventoryRequest
GetInventoryRequest. parseFrom(InputStream input)
static GetInventoryRequest
GetInventoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetInventoryRequest
GetInventoryRequest. parseFrom(ByteBuffer data)
static GetInventoryRequest
GetInventoryRequest. 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 Inventory
OsConfigZonalServiceClient. getInventory(GetInventoryRequest request)
Get inventory data for the specified VM instance.default void
OsConfigZonalServiceGrpc.AsyncService. getInventory(GetInventoryRequest request, io.grpc.stub.StreamObserver<Inventory> responseObserver)
Get inventory data for the specified VM instance.Inventory
OsConfigZonalServiceGrpc.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.void
OsConfigZonalServiceGrpc.OsConfigZonalServiceStub. getInventory(GetInventoryRequest request, io.grpc.stub.StreamObserver<Inventory> responseObserver)
Get inventory data for the specified VM instance.GetInventoryRequest.Builder
GetInventoryRequest.Builder. mergeFrom(GetInventoryRequest other)
static GetInventoryRequest.Builder
GetInventoryRequest. 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.
-