Interface NegativeKeywordListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NegativeKeywordListInfo,NegativeKeywordListInfo.Builder
public interface NegativeKeywordListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSharedSet()The NegativeKeywordListInfo shared set resource name.com.google.protobuf.ByteStringgetSharedSetBytes()The NegativeKeywordListInfo shared set resource name.booleanhasSharedSet()The NegativeKeywordListInfo shared set resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSharedSet
boolean hasSharedSet()
The NegativeKeywordListInfo shared set resource name.
optional string shared_set = 1;- Returns:
- Whether the sharedSet field is set.
-
getSharedSet
java.lang.String getSharedSet()
The NegativeKeywordListInfo shared set resource name.
optional string shared_set = 1;- Returns:
- The sharedSet.
-
getSharedSetBytes
com.google.protobuf.ByteString getSharedSetBytes()
The NegativeKeywordListInfo shared set resource name.
optional string shared_set = 1;- Returns:
- The bytes for sharedSet.
-
-