Class Overlay.AnimationStatic.Builder

    • 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.AnimationStatic.Builder>
      • clear

        public Overlay.AnimationStatic.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.AnimationStatic.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.AnimationStatic.Builder>
      • getDefaultInstanceForType

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

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

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

        public Overlay.AnimationStatic.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.AnimationStatic.Builder>
      • clearField

        public Overlay.AnimationStatic.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.AnimationStatic.Builder>
      • clearOneof

        public Overlay.AnimationStatic.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.AnimationStatic.Builder>
      • setRepeatedField

        public Overlay.AnimationStatic.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.AnimationStatic.Builder>
      • addRepeatedField

        public Overlay.AnimationStatic.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.AnimationStatic.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.AnimationStatic.Builder>
      • mergeFrom

        public Overlay.AnimationStatic.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.AnimationStatic.Builder>
        Throws:
        IOException
      • hasXy

        public boolean hasXy()
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
        Specified by:
        hasXy in interface Overlay.AnimationStaticOrBuilder
        Returns:
        Whether the xy field is set.
      • getXy

        public Overlay.NormalizedCoordinate getXy()
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
        Specified by:
        getXy in interface Overlay.AnimationStaticOrBuilder
        Returns:
        The xy.
      • setXy

        public Overlay.AnimationStatic.Builder setXy​(Overlay.NormalizedCoordinate value)
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
      • setXy

        public Overlay.AnimationStatic.Builder setXy​(Overlay.NormalizedCoordinate.Builder builderForValue)
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
      • mergeXy

        public Overlay.AnimationStatic.Builder mergeXy​(Overlay.NormalizedCoordinate value)
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
      • clearXy

        public Overlay.AnimationStatic.Builder clearXy()
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
      • getXyBuilder

        public Overlay.NormalizedCoordinate.Builder getXyBuilder()
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
      • getXyOrBuilder

        public Overlay.NormalizedCoordinateOrBuilder getXyOrBuilder()
         Normalized coordinates based on output video resolution. Valid
         values: `0.0`–`1.0`. `xy` is the upper-left coordinate of the overlay
         object. For example, use the x and y coordinates {0,0} to position the
         top-left corner of the overlay animation in the top-left corner of the
         output video.
         
        .google.cloud.video.transcoder.v1.Overlay.NormalizedCoordinate xy = 1;
        Specified by:
        getXyOrBuilder in interface Overlay.AnimationStaticOrBuilder
      • hasStartTimeOffset

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

        public com.google.protobuf.Duration getStartTimeOffset()
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
        Specified by:
        getStartTimeOffset in interface Overlay.AnimationStaticOrBuilder
        Returns:
        The startTimeOffset.
      • setStartTimeOffset

        public Overlay.AnimationStatic.Builder setStartTimeOffset​(com.google.protobuf.Duration value)
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
      • setStartTimeOffset

        public Overlay.AnimationStatic.Builder setStartTimeOffset​(com.google.protobuf.Duration.Builder builderForValue)
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
      • mergeStartTimeOffset

        public Overlay.AnimationStatic.Builder mergeStartTimeOffset​(com.google.protobuf.Duration value)
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
      • clearStartTimeOffset

        public Overlay.AnimationStatic.Builder clearStartTimeOffset()
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
      • getStartTimeOffsetBuilder

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

        public com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
         The time to start displaying the overlay object, in seconds. Default: 0
         
        .google.protobuf.Duration start_time_offset = 2;
        Specified by:
        getStartTimeOffsetOrBuilder in interface Overlay.AnimationStaticOrBuilder
      • setUnknownFields

        public final Overlay.AnimationStatic.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.AnimationStatic.Builder>
      • mergeUnknownFields

        public final Overlay.AnimationStatic.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.AnimationStatic.Builder>