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