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

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

  /**
   * 
   * The name of the service.  See the [overview](/service-management/overview)
   * for naming requirements.  For example: `example.googleapis.com`.
   * 
* * string service_name = 1; */ java.lang.String getServiceName(); /** *
   * The name of the service.  See the [overview](/service-management/overview)
   * for naming requirements.  For example: `example.googleapis.com`.
   * 
* * string service_name = 1; */ com.google.proto4pingcap.ByteString getServiceNameBytes(); /** *
   * The id of the rollout resource.
   * 
* * string rollout_id = 2; */ java.lang.String getRolloutId(); /** *
   * The id of the rollout resource.
   * 
* * string rollout_id = 2; */ com.google.proto4pingcap.ByteString getRolloutIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy