All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.tools.framework.yaml.TestConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: com/google/api/tools/framework/yaml/testdata/test_config.proto

package com.google.api.tools.framework.yaml;

public interface TestConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:test.yaml.TestConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * map<string, .test.yaml.TestMapValue> map_config = 2;
   */
  java.util.Map
  getMapConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy