
io.bloombox.schema.services.media.v1beta1.MediaContentOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2018, Momentum Ideas, Co. All rights reserved.
*
* Source and object computer code contained herein is the private intellectual
* property of Momentum Ideas Co., a Delaware Corporation. Use of this
* code in source form requires permission in writing before use or the
* assembly, distribution, or publishing of derivative works, for commercial
* purposes or any other purpose, from a duly authorized officer of Momentum
* Ideas Co.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: media/v1beta1/MediaService_Beta1.proto
package io.bloombox.schema.services.media.v1beta1;
public interface MediaContentOrBuilder extends
// @@protoc_insertion_point(interface_extends:bloombox.services.media.v1beta1.MediaContent)
com.google.protobuf.MessageOrBuilder {
/**
*
* Type specification for the media being uploaded.
*
*
* .opencannabis.media.MediaType type = 1;
*/
boolean hasType();
/**
*
* Type specification for the media being uploaded.
*
*
* .opencannabis.media.MediaType type = 1;
*/
io.opencannabis.schema.media.MediaItemType.MediaType getType();
/**
*
* Type specification for the media being uploaded.
*
*
* .opencannabis.media.MediaType type = 1;
*/
io.opencannabis.schema.media.MediaItemType.MediaTypeOrBuilder getTypeOrBuilder();
/**
*
* Information about the file being uploaded, including the filename and content mime type.
*
*
* .bloombox.services.media.v1beta1.MediaFile file = 2;
*/
boolean hasFile();
/**
*
* Information about the file being uploaded, including the filename and content mime type.
*
*
* .bloombox.services.media.v1beta1.MediaFile file = 2;
*/
io.bloombox.schema.services.media.v1beta1.MediaFile getFile();
/**
*
* Information about the file being uploaded, including the filename and content mime type.
*
*
* .bloombox.services.media.v1beta1.MediaFile file = 2;
*/
io.bloombox.schema.services.media.v1beta1.MediaFileOrBuilder getFileOrBuilder();
/**
*
* Flag indicating the specified/attached content is a raw data blob.
*
*
* bool blob = 3;
*/
boolean getBlob();
/**
*
* Raw data for the media content being uploaded, if applicable.
*
*
* .opencannabis.content.Content content = 4;
*/
boolean hasContent();
/**
*
* Raw data for the media content being uploaded, if applicable.
*
*
* .opencannabis.content.Content content = 4;
*/
io.opencannabis.schema.content.GenericContent.Content getContent();
/**
*
* Raw data for the media content being uploaded, if applicable.
*
*
* .opencannabis.content.Content content = 4;
*/
io.opencannabis.schema.content.GenericContent.ContentOrBuilder getContentOrBuilder();
/**
*
* Name to give the media. Optional, and should be a human-readable label. Not usually based on a filename.
*
*
* string name = 5;
*/
java.lang.String getName();
/**
*
* Name to give the media. Optional, and should be a human-readable label. Not usually based on a filename.
*
*
* string name = 5;
*/
com.google.protobuf.ByteString
getNameBytes();
public io.bloombox.schema.services.media.v1beta1.MediaContent.SpecCase getSpecCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy