Package io.grpc.channelz.v1
Interface SecurityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Security,Security.Builder
@Generated
public interface SecurityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOther().grpc.channelz.v1.Security.OtherSecurity other = 2;.grpc.channelz.v1.Security.OtherSecurity other = 2;getTls().grpc.channelz.v1.Security.Tls tls = 1;.grpc.channelz.v1.Security.Tls tls = 1;booleanhasOther().grpc.channelz.v1.Security.OtherSecurity other = 2;booleanhasTls().grpc.channelz.v1.Security.Tls tls = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTls
boolean hasTls().grpc.channelz.v1.Security.Tls tls = 1;- Returns:
- Whether the tls field is set.
-
getTls
Security.Tls getTls().grpc.channelz.v1.Security.Tls tls = 1;- Returns:
- The tls.
-
getTlsOrBuilder
Security.TlsOrBuilder getTlsOrBuilder().grpc.channelz.v1.Security.Tls tls = 1; -
hasOther
boolean hasOther().grpc.channelz.v1.Security.OtherSecurity other = 2;- Returns:
- Whether the other field is set.
-
getOther
Security.OtherSecurity getOther().grpc.channelz.v1.Security.OtherSecurity other = 2;- Returns:
- The other.
-
getOtherOrBuilder
Security.OtherSecurityOrBuilder getOtherOrBuilder().grpc.channelz.v1.Security.OtherSecurity other = 2; -
getModelCase
Security.ModelCase getModelCase()
-