Interface SecretsProto.EncryptStringRequestOrBuilder

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

public static interface SecretsProto.EncryptStringRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string org = 1;
    com.google.protobuf.ByteString
    string org = 1;
    string project = 2;
    com.google.protobuf.ByteString
    string project = 2;
    string value = 3;
    com.google.protobuf.ByteString
    string value = 3;

    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

    • getOrg

      String getOrg()
      string org = 1;
      Returns:
      The org.
    • getOrgBytes

      com.google.protobuf.ByteString getOrgBytes()
      string org = 1;
      Returns:
      The bytes for org.
    • getProject

      String getProject()
      string project = 2;
      Returns:
      The project.
    • getProjectBytes

      com.google.protobuf.ByteString getProjectBytes()
      string project = 2;
      Returns:
      The bytes for project.
    • getValue

      String getValue()
      string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      string value = 3;
      Returns:
      The bytes for value.