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

com.google.api.servicemanagement.v1.DisableServiceRequestOrBuilder 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/servicemanager.proto

package com.google.api.servicemanagement.v1;

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

  /**
   * 
   * Name of the service to disable. Specifying an unknown service name
   * will cause the request to fail.
   * 
* * string service_name = 1; */ java.lang.String getServiceName(); /** *
   * Name of the service to disable. Specifying an unknown service name
   * will cause the request to fail.
   * 
* * string service_name = 1; */ com.google.proto4pingcap.ByteString getServiceNameBytes(); /** *
   * The identity of consumer resource which service disablement will be
   * applied to.
   * The Google Service Management implementation accepts the following
   * forms: "project:<project_id>", "project_number:<project_number>".
   * Note: this is made compatible with
   * google.api.servicecontrol.v1.Operation.consumer_id.
   * 
* * string consumer_id = 2; */ java.lang.String getConsumerId(); /** *
   * The identity of consumer resource which service disablement will be
   * applied to.
   * The Google Service Management implementation accepts the following
   * forms: "project:<project_id>", "project_number:<project_number>".
   * Note: this is made compatible with
   * google.api.servicecontrol.v1.Operation.consumer_id.
   * 
* * string consumer_id = 2; */ com.google.proto4pingcap.ByteString getConsumerIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy