com.clarifai.grpc.api.PasswordOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface PasswordOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.Password)
com.google.protobuf.MessageOrBuilder {
/**
*
* unencrypted password string
*
*
* string plaintext = 1;
* @return The plaintext.
*/
java.lang.String getPlaintext();
/**
*
* unencrypted password string
*
*
* string plaintext = 1;
* @return The bytes for plaintext.
*/
com.google.protobuf.ByteString
getPlaintextBytes();
}