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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicemanagement/v1/resources.proto

package com.google.api.servicemanagement.v1;

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

  /**
   * 
   * The name of the service. See the [overview](/service-management/overview)
   * for naming requirements.
   * 
* * string service_name = 2; */ java.lang.String getServiceName(); /** *
   * The name of the service. See the [overview](/service-management/overview)
   * for naming requirements.
   * 
* * string service_name = 2; */ com.google.proto4pingcap.ByteString getServiceNameBytes(); /** *
   * ID of the project that produces and owns this service.
   * 
* * string producer_project_id = 3; */ java.lang.String getProducerProjectId(); /** *
   * ID of the project that produces and owns this service.
   * 
* * string producer_project_id = 3; */ com.google.proto4pingcap.ByteString getProducerProjectIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy