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

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

  /**
   * 
   * Optional unique identifier of this Rollout. Only lower case letters, digits
   *  and '-' are allowed.
   * If not specified by client, the server will generate one. The generated id
   * will have the form of <date><revision number>, where "date" is the create
   * date in ISO 8601 format.  "revision number" is a monotonically increasing
   * positive number that is reset every day for each service.
   * An example of the generated rollout_id is '2016-02-16r1'
   * 
* * string rollout_id = 1; */ java.lang.String getRolloutId(); /** *
   * Optional unique identifier of this Rollout. Only lower case letters, digits
   *  and '-' are allowed.
   * If not specified by client, the server will generate one. The generated id
   * will have the form of <date><revision number>, where "date" is the create
   * date in ISO 8601 format.  "revision number" is a monotonically increasing
   * positive number that is reset every day for each service.
   * An example of the generated rollout_id is '2016-02-16r1'
   * 
* * string rollout_id = 1; */ com.google.proto4pingcap.ByteString getRolloutIdBytes(); /** *
   * Creation time of the rollout. Readonly.
   * 
* * .google.protobuf.Timestamp create_time = 2; */ boolean hasCreateTime(); /** *
   * Creation time of the rollout. Readonly.
   * 
* * .google.protobuf.Timestamp create_time = 2; */ com.google.proto4pingcap.Timestamp getCreateTime(); /** *
   * Creation time of the rollout. Readonly.
   * 
* * .google.protobuf.Timestamp create_time = 2; */ com.google.proto4pingcap.TimestampOrBuilder getCreateTimeOrBuilder(); /** *
   * The user who created the Rollout. Readonly.
   * 
* * string created_by = 3; */ java.lang.String getCreatedBy(); /** *
   * The user who created the Rollout. Readonly.
   * 
* * string created_by = 3; */ com.google.proto4pingcap.ByteString getCreatedByBytes(); /** *
   * The status of this rollout. Readonly. In case of a failed rollout,
   * the system will automatically rollback to the current Rollout
   * version. Readonly.
   * 
* * .google.api.servicemanagement.v1.Rollout.RolloutStatus status = 4; */ int getStatusValue(); /** *
   * The status of this rollout. Readonly. In case of a failed rollout,
   * the system will automatically rollback to the current Rollout
   * version. Readonly.
   * 
* * .google.api.servicemanagement.v1.Rollout.RolloutStatus status = 4; */ com.google.api.servicemanagement.v1.Rollout.RolloutStatus getStatus(); /** *
   * Google Service Control selects service configurations based on
   * traffic percentage.
   * 
* * .google.api.servicemanagement.v1.Rollout.TrafficPercentStrategy traffic_percent_strategy = 5; */ com.google.api.servicemanagement.v1.Rollout.TrafficPercentStrategy getTrafficPercentStrategy(); /** *
   * Google Service Control selects service configurations based on
   * traffic percentage.
   * 
* * .google.api.servicemanagement.v1.Rollout.TrafficPercentStrategy traffic_percent_strategy = 5; */ com.google.api.servicemanagement.v1.Rollout.TrafficPercentStrategyOrBuilder getTrafficPercentStrategyOrBuilder(); /** *
   * The strategy associated with a rollout to delete a `ManagedService`.
   * Readonly.
   * 
* * .google.api.servicemanagement.v1.Rollout.DeleteServiceStrategy delete_service_strategy = 200; */ com.google.api.servicemanagement.v1.Rollout.DeleteServiceStrategy getDeleteServiceStrategy(); /** *
   * The strategy associated with a rollout to delete a `ManagedService`.
   * Readonly.
   * 
* * .google.api.servicemanagement.v1.Rollout.DeleteServiceStrategy delete_service_strategy = 200; */ com.google.api.servicemanagement.v1.Rollout.DeleteServiceStrategyOrBuilder getDeleteServiceStrategyOrBuilder(); /** *
   * The name of the service associated with this Rollout.
   * 
* * string service_name = 8; */ java.lang.String getServiceName(); /** *
   * The name of the service associated with this Rollout.
   * 
* * string service_name = 8; */ com.google.proto4pingcap.ByteString getServiceNameBytes(); public com.google.api.servicemanagement.v1.Rollout.StrategyCase getStrategyCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy