Package com.google.cloud.asset.v1
Interface FeedOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeedOutputConfig
,FeedOutputConfig.Builder
public interface FeedOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeedOutputConfig.DestinationCase
getDestinationCase()
PubsubDestination
getPubsubDestination()
Destination on Pub/Sub.PubsubDestinationOrBuilder
getPubsubDestinationOrBuilder()
Destination on Pub/Sub.boolean
hasPubsubDestination()
Destination on Pub/Sub.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPubsubDestination
boolean hasPubsubDestination()
Destination on Pub/Sub.
.google.cloud.asset.v1.PubsubDestination pubsub_destination = 1;
- Returns:
- Whether the pubsubDestination field is set.
-
getPubsubDestination
PubsubDestination getPubsubDestination()
Destination on Pub/Sub.
.google.cloud.asset.v1.PubsubDestination pubsub_destination = 1;
- Returns:
- The pubsubDestination.
-
getPubsubDestinationOrBuilder
PubsubDestinationOrBuilder getPubsubDestinationOrBuilder()
Destination on Pub/Sub.
.google.cloud.asset.v1.PubsubDestination pubsub_destination = 1;
-
getDestinationCase
FeedOutputConfig.DestinationCase getDestinationCase()
-
-