Interface MediaFileOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MediaFileOperation,MediaFileOperation.Builder
public interface MediaFileOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MediaFilegetCreate()Create operation: No resource name is expected for the new media file.MediaFileOrBuildergetCreateOrBuilder()Create operation: No resource name is expected for the new media file.MediaFileOperation.OperationCasegetOperationCase()booleanhasCreate()Create operation: No resource name is expected for the new media file.-
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 media file.
.google.ads.googleads.v10.resources.MediaFile create = 1;- Returns:
- Whether the create field is set.
-
getCreate
MediaFile getCreate()
Create operation: No resource name is expected for the new media file.
.google.ads.googleads.v10.resources.MediaFile create = 1;- Returns:
- The create.
-
getCreateOrBuilder
MediaFileOrBuilder getCreateOrBuilder()
Create operation: No resource name is expected for the new media file.
.google.ads.googleads.v10.resources.MediaFile create = 1;
-
getOperationCase
MediaFileOperation.OperationCase getOperationCase()
-
-