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

com.google.api.servicemanagement.v1.ConfigRefOrBuilder 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 ConfigRefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.servicemanagement.v1.ConfigRef)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * Resource name of a service config. It must have the following
   * format: "services/{service name}/configs/{config id}".
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Resource name of a service config. It must have the following
   * format: "services/{service name}/configs/{config id}".
   * 
* * string name = 1; */ com.google.proto4pingcap.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy