rina.cdap.impl.googleprotobuf
Interface CDAP.authValue_tOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CDAP.authValue_t, CDAP.authValue_t.Builder
Enclosing class:
CDAP

public static interface CDAP.authValue_tOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 java.lang.String getAuthName()
           
 com.google.protobuf.ByteString getAuthOther()
           
 java.lang.String getAuthPassword()
           
 boolean hasAuthName()
           
 boolean hasAuthOther()
           
 boolean hasAuthPassword()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasAuthName

boolean hasAuthName()

getAuthName

java.lang.String getAuthName()

hasAuthPassword

boolean hasAuthPassword()

getAuthPassword

java.lang.String getAuthPassword()

hasAuthOther

boolean hasAuthOther()

getAuthOther

com.google.protobuf.ByteString getAuthOther()