Package com.google.monitoring.v3
Interface UptimeCheckConfig.HttpCheck.ResponseStatusCodeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UptimeCheckConfig.HttpCheck.ResponseStatusCode
,UptimeCheckConfig.HttpCheck.ResponseStatusCode.Builder
- Enclosing class:
- UptimeCheckConfig.HttpCheck
public static interface UptimeCheckConfig.HttpCheck.ResponseStatusCodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass
getStatusClass()
A class of status codes to accept.int
getStatusClassValue()
A class of status codes to accept.UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusCodeCase
getStatusCodeCase()
int
getStatusValue()
A status code to accept.boolean
hasStatusClass()
A class of status codes to accept.boolean
hasStatusValue()
A status code to accept.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatusValue
boolean hasStatusValue()
A status code to accept.
int32 status_value = 1;
- Returns:
- Whether the statusValue field is set.
-
getStatusValue
int getStatusValue()
A status code to accept.
int32 status_value = 1;
- Returns:
- The statusValue.
-
hasStatusClass
boolean hasStatusClass()
A class of status codes to accept.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass status_class = 2;
- Returns:
- Whether the statusClass field is set.
-
getStatusClassValue
int getStatusClassValue()
A class of status codes to accept.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass status_class = 2;
- Returns:
- The enum numeric value on the wire for statusClass.
-
getStatusClass
UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass getStatusClass()
A class of status codes to accept.
.google.monitoring.v3.UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusClass status_class = 2;
- Returns:
- The statusClass.
-
getStatusCodeCase
UptimeCheckConfig.HttpCheck.ResponseStatusCode.StatusCodeCase getStatusCodeCase()
-
-