Home
last modified time | relevance | path

Searched refs:algorithmCase_ (Results 1 – 1 of 1) sorted by relevance

/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
DAutoscalingPolicy.java82 private int algorithmCase_ = 0; field in AutoscalingPolicy
123 return AlgorithmCase.forNumber(algorithmCase_); in getAlgorithmCase()
258 return algorithmCase_ == 3; in hasBasicAlgorithm()
269 if (algorithmCase_ == 3) { in getBasicAlgorithm()
282 if (algorithmCase_ == 3) { in getBasicAlgorithmOrBuilder()
549 if (algorithmCase_ == 3) { in writeTo()
575 if (algorithmCase_ == 3) { in getSerializedSize()
625 switch (algorithmCase_) { in equals()
659 switch (algorithmCase_) { in hashCode()
842 algorithmCase_ = 0; in clear()
[all …]