Uses of Class
com.google.cloud.asset.v1.CreateFeedRequest
-
Packages that use CreateFeedRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of CreateFeedRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return CreateFeedRequest Modifier and Type Method Description CreateFeedRequest
CreateFeedRequest.Builder. build()
CreateFeedRequest
CreateFeedRequest.Builder. buildPartial()
static CreateFeedRequest
CreateFeedRequest. getDefaultInstance()
CreateFeedRequest
CreateFeedRequest.Builder. getDefaultInstanceForType()
CreateFeedRequest
CreateFeedRequest. getDefaultInstanceForType()
static CreateFeedRequest
CreateFeedRequest. parseDelimitedFrom(InputStream input)
static CreateFeedRequest
CreateFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeedRequest
CreateFeedRequest. parseFrom(byte[] data)
static CreateFeedRequest
CreateFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeedRequest
CreateFeedRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateFeedRequest
CreateFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeedRequest
CreateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateFeedRequest
CreateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeedRequest
CreateFeedRequest. parseFrom(InputStream input)
static CreateFeedRequest
CreateFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateFeedRequest
CreateFeedRequest. parseFrom(ByteBuffer data)
static CreateFeedRequest
CreateFeedRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type CreateFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
AssetServiceClient. createFeedCallable()
Creates a feed in a parent project/folder/organization to listen to its asset updates.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeedRequest,Feed>
AssetServiceSettings.Builder. createFeedSettings()
Returns the builder for the settings used for calls to createFeed.com.google.api.gax.rpc.UnaryCallSettings<CreateFeedRequest,Feed>
AssetServiceSettings. createFeedSettings()
Returns the object with the settings used for calls to createFeed.static io.grpc.MethodDescriptor<CreateFeedRequest,Feed>
AssetServiceGrpc. getCreateFeedMethod()
com.google.protobuf.Parser<CreateFeedRequest>
CreateFeedRequest. getParserForType()
static com.google.protobuf.Parser<CreateFeedRequest>
CreateFeedRequest. parser()
Methods in com.google.cloud.asset.v1 with parameters of type CreateFeedRequest Modifier and Type Method Description Feed
AssetServiceClient. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.Feed
AssetServiceGrpc.AssetServiceBlockingStub. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.com.google.common.util.concurrent.ListenableFuture<Feed>
AssetServiceGrpc.AssetServiceFutureStub. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.void
AssetServiceGrpc.AssetServiceStub. createFeed(CreateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its asset updates.default void
AssetServiceGrpc.AsyncService. createFeed(CreateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its asset updates.CreateFeedRequest.Builder
CreateFeedRequest.Builder. mergeFrom(CreateFeedRequest other)
static CreateFeedRequest.Builder
CreateFeedRequest. newBuilder(CreateFeedRequest prototype)
-
Uses of CreateFeedRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type CreateFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
AssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
GrpcAssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
HttpJsonAssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeedRequest,Feed>
AssetServiceStubSettings.Builder. createFeedSettings()
Returns the builder for the settings used for calls to createFeed.com.google.api.gax.rpc.UnaryCallSettings<CreateFeedRequest,Feed>
AssetServiceStubSettings. createFeedSettings()
Returns the object with the settings used for calls to createFeed.
-