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

com.google.api.servicemanagement.v1.ConfigFileOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicemanagement/v1/resources.proto

package com.google.api.servicemanagement.v1;

public interface ConfigFileOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.servicemanagement.v1.ConfigFile)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The file name of the configuration file (full or relative path).
   * 
* * string file_path = 1; */ java.lang.String getFilePath(); /** *
   * The file name of the configuration file (full or relative path).
   * 
* * string file_path = 1; */ com.google.proto4pingcap.ByteString getFilePathBytes(); /** *
   * The bytes that constitute the file.
   * 
* * bytes file_contents = 3; */ com.google.proto4pingcap.ByteString getFileContents(); /** *
   * The type of configuration file this represents.
   * 
* * .google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4; */ int getFileTypeValue(); /** *
   * The type of configuration file this represents.
   * 
* * .google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4; */ com.google.api.servicemanagement.v1.ConfigFile.FileType getFileType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy