me.snowdrop.istio.adapter.stackdriver.MetricInfoFluent Maven / Gradle / Ivy
package me.snowdrop.istio.adapter.stackdriver;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
public interface MetricInfoFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildBuckets instead.
* @return The buildable object.
*/
@Deprecated public me.snowdrop.istio.adapter.stackdriver.BucketsDefinition getBuckets();
public me.snowdrop.istio.adapter.stackdriver.BucketsDefinition buildBuckets();
public A withBuckets(me.snowdrop.istio.adapter.stackdriver.BucketsDefinition buckets);
public Boolean hasBuckets();
public MetricInfoFluent.BucketsNested withNewBuckets();
public MetricInfoFluent.BucketsNested withNewBucketsLike(me.snowdrop.istio.adapter.stackdriver.BucketsDefinition item);
public MetricInfoFluent.BucketsNested editBuckets();
public MetricInfoFluent.BucketsNested editOrNewBuckets();
public MetricInfoFluent.BucketsNested editOrNewBucketsLike(me.snowdrop.istio.adapter.stackdriver.BucketsDefinition item);
public MetricKind getKind();
public A withKind(MetricKind kind);
public Boolean hasKind();
public String getMetricType();
public A withMetricType(String metricType);
public Boolean hasMetricType();
public ValueType getValue();
public A withValue(ValueType value);
public Boolean hasValue();
public interface BucketsNested extends io.fabric8.kubernetes.api.builder.Nested,me.snowdrop.istio.adapter.stackdriver.BucketsDefinitionFluent>{
public N and(); public N endBuckets();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy