Interface WorkstationConfig.ReadinessCheckOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.