Interface PolicyOuterClass.Test.TestNameOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPrincipalKey()
      string principal_key = 2 [(.buf.validate.field) = { ...
      com.google.protobuf.ByteString getPrincipalKeyBytes()
      string principal_key = 2 [(.buf.validate.field) = { ...
      java.lang.String getResourceKey()
      string resource_key = 3 [(.buf.validate.field) = { ...
      com.google.protobuf.ByteString getResourceKeyBytes()
      string resource_key = 3 [(.buf.validate.field) = { ...
      java.lang.String getTestTableName()
      string test_table_name = 1 [(.buf.validate.field) = { ...
      com.google.protobuf.ByteString getTestTableNameBytes()
      string test_table_name = 1 [(.buf.validate.field) = { ...
      • 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 Detail

      • getTestTableName

        java.lang.String getTestTableName()
        string test_table_name = 1 [(.buf.validate.field) = { ... }
        Returns:
        The testTableName.
      • getTestTableNameBytes

        com.google.protobuf.ByteString getTestTableNameBytes()
        string test_table_name = 1 [(.buf.validate.field) = { ... }
        Returns:
        The bytes for testTableName.
      • getPrincipalKey

        java.lang.String getPrincipalKey()
        string principal_key = 2 [(.buf.validate.field) = { ... }
        Returns:
        The principalKey.
      • getPrincipalKeyBytes

        com.google.protobuf.ByteString getPrincipalKeyBytes()
        string principal_key = 2 [(.buf.validate.field) = { ... }
        Returns:
        The bytes for principalKey.
      • getResourceKey

        java.lang.String getResourceKey()
        string resource_key = 3 [(.buf.validate.field) = { ... }
        Returns:
        The resourceKey.
      • getResourceKeyBytes

        com.google.protobuf.ByteString getResourceKeyBytes()
        string resource_key = 3 [(.buf.validate.field) = { ... }
        Returns:
        The bytes for resourceKey.