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

shade.polaris.io.grpc.channelz.v1.SecurityOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

// Protobuf Java Version: 3.25.1
package io.grpc.channelz.v1;

public interface SecurityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.Security)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .grpc.channelz.v1.Security.Tls tls = 1;
   * @return Whether the tls field is set.
   */
  boolean hasTls();
  /**
   * .grpc.channelz.v1.Security.Tls tls = 1;
   * @return The tls.
   */
  io.grpc.channelz.v1.Security.Tls getTls();
  /**
   * .grpc.channelz.v1.Security.Tls tls = 1;
   */
  io.grpc.channelz.v1.Security.TlsOrBuilder getTlsOrBuilder();

  /**
   * .grpc.channelz.v1.Security.OtherSecurity other = 2;
   * @return Whether the other field is set.
   */
  boolean hasOther();
  /**
   * .grpc.channelz.v1.Security.OtherSecurity other = 2;
   * @return The other.
   */
  io.grpc.channelz.v1.Security.OtherSecurity getOther();
  /**
   * .grpc.channelz.v1.Security.OtherSecurity other = 2;
   */
  io.grpc.channelz.v1.Security.OtherSecurityOrBuilder getOtherOrBuilder();

  io.grpc.channelz.v1.Security.ModelCase getModelCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy