Class CustomerAssetServiceGrpc.CustomerAssetServiceFutureStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getCustomerAsset

        public com.google.common.util.concurrent.ListenableFuture<CustomerAsset> getCustomerAsset​(GetCustomerAssetRequest request)
         Returns the requested customer asset in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCustomerAssets

        public com.google.common.util.concurrent.ListenableFuture<MutateCustomerAssetsResponse> mutateCustomerAssets​(MutateCustomerAssetsRequest request)
         Creates, updates, or removes customer assets. Operation statuses are
         returned.
         List of thrown errors:
           [AssetLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()