public static interface Protos.Secret.ReferenceOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
optional string key = 2; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 2; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasKey()
optional string key = 2; |
boolean |
hasName()
required string name = 1; |
boolean hasName()
required string name = 1;
java.lang.String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasKey()
optional string key = 2;
java.lang.String getKey()
optional string key = 2;
com.google.protobuf.ByteString getKeyBytes()
optional string key = 2;