com.volcengine.service.vod.model.business.SnapshotParamsPosterOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto
package com.volcengine.service.vod.model.business;
public interface SnapshotParamsPosterOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.SnapshotParamsPoster)
com.google.protobuf.MessageOrBuilder {
/**
* string Format = 1;
* @return The format.
*/
java.lang.String getFormat();
/**
* string Format = 1;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
* string StoreUri = 2;
* @return The storeUri.
*/
java.lang.String getStoreUri();
/**
* string StoreUri = 2;
* @return The bytes for storeUri.
*/
com.google.protobuf.ByteString
getStoreUriBytes();
/**
* int32 Width = 3;
* @return The width.
*/
int getWidth();
/**
* int32 Height = 4;
* @return The height.
*/
int getHeight();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy