Class Overlay.AnimationEnd.Builder

  • All Implemented Interfaces:
    Overlay.AnimationEndOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Overlay.AnimationEnd

    public static final class Overlay.AnimationEnd.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
    implements Overlay.AnimationEndOrBuilder
     End previous overlay animation from the video. Without AnimationEnd, the
     overlay object will keep the state of previous animation until the end of
     the video.
     
    Protobuf type google.cloud.video.transcoder.v1.Overlay.AnimationEnd
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • clear

        public Overlay.AnimationEnd.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • getDefaultInstanceForType

        public Overlay.AnimationEnd getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Overlay.AnimationEnd build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Overlay.AnimationEnd buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Overlay.AnimationEnd.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • setField

        public Overlay.AnimationEnd.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • clearField

        public Overlay.AnimationEnd.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • clearOneof

        public Overlay.AnimationEnd.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • setRepeatedField

        public Overlay.AnimationEnd.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • addRepeatedField

        public Overlay.AnimationEnd.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • mergeFrom

        public Overlay.AnimationEnd.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Overlay.AnimationEnd.Builder>
        Throws:
        IOException
      • hasStartTimeOffset

        public boolean hasStartTimeOffset()
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
        Specified by:
        hasStartTimeOffset in interface Overlay.AnimationEndOrBuilder
        Returns:
        Whether the startTimeOffset field is set.
      • getStartTimeOffset

        public com.google.protobuf.Duration getStartTimeOffset()
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
        Specified by:
        getStartTimeOffset in interface Overlay.AnimationEndOrBuilder
        Returns:
        The startTimeOffset.
      • setStartTimeOffset

        public Overlay.AnimationEnd.Builder setStartTimeOffset​(com.google.protobuf.Duration value)
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
      • setStartTimeOffset

        public Overlay.AnimationEnd.Builder setStartTimeOffset​(com.google.protobuf.Duration.Builder builderForValue)
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
      • mergeStartTimeOffset

        public Overlay.AnimationEnd.Builder mergeStartTimeOffset​(com.google.protobuf.Duration value)
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
      • clearStartTimeOffset

        public Overlay.AnimationEnd.Builder clearStartTimeOffset()
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
      • getStartTimeOffsetBuilder

        public com.google.protobuf.Duration.Builder getStartTimeOffsetBuilder()
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
      • getStartTimeOffsetOrBuilder

        public com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
         The time to end overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 1;
        Specified by:
        getStartTimeOffsetOrBuilder in interface Overlay.AnimationEndOrBuilder
      • setUnknownFields

        public final Overlay.AnimationEnd.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>
      • mergeUnknownFields

        public final Overlay.AnimationEnd.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Overlay.AnimationEnd.Builder>