blob: cb4d42ea7f7e03ce2d43b5d768e79c22eabb59b7 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface SecurityOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.Security)
com.google.protobuf.MessageOrBuilder {
/**
* <code>.grpc.channelz.v1.Security.Tls tls = 1;</code>
*/
boolean hasTls();
/**
* <code>.grpc.channelz.v1.Security.Tls tls = 1;</code>
*/
io.grpc.channelz.v1.Security.Tls getTls();
/**
* <code>.grpc.channelz.v1.Security.Tls tls = 1;</code>
*/
io.grpc.channelz.v1.Security.TlsOrBuilder getTlsOrBuilder();
/**
* <code>.grpc.channelz.v1.Security.OtherSecurity other = 2;</code>
*/
boolean hasOther();
/**
* <code>.grpc.channelz.v1.Security.OtherSecurity other = 2;</code>
*/
io.grpc.channelz.v1.Security.OtherSecurity getOther();
/**
* <code>.grpc.channelz.v1.Security.OtherSecurity other = 2;</code>
*/
io.grpc.channelz.v1.Security.OtherSecurityOrBuilder getOtherOrBuilder();
public io.grpc.channelz.v1.Security.ModelCase getModelCase();
}