Uses of Class
com.google.cloud.asset.v1p2beta1.FeedOutputConfig
-
Packages that use FeedOutputConfig Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset API -
-
Uses of FeedOutputConfig in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 that return FeedOutputConfig Modifier and Type Method Description FeedOutputConfig
FeedOutputConfig.Builder. build()
FeedOutputConfig
FeedOutputConfig.Builder. buildPartial()
static FeedOutputConfig
FeedOutputConfig. getDefaultInstance()
FeedOutputConfig
FeedOutputConfig.Builder. getDefaultInstanceForType()
FeedOutputConfig
FeedOutputConfig. getDefaultInstanceForType()
FeedOutputConfig
Feed.Builder. getFeedOutputConfig()
Required.FeedOutputConfig
Feed. getFeedOutputConfig()
Required.FeedOutputConfig
FeedOrBuilder. getFeedOutputConfig()
Required.static FeedOutputConfig
FeedOutputConfig. parseDelimitedFrom(InputStream input)
static FeedOutputConfig
FeedOutputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeedOutputConfig
FeedOutputConfig. parseFrom(byte[] data)
static FeedOutputConfig
FeedOutputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeedOutputConfig
FeedOutputConfig. parseFrom(com.google.protobuf.ByteString data)
static FeedOutputConfig
FeedOutputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeedOutputConfig
FeedOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static FeedOutputConfig
FeedOutputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeedOutputConfig
FeedOutputConfig. parseFrom(InputStream input)
static FeedOutputConfig
FeedOutputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FeedOutputConfig
FeedOutputConfig. parseFrom(ByteBuffer data)
static FeedOutputConfig
FeedOutputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1p2beta1 that return types with arguments of type FeedOutputConfig Modifier and Type Method Description com.google.protobuf.Parser<FeedOutputConfig>
FeedOutputConfig. getParserForType()
static com.google.protobuf.Parser<FeedOutputConfig>
FeedOutputConfig. parser()
Methods in com.google.cloud.asset.v1p2beta1 with parameters of type FeedOutputConfig Modifier and Type Method Description Feed.Builder
Feed.Builder. mergeFeedOutputConfig(FeedOutputConfig value)
Required.FeedOutputConfig.Builder
FeedOutputConfig.Builder. mergeFrom(FeedOutputConfig other)
static FeedOutputConfig.Builder
FeedOutputConfig. newBuilder(FeedOutputConfig prototype)
Feed.Builder
Feed.Builder. setFeedOutputConfig(FeedOutputConfig value)
Required.
-