Uses of Class
com.google.cloud.asset.v1p2beta1.UpdateFeedRequest
-
Packages that use UpdateFeedRequest Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset APIcom.google.cloud.asset.v1p2beta1.stub -
-
Uses of UpdateFeedRequest in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 that return UpdateFeedRequest Modifier and Type Method Description UpdateFeedRequestUpdateFeedRequest.Builder. build()UpdateFeedRequestUpdateFeedRequest.Builder. buildPartial()static UpdateFeedRequestUpdateFeedRequest. getDefaultInstance()UpdateFeedRequestUpdateFeedRequest.Builder. getDefaultInstanceForType()UpdateFeedRequestUpdateFeedRequest. getDefaultInstanceForType()static UpdateFeedRequestUpdateFeedRequest. parseDelimitedFrom(InputStream input)static UpdateFeedRequestUpdateFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeedRequestUpdateFeedRequest. parseFrom(byte[] data)static UpdateFeedRequestUpdateFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeedRequestUpdateFeedRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFeedRequestUpdateFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeedRequestUpdateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFeedRequestUpdateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeedRequestUpdateFeedRequest. parseFrom(InputStream input)static UpdateFeedRequestUpdateFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeedRequestUpdateFeedRequest. parseFrom(ByteBuffer data)static UpdateFeedRequestUpdateFeedRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1p2beta1 that return types with arguments of type UpdateFeedRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFeedRequest>UpdateFeedRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateFeedRequest,Feed>AssetServiceGrpc. getUpdateFeedMethod()static com.google.protobuf.Parser<UpdateFeedRequest>UpdateFeedRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>AssetServiceClient. updateFeedCallable()Updates an asset feed configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeedRequest,Feed>AssetServiceSettings.Builder. updateFeedSettings()Returns the builder for the settings used for calls to updateFeed.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeedRequest,Feed>AssetServiceSettings. updateFeedSettings()Returns the object with the settings used for calls to updateFeed.Methods in com.google.cloud.asset.v1p2beta1 with parameters of type UpdateFeedRequest Modifier and Type Method Description UpdateFeedRequest.BuilderUpdateFeedRequest.Builder. mergeFrom(UpdateFeedRequest other)static UpdateFeedRequest.BuilderUpdateFeedRequest. newBuilder(UpdateFeedRequest prototype)FeedAssetServiceClient. updateFeed(UpdateFeedRequest request)Updates an asset feed configuration.FeedAssetServiceGrpc.AssetServiceBlockingStub. updateFeed(UpdateFeedRequest request)Updates an asset feed configuration.com.google.common.util.concurrent.ListenableFuture<Feed>AssetServiceGrpc.AssetServiceFutureStub. updateFeed(UpdateFeedRequest request)Updates an asset feed configuration.voidAssetServiceGrpc.AssetServiceStub. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Updates an asset feed configuration.default voidAssetServiceGrpc.AsyncService. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Updates an asset feed configuration. -
Uses of UpdateFeedRequest in com.google.cloud.asset.v1p2beta1.stub
Methods in com.google.cloud.asset.v1p2beta1.stub that return types with arguments of type UpdateFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>AssetServiceStub. updateFeedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>GrpcAssetServiceStub. updateFeedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>HttpJsonAssetServiceStub. updateFeedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeedRequest,Feed>AssetServiceStubSettings.Builder. updateFeedSettings()Returns the builder for the settings used for calls to updateFeed.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeedRequest,Feed>AssetServiceStubSettings. updateFeedSettings()Returns the object with the settings used for calls to updateFeed.
-