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 UpdateFeedRequest
UpdateFeedRequest.Builder. build()
UpdateFeedRequest
UpdateFeedRequest.Builder. buildPartial()
static UpdateFeedRequest
UpdateFeedRequest. getDefaultInstance()
UpdateFeedRequest
UpdateFeedRequest.Builder. getDefaultInstanceForType()
UpdateFeedRequest
UpdateFeedRequest. getDefaultInstanceForType()
static UpdateFeedRequest
UpdateFeedRequest. parseDelimitedFrom(InputStream input)
static UpdateFeedRequest
UpdateFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(byte[] data)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(InputStream input)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeedRequest
UpdateFeedRequest. parseFrom(ByteBuffer data)
static UpdateFeedRequest
UpdateFeedRequest. 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.Builder
UpdateFeedRequest.Builder. mergeFrom(UpdateFeedRequest other)
static UpdateFeedRequest.Builder
UpdateFeedRequest. newBuilder(UpdateFeedRequest prototype)
Feed
AssetServiceClient. updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.Feed
AssetServiceGrpc.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.void
AssetServiceGrpc.AssetServiceStub. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Updates an asset feed configuration.default void
AssetServiceGrpc.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.
-