All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.common.v1.DataBlobOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/common/v1/message.proto

package io.temporal.api.common.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:DataBlobOrBuilder.java.pb.meta")
public interface DataBlobOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.common.v1.DataBlob)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .temporal.api.enums.v1.EncodingType encoding_type = 1;
   * @return The enum numeric value on the wire for encodingType.
   */
  int getEncodingTypeValue();
  /**
   * .temporal.api.enums.v1.EncodingType encoding_type = 1;
   * @return The encodingType.
   */
  io.temporal.api.enums.v1.EncodingType getEncodingType();

  /**
   * bytes data = 2;
   * @return The data.
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy