Interface WorkstationConfig.ReadinessCheckOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkstationConfig.ReadinessCheck
,WorkstationConfig.ReadinessCheck.Builder
- Enclosing class:
- WorkstationConfig
public static interface WorkstationConfig.ReadinessCheckOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
Optional.com.google.protobuf.ByteString
getPathBytes()
Optional.int
getPort()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
String getPath()
Optional. Path to which the request should be sent.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Optional. Path to which the request should be sent.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for path.
-
getPort
int getPort()
Optional. Port to which the request should be sent.
int32 port = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The port.
-
-