Interface FeedItemSetLinkOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeedItemSetLinkOperation,FeedItemSetLinkOperation.Builder
public interface FeedItemSetLinkOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeedItemSetLinkgetCreate()Create operation: No resource name is expected for the new feed item set link.FeedItemSetLinkOrBuildergetCreateOrBuilder()Create operation: No resource name is expected for the new feed item set link.FeedItemSetLinkOperation.OperationCasegetOperationCase()java.lang.StringgetRemove()Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`com.google.protobuf.ByteStringgetRemoveBytes()Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`booleanhasCreate()Create operation: No resource name is expected for the new feed item set link.booleanhasRemove()Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreate
boolean hasCreate()
Create operation: No resource name is expected for the new feed item set link.
.google.ads.googleads.v10.resources.FeedItemSetLink create = 1;- Returns:
- Whether the create field is set.
-
getCreate
FeedItemSetLink getCreate()
Create operation: No resource name is expected for the new feed item set link.
.google.ads.googleads.v10.resources.FeedItemSetLink create = 1;- Returns:
- The create.
-
getCreateOrBuilder
FeedItemSetLinkOrBuilder getCreateOrBuilder()
Create operation: No resource name is expected for the new feed item set link.
.google.ads.googleads.v10.resources.FeedItemSetLink create = 1;
-
hasRemove
boolean hasRemove()
Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the remove field is set.
-
getRemove
java.lang.String getRemove()
Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The remove.
-
getRemoveBytes
com.google.protobuf.ByteString getRemoveBytes()
Remove operation: A resource name for the removed feed item set link is expected, in this format: `customers/{customer_id}/feedItemSetLinks/{feed_id}_{feed_item_set_id}_{feed_item_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for remove.
-
getOperationCase
FeedItemSetLinkOperation.OperationCase getOperationCase()
-
-