Interface SecretsOuterClass.GetSecretRequestOrBuilder

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

public static interface SecretsOuterClass.GetSecretRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> annotations = 2;
    Deprecated.
    int
    map<string, string> annotations = 2;
    map<string, string> annotations = 2;
    map<string, string> annotations = 2;
    map<string, string> annotations = 2;
    string ID = 1;
    com.google.protobuf.ByteString
    string ID = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getID

      String getID()
      string ID = 1;
      Returns:
      The iD.
    • getIDBytes

      com.google.protobuf.ByteString getIDBytes()
      string ID = 1;
      Returns:
      The bytes for iD.
    • getAnnotationsCount

      int getAnnotationsCount()
      map<string, string> annotations = 2;
    • containsAnnotations

      boolean containsAnnotations(String key)
      map<string, string> annotations = 2;
    • getAnnotations

      @Deprecated Map<String,String> getAnnotations()
      Deprecated.
      Use getAnnotationsMap() instead.
    • getAnnotationsMap

      Map<String,String> getAnnotationsMap()
      map<string, string> annotations = 2;
    • getAnnotationsOrDefault

      String getAnnotationsOrDefault(String key, String defaultValue)
      map<string, string> annotations = 2;
    • getAnnotationsOrThrow

      String getAnnotationsOrThrow(String key)
      map<string, string> annotations = 2;