Interface ShareablePreviewOrErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShareablePreviewOrError,ShareablePreviewOrError.Builder
public interface ShareablePreviewOrErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe asset group of the shareable preview.The asset group of the shareable preview.com.google.rpc.StatusThe shareable preview partial failure error.com.google.rpc.StatusOrBuilderThe shareable preview partial failure error.The shareable preview result.The shareable preview result.booleanThe asset group of the shareable preview.booleanThe shareable preview partial failure error.booleanThe shareable preview result.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAssetGroupIdentifier
boolean hasAssetGroupIdentifier()The asset group of the shareable preview.
.google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 3;- Returns:
- Whether the assetGroupIdentifier field is set.
-
getAssetGroupIdentifier
AssetGroupIdentifier getAssetGroupIdentifier()The asset group of the shareable preview.
.google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 3;- Returns:
- The assetGroupIdentifier.
-
getAssetGroupIdentifierOrBuilder
AssetGroupIdentifierOrBuilder getAssetGroupIdentifierOrBuilder()The asset group of the shareable preview.
.google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 3; -
hasPartialFailureError
boolean hasPartialFailureError()The shareable preview partial failure error.
.google.rpc.Status partial_failure_error = 2;- Returns:
- Whether the partialFailureError field is set.
-
getPartialFailureError
com.google.rpc.Status getPartialFailureError()The shareable preview partial failure error.
.google.rpc.Status partial_failure_error = 2;- Returns:
- The partialFailureError.
-
getPartialFailureErrorOrBuilder
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()The shareable preview partial failure error.
.google.rpc.Status partial_failure_error = 2;
-