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

com.google.appengine.v1.RepairApplicationRequestOrBuilder Maven / Gradle / Ivy

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

package com.google.appengine.v1;

public interface RepairApplicationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.RepairApplicationRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the application to repair. Example: `apps/myapp`
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Name of the application to repair. Example: `apps/myapp`
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy