com.google.protobuf.MixinOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf-java-util Show documentation
Show all versions of protobuf-java-util Show documentation
Utilities for Protocol Buffers
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/api.proto
// Protobuf Java Version: 4.27.2
package com.google.protobuf;
public interface MixinOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Mixin)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string root = 2 [json_name = "root"];
* @return The root.
*/
java.lang.String getRoot();
/**
* string root = 2 [json_name = "root"];
* @return The bytes for root.
*/
com.google.protobuf.ByteString
getRootBytes();
}